|
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. | |
| real | min_thickness = 0. |
| Minimum thickness allowed for layers, often in [H ~> m or kg m-2]. | |
| real | ref_pressure |
| Reference pressure for density calculations [Pa]. | |
| 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. | |
| real, dimension(:), allocatable | target_density |
| Nominal density of interfaces [kg m-3]. | |
| type(interp_cs_type) | interp_cs |
| Interpolation control structure. | |