MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwf-buyidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
12  public gwf_buy_subpackages
13 
15  logical :: hhform_rhs = .false.
16  logical :: denseref = .false.
17  logical :: density_fr = .false.
18  logical :: density = .false.
19  logical :: fileout = .false.
20  logical :: densityfile = .false.
21  logical :: dev_efh_form = .false.
22  logical :: nrhospecies = .false.
23  logical :: irhospec = .false.
24  logical :: drhodc = .false.
25  logical :: crhoref = .false.
26  logical :: modelname = .false.
27  logical :: auxspeciesname = .false.
28  end type gwfbuyparamfoundtype
29 
30  logical :: gwf_buy_multi_package = .false.
31 
32  character(len=16), parameter :: &
33  gwf_buy_subpackages(*) = &
34  [ &
35  ' ' &
36  ]
37 
38  type(inputparamdefinitiontype), parameter :: &
40  ( &
41  'GWF', & ! component
42  'BUY', & ! subcomponent
43  'OPTIONS', & ! block
44  'HHFORMULATION_RHS', & ! tag name
45  'HHFORM_RHS', & ! fortran variable
46  'KEYWORD', & ! type
47  '', & ! shape
48  'hh formulation on right-hand side', & ! longname
49  .false., & ! required
50  .false., & ! multi-record
51  .false., & ! preserve case
52  .false., & ! layered
53  .false. & ! timeseries
54  )
55 
56  type(inputparamdefinitiontype), parameter :: &
58  ( &
59  'GWF', & ! component
60  'BUY', & ! subcomponent
61  'OPTIONS', & ! block
62  'DENSEREF', & ! tag name
63  'DENSEREF', & ! fortran variable
64  'DOUBLE', & ! type
65  '', & ! shape
66  'reference density', & ! longname
67  .false., & ! required
68  .false., & ! multi-record
69  .false., & ! preserve case
70  .false., & ! layered
71  .false. & ! timeseries
72  )
73 
74  type(inputparamdefinitiontype), parameter :: &
76  ( &
77  'GWF', & ! component
78  'BUY', & ! subcomponent
79  'OPTIONS', & ! block
80  'DENSITY_FILERECORD', & ! tag name
81  'DENSITY_FR', & ! fortran variable
82  'RECORD DENSITY FILEOUT DENSITYFILE', & ! type
83  '', & ! shape
84  '', & ! longname
85  .false., & ! required
86  .false., & ! multi-record
87  .false., & ! preserve case
88  .false., & ! layered
89  .false. & ! timeseries
90  )
91 
92  type(inputparamdefinitiontype), parameter :: &
94  ( &
95  'GWF', & ! component
96  'BUY', & ! subcomponent
97  'OPTIONS', & ! block
98  'DENSITY', & ! tag name
99  'DENSITY', & ! fortran variable
100  'KEYWORD', & ! type
101  '', & ! shape
102  'density keyword', & ! longname
103  .true., & ! required
104  .true., & ! multi-record
105  .false., & ! preserve case
106  .false., & ! layered
107  .false. & ! timeseries
108  )
109 
110  type(inputparamdefinitiontype), parameter :: &
112  ( &
113  'GWF', & ! component
114  'BUY', & ! subcomponent
115  'OPTIONS', & ! block
116  'FILEOUT', & ! tag name
117  'FILEOUT', & ! fortran variable
118  'KEYWORD', & ! type
119  '', & ! shape
120  'file keyword', & ! longname
121  .true., & ! required
122  .true., & ! multi-record
123  .false., & ! preserve case
124  .false., & ! layered
125  .false. & ! timeseries
126  )
127 
128  type(inputparamdefinitiontype), parameter :: &
130  ( &
131  'GWF', & ! component
132  'BUY', & ! subcomponent
133  'OPTIONS', & ! block
134  'DENSITYFILE', & ! tag name
135  'DENSITYFILE', & ! fortran variable
136  'STRING', & ! type
137  '', & ! shape
138  'file keyword', & ! longname
139  .true., & ! required
140  .true., & ! multi-record
141  .true., & ! preserve case
142  .false., & ! layered
143  .false. & ! timeseries
144  )
145 
146  type(inputparamdefinitiontype), parameter :: &
148  ( &
149  'GWF', & ! component
150  'BUY', & ! subcomponent
151  'OPTIONS', & ! block
152  'DEV_EFH_FORMULATION', & ! tag name
153  'DEV_EFH_FORM', & ! fortran variable
154  'KEYWORD', & ! type
155  '', & ! shape
156  'use equivalent freshwater head formulation', & ! longname
157  .false., & ! required
158  .false., & ! multi-record
159  .false., & ! preserve case
160  .false., & ! layered
161  .false. & ! timeseries
162  )
163 
164  type(inputparamdefinitiontype), parameter :: &
166  ( &
167  'GWF', & ! component
168  'BUY', & ! subcomponent
169  'DIMENSIONS', & ! block
170  'NRHOSPECIES', & ! tag name
171  'NRHOSPECIES', & ! fortran variable
172  'INTEGER', & ! type
173  '', & ! shape
174  'number of species used in density equation of state', & ! longname
175  .true., & ! required
176  .false., & ! multi-record
177  .false., & ! preserve case
178  .false., & ! layered
179  .false. & ! timeseries
180  )
181 
182  type(inputparamdefinitiontype), parameter :: &
184  ( &
185  'GWF', & ! component
186  'BUY', & ! subcomponent
187  'PACKAGEDATA', & ! block
188  'IRHOSPEC', & ! tag name
189  'IRHOSPEC', & ! fortran variable
190  'INTEGER', & ! type
191  '', & ! shape
192  'species number for this entry', & ! longname
193  .true., & ! required
194  .true., & ! multi-record
195  .false., & ! preserve case
196  .false., & ! layered
197  .false. & ! timeseries
198  )
199 
200  type(inputparamdefinitiontype), parameter :: &
202  ( &
203  'GWF', & ! component
204  'BUY', & ! subcomponent
205  'PACKAGEDATA', & ! block
206  'DRHODC', & ! tag name
207  'DRHODC', & ! fortran variable
208  'DOUBLE', & ! type
209  '', & ! shape
210  'slope of the density-concentration line', & ! longname
211  .true., & ! required
212  .true., & ! multi-record
213  .false., & ! preserve case
214  .false., & ! layered
215  .false. & ! timeseries
216  )
217 
218  type(inputparamdefinitiontype), parameter :: &
220  ( &
221  'GWF', & ! component
222  'BUY', & ! subcomponent
223  'PACKAGEDATA', & ! block
224  'CRHOREF', & ! tag name
225  'CRHOREF', & ! fortran variable
226  'DOUBLE', & ! type
227  '', & ! shape
228  'reference concentration value', & ! longname
229  .true., & ! required
230  .true., & ! multi-record
231  .false., & ! preserve case
232  .false., & ! layered
233  .false. & ! timeseries
234  )
235 
236  type(inputparamdefinitiontype), parameter :: &
238  ( &
239  'GWF', & ! component
240  'BUY', & ! subcomponent
241  'PACKAGEDATA', & ! block
242  'MODELNAME', & ! tag name
243  'MODELNAME', & ! fortran variable
244  'STRING', & ! type
245  '', & ! shape
246  'modelname', & ! longname
247  .true., & ! required
248  .true., & ! multi-record
249  .false., & ! preserve case
250  .false., & ! layered
251  .false. & ! timeseries
252  )
253 
254  type(inputparamdefinitiontype), parameter :: &
256  ( &
257  'GWF', & ! component
258  'BUY', & ! subcomponent
259  'PACKAGEDATA', & ! block
260  'AUXSPECIESNAME', & ! tag name
261  'AUXSPECIESNAME', & ! fortran variable
262  'STRING', & ! type
263  '', & ! shape
264  'auxspeciesname', & ! longname
265  .true., & ! required
266  .true., & ! multi-record
267  .false., & ! preserve case
268  .false., & ! layered
269  .false. & ! timeseries
270  )
271 
272  type(inputparamdefinitiontype), parameter :: &
274  [ &
276  gwfbuy_denseref, &
278  gwfbuy_density, &
279  gwfbuy_fileout, &
283  gwfbuy_irhospec, &
284  gwfbuy_drhodc, &
285  gwfbuy_crhoref, &
288  ]
289 
290  type(inputparamdefinitiontype), parameter :: &
292  ( &
293  'GWF', & ! component
294  'BUY', & ! subcomponent
295  'PACKAGEDATA', & ! block
296  'PACKAGEDATA', & ! tag name
297  'PACKAGEDATA', & ! fortran variable
298  'RECARRAY IRHOSPEC DRHODC CRHOREF MODELNAME AUXSPECIESNAME', & ! type
299  'NRHOSPECIES', & ! shape
300  '', & ! longname
301  .true., & ! required
302  .false., & ! multi-record
303  .false., & ! preserve case
304  .false., & ! layered
305  .false. & ! timeseries
306  )
307 
308  type(inputparamdefinitiontype), parameter :: &
310  [ &
312  ]
313 
314  type(inputblockdefinitiontype), parameter :: &
316  [ &
318  'OPTIONS', & ! blockname
319  .false., & ! required
320  .false., & ! aggregate
321  .false. & ! block_variable
322  ), &
324  'DIMENSIONS', & ! blockname
325  .true., & ! required
326  .false., & ! aggregate
327  .false. & ! block_variable
328  ), &
330  'PACKAGEDATA', & ! blockname
331  .true., & ! required
332  .true., & ! aggregate
333  .false. & ! block_variable
334  ) &
335  ]
336 
337 end module gwfbuyinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputparamdefinitiontype), parameter gwfbuy_density
Definition: gwf-buyidm.f90:92
type(inputparamdefinitiontype), parameter gwfbuy_densityfile
Definition: gwf-buyidm.f90:128
type(inputparamdefinitiontype), parameter gwfbuy_irhospec
Definition: gwf-buyidm.f90:182
type(inputparamdefinitiontype), parameter gwfbuy_modelname
Definition: gwf-buyidm.f90:236
type(inputparamdefinitiontype), parameter gwfbuy_auxspeciesname
Definition: gwf-buyidm.f90:254
type(inputparamdefinitiontype), parameter gwfbuy_fileout
Definition: gwf-buyidm.f90:110
type(inputparamdefinitiontype), parameter gwfbuy_hhform_rhs
Definition: gwf-buyidm.f90:38
type(inputparamdefinitiontype), parameter gwfbuy_denseref
Definition: gwf-buyidm.f90:56
type(inputparamdefinitiontype), parameter gwfbuy_dev_efh_form
Definition: gwf-buyidm.f90:146
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_aggregate_definitions
Definition: gwf-buyidm.f90:308
type(inputparamdefinitiontype), parameter gwfbuy_density_fr
Definition: gwf-buyidm.f90:74
type(inputparamdefinitiontype), parameter gwfbuy_drhodc
Definition: gwf-buyidm.f90:200
type(inputparamdefinitiontype), parameter gwfbuy_packagedata
Definition: gwf-buyidm.f90:290
type(inputparamdefinitiontype), parameter gwfbuy_crhoref
Definition: gwf-buyidm.f90:218
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_buy_block_definitions
Definition: gwf-buyidm.f90:314
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_param_definitions
Definition: gwf-buyidm.f90:272
logical, public gwf_buy_multi_package
Definition: gwf-buyidm.f90:30
character(len=16), dimension(*), parameter, public gwf_buy_subpackages
Definition: gwf-buyidm.f90:32
type(inputparamdefinitiontype), parameter gwfbuy_nrhospecies
Definition: gwf-buyidm.f90:164
This module contains the InputDefinitionModule.