16 logical :: length_units = .false.
17 logical :: nogrb = .false.
18 logical :: grb_filerecord = .false.
19 logical :: grb6 = .false.
20 logical :: fileout = .false.
21 logical :: grb6_filename = .false.
22 logical :: xorigin = .false.
23 logical :: yorigin = .false.
24 logical :: angrot = .false.
25 logical :: export_ascii = .false.
26 logical :: export_nc = .false.
27 logical :: crs = .false.
28 logical :: ncf_filerecord = .false.
29 logical :: ncf6 = .false.
30 logical :: filein = .false.
31 logical :: ncf6_filename = .false.
32 logical :: nlay = .false.
33 logical :: nrow = .false.
34 logical :: ncol = .false.
35 logical :: delr = .false.
36 logical :: delc = .false.
37 logical :: top = .false.
38 logical :: botm = .false.
39 logical :: idomain = .false.
45 character(len=16),
parameter :: &
61 'model length units', &
80 'do not write binary grid file', &
97 'RECORD GRB6 FILEOUT GRB6_FILENAME', &
156 'file name of GRB information', &
175 'x-position of the model grid origin', &
194 'y-position of the model grid origin', &
228 'EXPORT_ARRAY_ASCII', &
232 'export array variables to layered ascii files.', &
247 'EXPORT_ARRAY_NETCDF', &
251 'export array variables to netcdf output files.', &
270 'CRS user input string', &
287 'RECORD NCF6 FILEIN NCF6_FILENAME', &
346 'file name of NCF information', &
365 'number of layers', &
403 'number of columns', &
422 'spacing along a row', &
441 'spacing along a column', &
460 'cell top elevation', &
479 'cell bottom elevation', &
498 'idomain existence array', &
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name