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 :: crs = .false.
27 logical :: ncf_filerecord = .false.
28 logical :: ncf6 = .false.
29 logical :: filein = .false.
30 logical :: ncf6_filename = .false.
31 logical :: nlay = .false.
32 logical :: ncpl = .false.
33 logical :: nvert = .false.
34 logical :: top = .false.
35 logical :: botm = .false.
36 logical :: idomain = .false.
37 logical :: iv = .false.
38 logical :: xv = .false.
39 logical :: yv = .false.
40 logical :: icell2d = .false.
41 logical :: xc = .false.
42 logical :: yc = .false.
43 logical :: ncvert = .false.
44 logical :: icvert = .false.
49 character(len=16),
parameter :: &
65 'model length units', &
83 'do not write binary grid file', &
99 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
155 'file name of GRB information', &
173 'x-position origin of the model grid coordinate system', &
191 'y-position origin of the model grid coordinate system', &
223 'EXPORT_ARRAY_ASCII', &
227 'export array variables to layered ascii files.', &
241 'EXPORT_ARRAY_NETCDF', &
245 'export array variables to netcdf output files.', &
263 'CRS user input string', &
279 'RECORD NCF6 FILEIN NCF6_FILENAME', &
335 'file name of NCF information', &
353 'number of layers', &
371 'number of cells per layer', &
389 'number of columns', &
407 'model top elevation', &
425 'model bottom elevation', &
443 'idomain existence array', &
479 'x-coordinate for vertex', &
497 'y-coordinate for vertex', &
533 'x-coordinate for cell center', &
551 'y-coordinate for cell center', &
569 'number of cell vertices', &
587 'array of vertex numbers', &
638 'RECARRAY IV XV YV', &
656 'RECARRAY ICELL2D XC YC NCVERT ICVERT', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name