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 :: nrow = .false.
33 logical :: ncol = .false.
34 logical :: delr = .false.
35 logical :: delc = .false.
36 logical :: top = .false.
37 logical :: botm = .false.
38 logical :: idomain = .false.
43 character(len=16),
parameter :: &
59 'model length units', &
77 'do not write binary grid file', &
93 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
149 'file name of GRB information', &
167 'x-position of the model grid origin', &
185 'y-position of the model grid origin', &
217 'EXPORT_ARRAY_ASCII', &
221 'export array variables to layered ascii files.', &
235 'EXPORT_ARRAY_NETCDF', &
239 'export array variables to netcdf output files.', &
257 'CRS user input string', &
273 'RECORD NCF6 FILEIN NCF6_FILENAME', &
329 'file name of NCF information', &
347 'number of layers', &
383 'number of columns', &
401 'spacing along a row', &
419 'spacing along a column', &
437 'cell top elevation', &
455 'cell bottom elevation', &
473 'idomain existence array', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name