15 logical :: length_units = .false.
16 logical :: nogrb = .false.
17 logical :: grb_filerecord = .false.
18 logical :: grb6 = .false.
19 logical :: fileout = .false.
20 logical :: grb6_filename = .false.
21 logical :: xorigin = .false.
22 logical :: yorigin = .false.
23 logical :: angrot = .false.
24 logical :: export_ascii = .false.
25 logical :: export_nc = .false.
26 logical :: ncf_filerecord = .false.
27 logical :: ncf6 = .false.
28 logical :: filein = .false.
29 logical :: ncf6_filename = .false.
30 logical :: nlay = .false.
31 logical :: ncpl = .false.
32 logical :: nvert = .false.
33 logical :: top = .false.
34 logical :: botm = .false.
35 logical :: idomain = .false.
36 logical :: iv = .false.
37 logical :: xv = .false.
38 logical :: yv = .false.
39 logical :: icell2d = .false.
40 logical :: xc = .false.
41 logical :: yc = .false.
42 logical :: ncvert = .false.
43 logical :: icvert = .false.
48 character(len=16),
parameter :: &
64 'model length units', &
82 'do not write binary grid file', &
98 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
154 'file name of GRB information', &
172 'x-position origin of the model grid coordinate system', &
190 'y-position origin of the model grid coordinate system', &
222 'EXPORT_ARRAY_ASCII', &
226 'export array variables to layered ascii files.', &
240 'EXPORT_ARRAY_NETCDF', &
244 'export array variables to netcdf output files.', &
260 'RECORD NCF6 FILEIN NCF6_FILENAME', &
316 'file name of NCF information', &
334 'number of layers', &
352 'number of cells per layer', &
370 'number of columns', &
388 'model top elevation', &
406 'model bottom elevation', &
424 'idomain existence array', &
460 'x-coordinate for vertex', &
478 'y-coordinate for vertex', &
514 'x-coordinate for cell center', &
532 'y-coordinate for cell center', &
550 'number of cell vertices', &
568 'array of vertex numbers', &
618 'RECARRAY IV XV YV', &
636 'RECARRAY ICELL2D XC YC NCVERT ICVERT', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name