MOM6
|
Type for describing a variable, typically a tracer.
Definition at line 53 of file MOM_io.F90.
Public variables and constants | |
character(len=64) | name |
Variable name in a NetCDF file. More... | |
character(len=48) | units |
Physical dimensions of the variable. More... | |
character(len=240) | longname |
Long name of the variable. More... | |
character(len=8) | hor_grid |
Horizontal grid: u, v, h, q, Cu, Cv, T, Bu, or 1. More... | |
character(len=8) | z_grid |
Vertical grid: L, i, or 1. More... | |
character(len=8) | t_grid |
Time description: s, p, or 1. More... | |
character(len=64) | cmor_field_name |
CMOR name. More... | |
character(len=64) | cmor_units |
CMOR physical dimensions of the variable. More... | |
character(len=240) | cmor_longname |
CMOR long name of the variable. More... | |
real | conversion |
for unit conversions, such as needed to convert from intensive to extensive More... | |
character(len=64) mom_io::vardesc::cmor_field_name |
CMOR name.
Definition at line 60 of file MOM_io.F90.
character(len=240) mom_io::vardesc::cmor_longname |
CMOR long name of the variable.
Definition at line 62 of file MOM_io.F90.
character(len=64) mom_io::vardesc::cmor_units |
CMOR physical dimensions of the variable.
Definition at line 61 of file MOM_io.F90.
real mom_io::vardesc::conversion |
for unit conversions, such as needed to convert from intensive to extensive
Definition at line 63 of file MOM_io.F90.
character(len=8) mom_io::vardesc::hor_grid |
Horizontal grid: u, v, h, q, Cu, Cv, T, Bu, or 1.
Definition at line 57 of file MOM_io.F90.
character(len=240) mom_io::vardesc::longname |
Long name of the variable.
Definition at line 56 of file MOM_io.F90.
character(len=64) mom_io::vardesc::name |
Variable name in a NetCDF file.
Definition at line 54 of file MOM_io.F90.
character(len=8) mom_io::vardesc::t_grid |
Time description: s, p, or 1.
Definition at line 59 of file MOM_io.F90.
character(len=48) mom_io::vardesc::units |
Physical dimensions of the variable.
Definition at line 55 of file MOM_io.F90.
character(len=8) mom_io::vardesc::z_grid |
Vertical grid: L, i, or 1.
Definition at line 58 of file MOM_io.F90.