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 :: nrow = .false.
32 logical :: ncol = .false.
33 logical :: delr = .false.
34 logical :: delc = .false.
35 logical :: top = .false.
36 logical :: botm = .false.
37 logical :: idomain = .false.
42 character(len=16),
parameter :: &
58 'model length units', &
76 'do not write binary grid file', &
92 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
148 'file name of GRB information', &
166 'x-position of the model grid origin', &
184 'y-position of the model grid origin', &
216 'EXPORT_ARRAY_ASCII', &
220 'export array variables to layered ascii files.', &
234 'EXPORT_ARRAY_NETCDF', &
238 'export array variables to netcdf output files.', &
254 'RECORD NCF6 FILEIN NCF6_FILENAME', &
310 'file name of NCF information', &
328 'number of layers', &
364 'number of columns', &
382 'spacing along a row', &
400 'spacing along a column', &
418 'cell top elevation', &
436 'cell bottom elevation', &
454 'idomain existence array', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name