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', &
84 'do not write binary grid file', &
101 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
160 'file name of GRB information', &
179 'x-position origin of the model grid coordinate system', &
198 'y-position origin of the model grid coordinate system', &
232 'EXPORT_ARRAY_ASCII', &
236 'export array variables to layered ascii files.', &
251 'EXPORT_ARRAY_NETCDF', &
255 'export array variables to netcdf output files.', &
274 'CRS user input string', &
291 'RECORD NCF6 FILEIN NCF6_FILENAME', &
350 'file name of NCF information', &
369 'number of layers', &
388 'number of cells per layer', &
407 'number of columns', &
426 'model top elevation', &
445 'model bottom elevation', &
464 'idomain existence array', &
502 'x-coordinate for vertex', &
521 'y-coordinate for vertex', &
559 'x-coordinate for cell center', &
578 'y-coordinate for cell center', &
597 'number of cell vertices', &
616 'array of vertex numbers', &
668 'RECARRAY IV XV YV', &
687 'RECARRAY ICELL2D XC YC NCVERT ICVERT', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name