16 logical :: length_units = .false.
17 logical :: nogrb = .false.
18 logical :: grb_filerecord = .false.
19 logical :: grb6 = .false.
20 logical :: fileout = .false.
21 logical :: grb6_filename = .false.
22 logical :: xorigin = .false.
23 logical :: yorigin = .false.
24 logical :: angrot = .false.
25 logical :: export_ascii = .false.
26 logical :: export_nc = .false.
27 logical :: crs = .false.
28 logical :: ncf_filerecord = .false.
29 logical :: ncf6 = .false.
30 logical :: filein = .false.
31 logical :: ncf6_filename = .false.
32 logical :: nlay = .false.
33 logical :: ncpl = .false.
34 logical :: nvert = .false.
35 logical :: top = .false.
36 logical :: botm = .false.
37 logical :: idomain = .false.
38 logical :: iv = .false.
39 logical :: xv = .false.
40 logical :: yv = .false.
41 logical :: icell2d = .false.
42 logical :: xc = .false.
43 logical :: yc = .false.
44 logical :: ncvert = .false.
45 logical :: icvert = .false.
51 character(len=16),
parameter :: &
67 'model length units', &
86 'do not write binary grid file', &
103 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
162 'file name of GRB information', &
181 'x-position origin of the model grid coordinate system', &
200 'y-position origin of the model grid coordinate system', &
234 'EXPORT_ARRAY_ASCII', &
238 'export array variables to layered ascii files.', &
253 'EXPORT_ARRAY_NETCDF', &
257 'export array variables to netcdf output files.', &
276 'CRS user input string', &
293 'RECORD NCF6 FILEIN NCF6_FILENAME', &
352 'file name of NCF information', &
371 'number of layers', &
390 'number of cells per layer', &
409 'number of columns', &
428 'model top elevation', &
447 'model bottom elevation', &
466 'idomain existence array', &
504 'x-coordinate for vertex', &
523 'y-coordinate for vertex', &
561 'x-coordinate for cell center', &
580 'y-coordinate for cell center', &
599 'number of cell vertices', &
618 'array of vertex numbers', &
670 'RECARRAY IV XV YV', &
689 'RECARRAY ICELL2D XC YC NCVERT ICVERT', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name