MOM6
mom_io::vardesc Type Reference

Detailed Description

Type for describing a variable, typically a tracer.

Definition at line 53 of file MOM_io.F90.

Collaboration diagram for mom_io::vardesc:
[legend]

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...
 

Variables and constants

◆ cmor_field_name

character(len=64) mom_io::vardesc::cmor_field_name

CMOR name.

Definition at line 60 of file MOM_io.F90.

60  character(len=64) :: cmor_field_name !< CMOR name

◆ cmor_longname

character(len=240) mom_io::vardesc::cmor_longname

CMOR long name of the variable.

Definition at line 62 of file MOM_io.F90.

62  character(len=240) :: cmor_longname !< CMOR long name of the variable

◆ cmor_units

character(len=64) mom_io::vardesc::cmor_units

CMOR physical dimensions of the variable.

Definition at line 61 of file MOM_io.F90.

61  character(len=64) :: cmor_units !< CMOR physical dimensions of the variable

◆ conversion

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.

63  real :: conversion !< for unit conversions, such as needed to

◆ hor_grid

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.

57  character(len=8) :: hor_grid !< Horizontal grid: u, v, h, q, Cu, Cv, T, Bu, or 1

◆ longname

character(len=240) mom_io::vardesc::longname

Long name of the variable.

Definition at line 56 of file MOM_io.F90.

56  character(len=240) :: longname !< Long name of the variable

◆ name

character(len=64) mom_io::vardesc::name

Variable name in a NetCDF file.

Definition at line 54 of file MOM_io.F90.

54  character(len=64) :: name !< Variable name in a NetCDF file

◆ t_grid

character(len=8) mom_io::vardesc::t_grid

Time description: s, p, or 1.

Definition at line 59 of file MOM_io.F90.

59  character(len=8) :: t_grid !< Time description: s, p, or 1

◆ units

character(len=48) mom_io::vardesc::units

Physical dimensions of the variable.

Definition at line 55 of file MOM_io.F90.

55  character(len=48) :: units !< Physical dimensions of the variable

◆ z_grid

character(len=8) mom_io::vardesc::z_grid

Vertical grid: L, i, or 1.

Definition at line 58 of file MOM_io.F90.

58  character(len=8) :: z_grid !< Vertical grid: L, i, or 1

The documentation for this type was generated from the following file: