|
MOM6
|
Control structure containing required parameters for the HyCOM coordinate.
Definition at line 13 of file coord_hycom.F90.
Public variables and constants | |
| integer | nk |
| Number of layers/levels in generated grid. | |
| real, dimension(:), allocatable | coordinateresolution |
| Nominal near-surface resolution. | |
| real, dimension(:), allocatable | target_density |
| Nominal density of interfaces. | |
| real, dimension(:), allocatable | max_interface_depths |
| Maximum depths of interfaces. | |
| real, dimension(:), allocatable | max_layer_thickness |
| Maximum thicknesses of layers. | |
| type(interp_cs_type) | interp_cs |
| Interpolation control structure. | |