MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwenaminputmodule Module Reference

Data Types

type  gwenamparamfoundtype
 

Variables

logical, public gwe_nam_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwe_nam_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwenam_list = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_print_input = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_print_flows = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_save_flows = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_export_netcdf = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'EXPORT_NETCDF', 'EXPORT_NETCDF', 'STRING', '', 'export model output netcdf file.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_nc_filerecord = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NC_FILERECORD', 'NC_FILERECORD', 'RECORD NETCDF FILEIN NETCDF_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_netcdf = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NETCDF', 'NETCDF', 'KEYWORD', '', 'netcdf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_filein = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_netcdf_fname = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NETCDF_FILENAME', 'NETCDF_FNAME', 'STRING', '', 'netcdf input filename', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_ftype = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_fname = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwenam_pname = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_nam_param_definitions = [ gwenam_list, gwenam_print_input, gwenam_print_flows, gwenam_save_flows, gwenam_export_netcdf, gwenam_nc_filerecord, gwenam_netcdf, gwenam_filein, gwenam_netcdf_fname, gwenam_ftype, gwenam_fname, gwenam_pname ]
 
type(inputparamdefinitiontype), parameter gwenam_packages = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_nam_aggregate_definitions = [ gwenam_packages ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ]
 

Variable Documentation

◆ gwe_nam_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwenaminputmodule::gwe_nam_aggregate_definitions = [ gwenam_packages ]

Definition at line 288 of file gwe-namidm.f90.

288  type(InputParamDefinitionType), parameter :: &
289  gwe_nam_aggregate_definitions(*) = &
290  [ &
291  gwenam_packages &
292  ]

◆ gwe_nam_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwenaminputmodule::gwe_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ]

Definition at line 294 of file gwe-namidm.f90.

294  type(InputBlockDefinitionType), parameter :: &
295  gwe_nam_block_definitions(*) = &
296  [ &
297  inputblockdefinitiontype( &
298  'OPTIONS', & ! blockname
299  .false., & ! required
300  .false., & ! aggregate
301  .false. & ! block_variable
302  ), &
303  inputblockdefinitiontype( &
304  'PACKAGES', & ! blockname
305  .true., & ! required
306  .true., & ! aggregate
307  .false. & ! block_variable
308  ) &
309  ]

◆ gwe_nam_multi_package

logical, public gwenaminputmodule::gwe_nam_multi_package = .false.

Definition at line 29 of file gwe-namidm.f90.

29  logical :: gwe_nam_multi_package = .false.

◆ gwe_nam_param_definitions

Definition at line 253 of file gwe-namidm.f90.

253  type(InputParamDefinitionType), parameter :: &
254  gwe_nam_param_definitions(*) = &
255  [ &
256  gwenam_list, &
257  gwenam_print_input, &
258  gwenam_print_flows, &
259  gwenam_save_flows, &
260  gwenam_export_netcdf, &
261  gwenam_nc_filerecord, &
262  gwenam_netcdf, &
263  gwenam_filein, &
264  gwenam_netcdf_fname, &
265  gwenam_ftype, &
266  gwenam_fname, &
267  gwenam_pname &
268  ]

◆ gwe_nam_subpackages

character(len=16), dimension(*), parameter, public gwenaminputmodule::gwe_nam_subpackages = [ ' ' ]

Definition at line 31 of file gwe-namidm.f90.

31  character(len=16), parameter :: &
32  gwe_nam_subpackages(*) = &
33  [ &
34  ' ' &
35  ]

◆ gwenam_export_netcdf

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_export_netcdf = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'EXPORT_NETCDF', 'EXPORT_NETCDF', 'STRING', '', 'export model output netcdf file.', .false., .false., .false., .false., .false. )
private

Definition at line 109 of file gwe-namidm.f90.

109  type(InputParamDefinitionType), parameter :: &
110  gwenam_export_netcdf = inputparamdefinitiontype &
111  ( &
112  'GWE', & ! component
113  'NAM', & ! subcomponent
114  'OPTIONS', & ! block
115  'EXPORT_NETCDF', & ! tag name
116  'EXPORT_NETCDF', & ! fortran variable
117  'STRING', & ! type
118  '', & ! shape
119  'export model output netcdf file.', & ! longname
120  .false., & ! required
121  .false., & ! multi-record
122  .false., & ! preserve case
123  .false., & ! layered
124  .false. & ! timeseries
125  )

◆ gwenam_filein

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_filein = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

Definition at line 163 of file gwe-namidm.f90.

163  type(InputParamDefinitionType), parameter :: &
164  gwenam_filein = inputparamdefinitiontype &
165  ( &
166  'GWE', & ! component
167  'NAM', & ! subcomponent
168  'OPTIONS', & ! block
169  'FILEIN', & ! tag name
170  'FILEIN', & ! fortran variable
171  'KEYWORD', & ! type
172  '', & ! shape
173  'file keyword', & ! longname
174  .true., & ! required
175  .true., & ! multi-record
176  .false., & ! preserve case
177  .false., & ! layered
178  .false. & ! timeseries
179  )

◆ gwenam_fname

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_fname = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .true., .true., .false., .false. )
private

Definition at line 217 of file gwe-namidm.f90.

217  type(InputParamDefinitionType), parameter :: &
218  gwenam_fname = inputparamdefinitiontype &
219  ( &
220  'GWE', & ! component
221  'NAM', & ! subcomponent
222  'PACKAGES', & ! block
223  'FNAME', & ! tag name
224  'FNAME', & ! fortran variable
225  'STRING', & ! type
226  '', & ! shape
227  'file name', & ! longname
228  .true., & ! required
229  .true., & ! multi-record
230  .true., & ! preserve case
231  .false., & ! layered
232  .false. & ! timeseries
233  )

◆ gwenam_ftype

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_ftype = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .true., .false., .false., .false. )
private

Definition at line 199 of file gwe-namidm.f90.

199  type(InputParamDefinitionType), parameter :: &
200  gwenam_ftype = inputparamdefinitiontype &
201  ( &
202  'GWE', & ! component
203  'NAM', & ! subcomponent
204  'PACKAGES', & ! block
205  'FTYPE', & ! tag name
206  'FTYPE', & ! fortran variable
207  'STRING', & ! type
208  '', & ! shape
209  'package type', & ! longname
210  .true., & ! required
211  .true., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )

◆ gwenam_list

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_list = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .true., .false., .false. )
private

Definition at line 37 of file gwe-namidm.f90.

37  type(InputParamDefinitionType), parameter :: &
38  gwenam_list = inputparamdefinitiontype &
39  ( &
40  'GWE', & ! component
41  'NAM', & ! subcomponent
42  'OPTIONS', & ! block
43  'LIST', & ! tag name
44  'LIST', & ! fortran variable
45  'STRING', & ! type
46  '', & ! shape
47  'name of listing file', & ! longname
48  .false., & ! required
49  .false., & ! multi-record
50  .true., & ! preserve case
51  .false., & ! layered
52  .false. & ! timeseries
53  )

◆ gwenam_nc_filerecord

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_nc_filerecord = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NC_FILERECORD', 'NC_FILERECORD', 'RECORD NETCDF FILEIN NETCDF_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 127 of file gwe-namidm.f90.

127  type(InputParamDefinitionType), parameter :: &
128  gwenam_nc_filerecord = inputparamdefinitiontype &
129  ( &
130  'GWE', & ! component
131  'NAM', & ! subcomponent
132  'OPTIONS', & ! block
133  'NC_FILERECORD', & ! tag name
134  'NC_FILERECORD', & ! fortran variable
135  'RECORD NETCDF FILEIN NETCDF_FILENAME', & ! type
136  '', & ! shape
137  '', & ! longname
138  .false., & ! required
139  .false., & ! multi-record
140  .false., & ! preserve case
141  .false., & ! layered
142  .false. & ! timeseries
143  )

◆ gwenam_netcdf

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_netcdf = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NETCDF', 'NETCDF', 'KEYWORD', '', 'netcdf keyword', .true., .true., .false., .false., .false. )
private

Definition at line 145 of file gwe-namidm.f90.

145  type(InputParamDefinitionType), parameter :: &
146  gwenam_netcdf = inputparamdefinitiontype &
147  ( &
148  'GWE', & ! component
149  'NAM', & ! subcomponent
150  'OPTIONS', & ! block
151  'NETCDF', & ! tag name
152  'NETCDF', & ! fortran variable
153  'KEYWORD', & ! type
154  '', & ! shape
155  'netcdf keyword', & ! longname
156  .true., & ! required
157  .true., & ! multi-record
158  .false., & ! preserve case
159  .false., & ! layered
160  .false. & ! timeseries
161  )

◆ gwenam_netcdf_fname

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_netcdf_fname = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'NETCDF_FILENAME', 'NETCDF_FNAME', 'STRING', '', 'netcdf input filename', .true., .true., .true., .false., .false. )
private

Definition at line 181 of file gwe-namidm.f90.

181  type(InputParamDefinitionType), parameter :: &
182  gwenam_netcdf_fname = inputparamdefinitiontype &
183  ( &
184  'GWE', & ! component
185  'NAM', & ! subcomponent
186  'OPTIONS', & ! block
187  'NETCDF_FILENAME', & ! tag name
188  'NETCDF_FNAME', & ! fortran variable
189  'STRING', & ! type
190  '', & ! shape
191  'netcdf input filename', & ! longname
192  .true., & ! required
193  .true., & ! multi-record
194  .true., & ! preserve case
195  .false., & ! layered
196  .false. & ! timeseries
197  )

◆ gwenam_packages

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_packages = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false. )
private

Definition at line 270 of file gwe-namidm.f90.

270  type(InputParamDefinitionType), parameter :: &
271  gwenam_packages = inputparamdefinitiontype &
272  ( &
273  'GWE', & ! component
274  'NAM', & ! subcomponent
275  'PACKAGES', & ! block
276  'PACKAGES', & ! tag name
277  'PACKAGES', & ! fortran variable
278  'RECARRAY FTYPE FNAME PNAME', & ! type
279  '', & ! shape
280  'package list', & ! longname
281  .true., & ! required
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )

◆ gwenam_pname

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_pname = InputParamDefinitionType ( 'GWE', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .true., .false., .false., .false. )
private

Definition at line 235 of file gwe-namidm.f90.

235  type(InputParamDefinitionType), parameter :: &
236  gwenam_pname = inputparamdefinitiontype &
237  ( &
238  'GWE', & ! component
239  'NAM', & ! subcomponent
240  'PACKAGES', & ! block
241  'PNAME', & ! tag name
242  'PNAME', & ! fortran variable
243  'STRING', & ! type
244  '', & ! shape
245  'user name for package', & ! longname
246  .false., & ! required
247  .true., & ! multi-record
248  .false., & ! preserve case
249  .false., & ! layered
250  .false. & ! timeseries
251  )

◆ gwenam_print_flows

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_print_flows = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
private

Definition at line 73 of file gwe-namidm.f90.

73  type(InputParamDefinitionType), parameter :: &
74  gwenam_print_flows = inputparamdefinitiontype &
75  ( &
76  'GWE', & ! component
77  'NAM', & ! subcomponent
78  'OPTIONS', & ! block
79  'PRINT_FLOWS', & ! tag name
80  'PRINT_FLOWS', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'print calculated flows to listing file', & ! longname
84  .false., & ! required
85  .false., & ! multi-record
86  .false., & ! preserve case
87  .false., & ! layered
88  .false. & ! timeseries
89  )

◆ gwenam_print_input

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_print_input = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
private

Definition at line 55 of file gwe-namidm.f90.

55  type(InputParamDefinitionType), parameter :: &
56  gwenam_print_input = inputparamdefinitiontype &
57  ( &
58  'GWE', & ! component
59  'NAM', & ! subcomponent
60  'OPTIONS', & ! block
61  'PRINT_INPUT', & ! tag name
62  'PRINT_INPUT', & ! fortran variable
63  'KEYWORD', & ! type
64  '', & ! shape
65  'print input to listing file', & ! longname
66  .false., & ! required
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )

◆ gwenam_save_flows

type(inputparamdefinitiontype), parameter gwenaminputmodule::gwenam_save_flows = InputParamDefinitionType ( 'GWE', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false. )
private

Definition at line 91 of file gwe-namidm.f90.

91  type(InputParamDefinitionType), parameter :: &
92  gwenam_save_flows = inputparamdefinitiontype &
93  ( &
94  'GWE', & ! component
95  'NAM', & ! subcomponent
96  'OPTIONS', & ! block
97  'SAVE_FLOWS', & ! tag name
98  'SAVE_FLOWS', & ! fortran variable
99  'KEYWORD', & ! type
100  '', & ! shape
101  'save flows for all packages to budget file', & ! longname
102  .false., & ! required
103  .false., & ! multi-record
104  .false., & ! preserve case
105  .false., & ! layered
106  .false. & ! timeseries
107  )