cpld_gridgen
1.13.0
|
Define required character string variables. More...
Go to the source code of this file.
Variables | |
character(len=cs) | charstrings::atmres |
The ATM resolution, e.g. More... | |
character(len=cs) | charstrings::cdate |
The date stamp of file creation. More... | |
character(len=cl) | charstrings::dirout |
The directory where output files will be written. More... | |
character(len=cl) | charstrings::dirsrc |
The source directory containing the fix files for MOM6. More... | |
character(len=cl) | charstrings::editsfile |
The name of the topo edits file (resolution specific) More... | |
character(len=cl) | charstrings::fv3dir |
The directory containing the FV3 mosaic files. More... | |
character(len=cl) | charstrings::history |
A documentation string. More... | |
character(len=cl) | charstrings::logmsg |
An informational message. More... | |
character(len=cl) | charstrings::maskfile = 'ocean_mask.nc' |
The name of the MOM6 mask file. More... | |
character(len=cs) | charstrings::maskname = 'mask' |
The variable name of the mask field. More... | |
character(len=cs) | charstrings::res |
The Ocean/Ice resolution, e.g. More... | |
character(len=2), dimension(4) | charstrings::staggerlocs = (/'Ct','Cu','Cv','Bu'/) |
The named stagger locations of the grid. More... | |
character(len=cl) | charstrings::topofile |
The name of the MOM6 bathymetry file. More... | |
character(len=cs) | charstrings::toponame = 'depth' |
The name of the bathymetry field. More... | |
Define required character string variables.
This module contains the character string variables
Definition in file charstrings.F90.
character(len=cs) charstrings::atmres |
character(len=cs) charstrings::cdate |
The date stamp of file creation.
Definition at line 30 of file charstrings.F90.
character(len=cl) charstrings::dirout |
The directory where output files will be written.
Definition at line 15 of file charstrings.F90.
character(len=cl) charstrings::dirsrc |
The source directory containing the fix files for MOM6.
Definition at line 14 of file charstrings.F90.
character(len=cl) charstrings::editsfile |
The name of the topo edits file (resolution specific)
Definition at line 24 of file charstrings.F90.
character(len=cl) charstrings::fv3dir |
The directory containing the FV3 mosaic files.
Definition at line 16 of file charstrings.F90.
character(len=cl) charstrings::history |
A documentation string.
Definition at line 29 of file charstrings.F90.
character(len=cl) charstrings::logmsg |
An informational message.
Definition at line 20 of file charstrings.F90.
character(len=cl) charstrings::maskfile = 'ocean_mask.nc' |
The name of the MOM6 mask file.
Definition at line 22 of file charstrings.F90.
character(len=cs) charstrings::maskname = 'mask' |
The variable name of the mask field.
Definition at line 23 of file charstrings.F90.
character(len=cs) charstrings::res |
The Ocean/Ice resolution, e.g.
500 (5deg), 100 (1deg) 050 (1/2deg), 025 (1/4deg)
Definition at line 17 of file charstrings.F90.
character(len= 2), dimension(4) charstrings::staggerlocs = (/'Ct','Cu','Cv','Bu'/) |
The named stagger locations of the grid.
Definition at line 32 of file charstrings.F90.
character(len=cl) charstrings::topofile |
The name of the MOM6 bathymetry file.
Definition at line 26 of file charstrings.F90.
character(len=cs) charstrings::toponame = 'depth' |
The name of the bathymetry field.
Definition at line 27 of file charstrings.F90.