MOM6
|
Control structure containing required parameters for the rho coordinate.
Definition at line 14 of file coord_rho.F90.
Public variables and constants | |
integer | nk |
Number of layers. More... | |
real | min_thickness = 0. |
Minimum thickness allowed for layers, often in [H ~> m or kg m-2]. More... | |
real | ref_pressure |
Reference pressure for density calculations [Pa]. More... | |
logical | integrate_downward_for_e = .false. |
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 [R ~> kg m-3]. More... | |
real | kg_m3_to_r |
Density scaling factor [R m3 kg-1 ~> 1]. More... | |
type(interp_cs_type) | interp_cs |
Interpolation control structure. More... | |
logical coord_rho::rho_cs::integrate_downward_for_e = .false. |
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 27 of file coord_rho.F90.
type(interp_cs_type) coord_rho::rho_cs::interp_cs |
Interpolation control structure.
Definition at line 36 of file coord_rho.F90.
real coord_rho::rho_cs::kg_m3_to_r |
Density scaling factor [R m3 kg-1 ~> 1].
Definition at line 33 of file coord_rho.F90.
real coord_rho::rho_cs::min_thickness = 0. |
Minimum thickness allowed for layers, often in [H ~> m or kg m-2].
Definition at line 20 of file coord_rho.F90.
integer coord_rho::rho_cs::nk |
real coord_rho::rho_cs::ref_pressure |
Reference pressure for density calculations [Pa].
Definition at line 23 of file coord_rho.F90.
real, dimension(:), allocatable coord_rho::rho_cs::target_density |
Nominal density of interfaces [R ~> kg m-3].
Definition at line 30 of file coord_rho.F90.