MODFLOW 6  version 6.7.0.dev3
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., & ! prerelease
51  .false., & ! multi-record
52  .false., & ! preserve case
53  .false., & ! layered
54  .false. & ! timeseries
55  )
56 
57  type(inputparamdefinitiontype), parameter :: &
59  ( &
60  'GWF', & ! component
61  'BUY', & ! subcomponent
62  'OPTIONS', & ! block
63  'DENSEREF', & ! tag name
64  'DENSEREF', & ! fortran variable
65  'DOUBLE', & ! type
66  '', & ! shape
67  'reference density', & ! longname
68  .false., & ! required
69  .false., & ! prerelease
70  .false., & ! multi-record
71  .false., & ! preserve case
72  .false., & ! layered
73  .false. & ! timeseries
74  )
75 
76  type(inputparamdefinitiontype), parameter :: &
78  ( &
79  'GWF', & ! component
80  'BUY', & ! subcomponent
81  'OPTIONS', & ! block
82  'DENSITY_FILERECORD', & ! tag name
83  'DENSITY_FR', & ! fortran variable
84  'RECORD DENSITY FILEOUT DENSITYFILE', & ! type
85  '', & ! shape
86  '', & ! longname
87  .false., & ! required
88  .false., & ! prerelease
89  .false., & ! multi-record
90  .false., & ! preserve case
91  .false., & ! layered
92  .false. & ! timeseries
93  )
94 
95  type(inputparamdefinitiontype), parameter :: &
97  ( &
98  'GWF', & ! component
99  'BUY', & ! subcomponent
100  'OPTIONS', & ! block
101  'DENSITY', & ! tag name
102  'DENSITY', & ! fortran variable
103  'KEYWORD', & ! type
104  '', & ! shape
105  'density keyword', & ! longname
106  .true., & ! required
107  .false., & ! prerelease
108  .true., & ! multi-record
109  .false., & ! preserve case
110  .false., & ! layered
111  .false. & ! timeseries
112  )
113 
114  type(inputparamdefinitiontype), parameter :: &
116  ( &
117  'GWF', & ! component
118  'BUY', & ! subcomponent
119  'OPTIONS', & ! block
120  'FILEOUT', & ! tag name
121  'FILEOUT', & ! fortran variable
122  'KEYWORD', & ! type
123  '', & ! shape
124  'file keyword', & ! longname
125  .true., & ! required
126  .false., & ! prerelease
127  .true., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )
132 
133  type(inputparamdefinitiontype), parameter :: &
135  ( &
136  'GWF', & ! component
137  'BUY', & ! subcomponent
138  'OPTIONS', & ! block
139  'DENSITYFILE', & ! tag name
140  'DENSITYFILE', & ! fortran variable
141  'STRING', & ! type
142  '', & ! shape
143  'file keyword', & ! longname
144  .true., & ! required
145  .false., & ! prerelease
146  .true., & ! multi-record
147  .true., & ! preserve case
148  .false., & ! layered
149  .false. & ! timeseries
150  )
151 
152  type(inputparamdefinitiontype), parameter :: &
154  ( &
155  'GWF', & ! component
156  'BUY', & ! subcomponent
157  'OPTIONS', & ! block
158  'DEV_EFH_FORMULATION', & ! tag name
159  'DEV_EFH_FORM', & ! fortran variable
160  'KEYWORD', & ! type
161  '', & ! shape
162  'use equivalent freshwater head formulation', & ! longname
163  .false., & ! required
164  .false., & ! prerelease
165  .false., & ! multi-record
166  .false., & ! preserve case
167  .false., & ! layered
168  .false. & ! timeseries
169  )
170 
171  type(inputparamdefinitiontype), parameter :: &
173  ( &
174  'GWF', & ! component
175  'BUY', & ! subcomponent
176  'DIMENSIONS', & ! block
177  'NRHOSPECIES', & ! tag name
178  'NRHOSPECIES', & ! fortran variable
179  'INTEGER', & ! type
180  '', & ! shape
181  'number of species used in density equation of state', & ! longname
182  .true., & ! required
183  .false., & ! prerelease
184  .false., & ! multi-record
185  .false., & ! preserve case
186  .false., & ! layered
187  .false. & ! timeseries
188  )
189 
190  type(inputparamdefinitiontype), parameter :: &
192  ( &
193  'GWF', & ! component
194  'BUY', & ! subcomponent
195  'PACKAGEDATA', & ! block
196  'IRHOSPEC', & ! tag name
197  'IRHOSPEC', & ! fortran variable
198  'INTEGER', & ! type
199  '', & ! shape
200  'species number for this entry', & ! longname
201  .true., & ! required
202  .false., & ! prerelease
203  .true., & ! multi-record
204  .false., & ! preserve case
205  .false., & ! layered
206  .false. & ! timeseries
207  )
208 
209  type(inputparamdefinitiontype), parameter :: &
211  ( &
212  'GWF', & ! component
213  'BUY', & ! subcomponent
214  'PACKAGEDATA', & ! block
215  'DRHODC', & ! tag name
216  'DRHODC', & ! fortran variable
217  'DOUBLE', & ! type
218  '', & ! shape
219  'slope of the density-concentration line', & ! longname
220  .true., & ! required
221  .false., & ! prerelease
222  .true., & ! multi-record
223  .false., & ! preserve case
224  .false., & ! layered
225  .false. & ! timeseries
226  )
227 
228  type(inputparamdefinitiontype), parameter :: &
230  ( &
231  'GWF', & ! component
232  'BUY', & ! subcomponent
233  'PACKAGEDATA', & ! block
234  'CRHOREF', & ! tag name
235  'CRHOREF', & ! fortran variable
236  'DOUBLE', & ! type
237  '', & ! shape
238  'reference concentration value', & ! longname
239  .true., & ! required
240  .false., & ! prerelease
241  .true., & ! multi-record
242  .false., & ! preserve case
243  .false., & ! layered
244  .false. & ! timeseries
245  )
246 
247  type(inputparamdefinitiontype), parameter :: &
249  ( &
250  'GWF', & ! component
251  'BUY', & ! subcomponent
252  'PACKAGEDATA', & ! block
253  'MODELNAME', & ! tag name
254  'MODELNAME', & ! fortran variable
255  'STRING', & ! type
256  '', & ! shape
257  'modelname', & ! longname
258  .true., & ! required
259  .false., & ! prerelease
260  .true., & ! multi-record
261  .false., & ! preserve case
262  .false., & ! layered
263  .false. & ! timeseries
264  )
265 
266  type(inputparamdefinitiontype), parameter :: &
268  ( &
269  'GWF', & ! component
270  'BUY', & ! subcomponent
271  'PACKAGEDATA', & ! block
272  'AUXSPECIESNAME', & ! tag name
273  'AUXSPECIESNAME', & ! fortran variable
274  'STRING', & ! type
275  '', & ! shape
276  'auxspeciesname', & ! longname
277  .true., & ! required
278  .false., & ! prerelease
279  .true., & ! multi-record
280  .false., & ! preserve case
281  .false., & ! layered
282  .false. & ! timeseries
283  )
284 
285  type(inputparamdefinitiontype), parameter :: &
287  [ &
289  gwfbuy_denseref, &
291  gwfbuy_density, &
292  gwfbuy_fileout, &
296  gwfbuy_irhospec, &
297  gwfbuy_drhodc, &
298  gwfbuy_crhoref, &
301  ]
302 
303  type(inputparamdefinitiontype), parameter :: &
305  ( &
306  'GWF', & ! component
307  'BUY', & ! subcomponent
308  'PACKAGEDATA', & ! block
309  'PACKAGEDATA', & ! tag name
310  'PACKAGEDATA', & ! fortran variable
311  'RECARRAY IRHOSPEC DRHODC CRHOREF MODELNAME AUXSPECIESNAME', & ! type
312  'NRHOSPECIES', & ! shape
313  '', & ! longname
314  .true., & ! required
315  .false., & ! prerelease
316  .false., & ! multi-record
317  .false., & ! preserve case
318  .false., & ! layered
319  .false. & ! timeseries
320  )
321 
322  type(inputparamdefinitiontype), parameter :: &
324  [ &
326  ]
327 
328  type(inputblockdefinitiontype), parameter :: &
330  [ &
332  'OPTIONS', & ! blockname
333  .false., & ! required
334  .false., & ! aggregate
335  .false. & ! block_variable
336  ), &
338  'DIMENSIONS', & ! blockname
339  .true., & ! required
340  .false., & ! aggregate
341  .false. & ! block_variable
342  ), &
344  'PACKAGEDATA', & ! blockname
345  .true., & ! required
346  .true., & ! aggregate
347  .false. & ! block_variable
348  ) &
349  ]
350 
351 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:95
type(inputparamdefinitiontype), parameter gwfbuy_densityfile
Definition: gwf-buyidm.f90:133
type(inputparamdefinitiontype), parameter gwfbuy_irhospec
Definition: gwf-buyidm.f90:190
type(inputparamdefinitiontype), parameter gwfbuy_modelname
Definition: gwf-buyidm.f90:247
type(inputparamdefinitiontype), parameter gwfbuy_auxspeciesname
Definition: gwf-buyidm.f90:266
type(inputparamdefinitiontype), parameter gwfbuy_fileout
Definition: gwf-buyidm.f90:114
type(inputparamdefinitiontype), parameter gwfbuy_hhform_rhs
Definition: gwf-buyidm.f90:38
type(inputparamdefinitiontype), parameter gwfbuy_denseref
Definition: gwf-buyidm.f90:57
type(inputparamdefinitiontype), parameter gwfbuy_dev_efh_form
Definition: gwf-buyidm.f90:152
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_aggregate_definitions
Definition: gwf-buyidm.f90:322
type(inputparamdefinitiontype), parameter gwfbuy_density_fr
Definition: gwf-buyidm.f90:76
type(inputparamdefinitiontype), parameter gwfbuy_drhodc
Definition: gwf-buyidm.f90:209
type(inputparamdefinitiontype), parameter gwfbuy_packagedata
Definition: gwf-buyidm.f90:303
type(inputparamdefinitiontype), parameter gwfbuy_crhoref
Definition: gwf-buyidm.f90:228
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_buy_block_definitions
Definition: gwf-buyidm.f90:328
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_param_definitions
Definition: gwf-buyidm.f90:285
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:171
This module contains the InputDefinitionModule.