cpld_gridgen  1.13.0
 All Data Structures Files Functions Variables Pages
charstrings.F90
Go to the documentation of this file.
1 
7 
8 module charstrings
9 
10  use gengrid_kinds, only : cl,cm,cs
11 
12  implicit none
13 
14  character(len=CL) :: dirsrc
15  character(len=CL) :: dirout
16  character(len=CL) :: fv3dir
17  character(len=CS) :: res
19  character(len=CS) :: atmres
20  character(len=CL) :: logmsg
21 
22  character(len=CL) :: maskfile = 'ocean_mask.nc'
23  character(len=CS) :: maskname = 'mask'
24  character(len=CL) :: editsfile
25 
26  character(len=CL) :: topofile
27  character(len=CS) :: toponame = 'depth'
28 
29  character(len=CL) :: history
30  character(len=CS) :: cdate
31 
32  character(len= 2), dimension(4) :: staggerlocs = (/'Ct','Cu','Cv','Bu'/)
33 
34 end module charstrings