15 logical :: length_units = .false.
16 logical :: nogrb = .false.
17 logical :: xorigin = .false.
18 logical :: yorigin = .false.
19 logical :: angrot = .false.
20 logical :: export_ascii = .false.
21 logical :: export_nc = .false.
22 logical :: ncf_filerecord = .false.
23 logical :: ncf6 = .false.
24 logical :: filein = .false.
25 logical :: ncf6_filename = .false.
26 logical :: nlay = .false.
27 logical :: ncpl = .false.
28 logical :: nvert = .false.
29 logical :: top = .false.
30 logical :: botm = .false.
31 logical :: idomain = .false.
32 logical :: iv = .false.
33 logical :: xv = .false.
34 logical :: yv = .false.
35 logical :: icell2d = .false.
36 logical :: xc = .false.
37 logical :: yc = .false.
38 logical :: ncvert = .false.
39 logical :: icvert = .false.
44 character(len=16),
parameter :: &
60 'model length units', &
78 'do not write binary grid file', &
96 'x-position origin of the model grid coordinate system', &
114 'y-position origin of the model grid coordinate system', &
146 'EXPORT_ARRAY_ASCII', &
150 'export array variables to layered ascii files.', &
164 'EXPORT_ARRAY_NETCDF', &
168 'export array variables to netcdf output files.', &
184 'RECORD NCF6 FILEIN NCF6_FILENAME', &
240 'file name of NCF information', &
258 'number of layers', &
276 'number of cells per layer', &
294 'number of columns', &
312 'model top elevation', &
330 'model bottom elevation', &
348 'idomain existence array', &
384 'x-coordinate for vertex', &
402 'y-coordinate for vertex', &
438 'x-coordinate for cell center', &
456 'y-coordinate for cell center', &
474 'number of cell vertices', &
492 'array of vertex numbers', &
538 'RECARRAY IV XV YV', &
556 'RECARRAY ICELL2D XC YC NCVERT ICVERT', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name