MOM6
|
Control structure containing required parameters for the rho coordinate.
Definition at line 12 of file coord_rho.F90.
Public variables and constants | |
integer | nk |
Number of layers. More... | |
real | min_thickness |
Minimum thickness allowed for layers. More... | |
real | ref_pressure |
Reference pressure for density calculations. More... | |
logical | integrate_downward_for_e |
If true, integrate for interface positions from the top downward. If false, integrate from the bottom upward, as does the rest of the model. More... | |
real, dimension(:), allocatable | target_density |
Nominal density of interfaces. More... | |
type(interp_cs_type) | interp_cs |
Interpolation control structure. More... | |
logical coord_rho::rho_cs::integrate_downward_for_e |
If true, integrate for interface positions from the top downward. If false, integrate from the bottom upward, as does the rest of the model.
Definition at line 26 of file coord_rho.F90.
type(interp_cs_type) coord_rho::rho_cs::interp_cs |
Interpolation control structure.
Definition at line 32 of file coord_rho.F90.
real coord_rho::rho_cs::min_thickness |
Minimum thickness allowed for layers.
Definition at line 19 of file coord_rho.F90.
integer coord_rho::rho_cs::nk |
real coord_rho::rho_cs::ref_pressure |
Reference pressure for density calculations.
Definition at line 22 of file coord_rho.F90.
real, dimension(:), allocatable coord_rho::rho_cs::target_density |
Nominal density of interfaces.
Definition at line 29 of file coord_rho.F90.