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