|
MOM6
|
Control structure for user_change_diffusivity.
Definition at line 27 of file user_change_diffusivity.F90.
Public variables and constants | |
| real | kd_add |
| The scale of a diffusivity that is added everywhere without any filtering or scaling [Z2 T-1 ~> m2 s-1]. More... | |
| real, dimension(4) | lat_range |
| 4 values that define the latitude range over which a diffusivity scaled by Kd_add is added [degLat]. More... | |
| real, dimension(4) | rho_range |
| 4 values that define the coordinate potential density range over which a diffusivity scaled by Kd_add is added [kg m-3]. More... | |
| logical | use_abs_lat |
| If true, use the absolute value of latitude when setting lat_range. More... | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. More... | |
| type(diag_ctrl), pointer user_change_diffusivity::user_change_diff_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 37 of file user_change_diffusivity.F90.
| real user_change_diffusivity::user_change_diff_cs::kd_add |
The scale of a diffusivity that is added everywhere without any filtering or scaling [Z2 T-1 ~> m2 s-1].
Definition at line 28 of file user_change_diffusivity.F90.
| real, dimension(4) user_change_diffusivity::user_change_diff_cs::lat_range |
4 values that define the latitude range over which a diffusivity scaled by Kd_add is added [degLat].
Definition at line 30 of file user_change_diffusivity.F90.
| real, dimension(4) user_change_diffusivity::user_change_diff_cs::rho_range |
4 values that define the coordinate potential density range over which a diffusivity scaled by Kd_add is added [kg m-3].
Definition at line 32 of file user_change_diffusivity.F90.
| logical user_change_diffusivity::user_change_diff_cs::use_abs_lat |
If true, use the absolute value of latitude when setting lat_range.
Definition at line 35 of file user_change_diffusivity.F90.