cpld_gridgen  1.13.0
All Data Structures Files Functions Variables Pages
charstrings.F90 File Reference

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

Detailed Description

Define required character string variables.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

This module contains the character string variables

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition in file charstrings.F90.

Variable Documentation

◆ atmres

character(len=cs) charstrings::atmres

The ATM resolution, e.g.

C96, C192, C384

Definition at line 19 of file charstrings.F90.

◆ cdate

character(len=cs) charstrings::cdate

The date stamp of file creation.

Definition at line 30 of file charstrings.F90.

◆ dirout

character(len=cl) charstrings::dirout

The directory where output files will be written.

Definition at line 15 of file charstrings.F90.

◆ dirsrc

character(len=cl) charstrings::dirsrc

The source directory containing the fix files for MOM6.

Definition at line 14 of file charstrings.F90.

◆ editsfile

character(len=cl) charstrings::editsfile

The name of the topo edits file (resolution specific)

Definition at line 24 of file charstrings.F90.

◆ fv3dir

character(len=cl) charstrings::fv3dir

The directory containing the FV3 mosaic files.

Definition at line 16 of file charstrings.F90.

◆ history

character(len=cl) charstrings::history

A documentation string.

Definition at line 29 of file charstrings.F90.

◆ logmsg

character(len=cl) charstrings::logmsg

An informational message.

Definition at line 20 of file charstrings.F90.

◆ maskfile

character(len=cl) charstrings::maskfile = 'ocean_mask.nc'

The name of the MOM6 mask file.

Definition at line 22 of file charstrings.F90.

◆ maskname

character(len=cs) charstrings::maskname = 'mask'

The variable name of the mask field.

Definition at line 23 of file charstrings.F90.

◆ res

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.

◆ staggerlocs

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.

◆ topofile

character(len=cl) charstrings::topofile

The name of the MOM6 bathymetry file.

Definition at line 26 of file charstrings.F90.

◆ toponame

character(len=cs) charstrings::toponame = 'depth'

The name of the bathymetry field.

Definition at line 27 of file charstrings.F90.