MOM6
|
Control structure containing required parameters for a z-like coordinate.
Definition at line 11 of file coord_zlike.F90.
Public variables and constants | |
integer | nk |
Number of levels to be generated. More... | |
real | min_thickness |
Minimum thickness allowed for layers, in the same thickness units (perhaps [H ~> m or kg m-2]) that will be used in all subsequent calls to build_zstar_column with this structure. More... | |
real, dimension(:), allocatable | coordinateresolution |
Target coordinate resolution, usually in [Z ~> m]. More... | |
real, dimension(:), allocatable coord_zlike::zlike_cs::coordinateresolution |
Target coordinate resolution, usually in [Z ~> m].
Definition at line 21 of file coord_zlike.F90.
real coord_zlike::zlike_cs::min_thickness |
Minimum thickness allowed for layers, in the same thickness units (perhaps [H ~> m or kg m-2]) that will be used in all subsequent calls to build_zstar_column with this structure.
Definition at line 18 of file coord_zlike.F90.
integer coord_zlike::zlike_cs::nk |