MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwfbuyinputmodule Module Reference

Data Types

type  gwfbuyparamfoundtype
 

Variables

logical, public gwf_buy_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwf_buy_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwfbuy_hhform_rhs = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'HHFORMULATION_RHS', 'HHFORM_RHS', 'KEYWORD', '', 'hh formulation on right-hand side', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_denseref = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSEREF', 'DENSEREF', 'DOUBLE', '', 'reference density', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_density_fr = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITY_FILERECORD', 'DENSITY_FR', 'RECORD DENSITY FILEOUT DENSITYFILE', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_density = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITY', 'DENSITY', 'KEYWORD', '', 'density keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_fileout = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_densityfile = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITYFILE', 'DENSITYFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_dev_efh_form = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DEV_EFH_FORMULATION', 'DEV_EFH_FORM', 'KEYWORD', '', 'use equivalent freshwater head formulation', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_nrhospecies = InputParamDefinitionType ( 'GWF', 'BUY', 'DIMENSIONS', 'NRHOSPECIES', 'NRHOSPECIES', 'INTEGER', '', 'number of species used in density equation of state', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_irhospec = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'IRHOSPEC', 'IRHOSPEC', 'INTEGER', '', 'species number for this entry', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_drhodc = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'DRHODC', 'DRHODC', 'DOUBLE', '', 'slope of the density-concentration line', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_crhoref = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'CRHOREF', 'CRHOREF', 'DOUBLE', '', 'reference concentration value', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_modelname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'MODELNAME', 'MODELNAME', 'STRING', '', 'modelname', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_auxspeciesname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'AUXSPECIESNAME', 'AUXSPECIESNAME', 'STRING', '', 'auxspeciesname', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_param_definitions = [ gwfbuy_hhform_rhs, gwfbuy_denseref, gwfbuy_density_fr, gwfbuy_density, gwfbuy_fileout, gwfbuy_densityfile, gwfbuy_dev_efh_form, gwfbuy_nrhospecies, gwfbuy_irhospec, gwfbuy_drhodc, gwfbuy_crhoref, gwfbuy_modelname, gwfbuy_auxspeciesname ]
 
type(inputparamdefinitiontype), parameter gwfbuy_packagedata = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'PACKAGEDATA', 'PACKAGEDATA', 'RECARRAY IRHOSPEC DRHODC CRHOREF MODELNAME AUXSPECIESNAME', 'NRHOSPECIES', '', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_buy_aggregate_definitions = [ gwfbuy_packagedata ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_buy_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PACKAGEDATA', .true., .true., .false. ) ]
 

Variable Documentation

◆ gwf_buy_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwfbuyinputmodule::gwf_buy_aggregate_definitions = [ gwfbuy_packagedata ]

Definition at line 322 of file gwf-buyidm.f90.

322  type(InputParamDefinitionType), parameter :: &
323  gwf_buy_aggregate_definitions(*) = &
324  [ &
325  gwfbuy_packagedata &
326  ]

◆ gwf_buy_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwfbuyinputmodule::gwf_buy_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PACKAGEDATA', .true., .true., .false. ) ]

Definition at line 328 of file gwf-buyidm.f90.

328  type(InputBlockDefinitionType), parameter :: &
329  gwf_buy_block_definitions(*) = &
330  [ &
331  inputblockdefinitiontype( &
332  'OPTIONS', & ! blockname
333  .false., & ! required
334  .false., & ! aggregate
335  .false. & ! block_variable
336  ), &
337  inputblockdefinitiontype( &
338  'DIMENSIONS', & ! blockname
339  .true., & ! required
340  .false., & ! aggregate
341  .false. & ! block_variable
342  ), &
343  inputblockdefinitiontype( &
344  'PACKAGEDATA', & ! blockname
345  .true., & ! required
346  .true., & ! aggregate
347  .false. & ! block_variable
348  ) &
349  ]

◆ gwf_buy_multi_package

logical, public gwfbuyinputmodule::gwf_buy_multi_package = .false.

Definition at line 30 of file gwf-buyidm.f90.

30  logical :: gwf_buy_multi_package = .false.

◆ gwf_buy_param_definitions

Definition at line 285 of file gwf-buyidm.f90.

285  type(InputParamDefinitionType), parameter :: &
286  gwf_buy_param_definitions(*) = &
287  [ &
288  gwfbuy_hhform_rhs, &
289  gwfbuy_denseref, &
290  gwfbuy_density_fr, &
291  gwfbuy_density, &
292  gwfbuy_fileout, &
293  gwfbuy_densityfile, &
294  gwfbuy_dev_efh_form, &
295  gwfbuy_nrhospecies, &
296  gwfbuy_irhospec, &
297  gwfbuy_drhodc, &
298  gwfbuy_crhoref, &
299  gwfbuy_modelname, &
300  gwfbuy_auxspeciesname &
301  ]

◆ gwf_buy_subpackages

character(len=16), dimension(*), parameter, public gwfbuyinputmodule::gwf_buy_subpackages = [ ' ' ]

Definition at line 32 of file gwf-buyidm.f90.

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

◆ gwfbuy_auxspeciesname

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_auxspeciesname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'AUXSPECIESNAME', 'AUXSPECIESNAME', 'STRING', '', 'auxspeciesname', .true., .false., .true., .false., .false., .false. )
private

Definition at line 266 of file gwf-buyidm.f90.

266  type(InputParamDefinitionType), parameter :: &
267  gwfbuy_auxspeciesname = inputparamdefinitiontype &
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  )

◆ gwfbuy_crhoref

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_crhoref = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'CRHOREF', 'CRHOREF', 'DOUBLE', '', 'reference concentration value', .true., .false., .true., .false., .false., .false. )
private

Definition at line 228 of file gwf-buyidm.f90.

228  type(InputParamDefinitionType), parameter :: &
229  gwfbuy_crhoref = inputparamdefinitiontype &
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  )

◆ gwfbuy_denseref

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_denseref = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSEREF', 'DENSEREF', 'DOUBLE', '', 'reference density', .false., .false., .false., .false., .false., .false. )
private

Definition at line 57 of file gwf-buyidm.f90.

57  type(InputParamDefinitionType), parameter :: &
58  gwfbuy_denseref = inputparamdefinitiontype &
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  )

◆ gwfbuy_density

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_density = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITY', 'DENSITY', 'KEYWORD', '', 'density keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 95 of file gwf-buyidm.f90.

95  type(InputParamDefinitionType), parameter :: &
96  gwfbuy_density = inputparamdefinitiontype &
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  )

◆ gwfbuy_density_fr

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_density_fr = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITY_FILERECORD', 'DENSITY_FR', 'RECORD DENSITY FILEOUT DENSITYFILE', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 76 of file gwf-buyidm.f90.

76  type(InputParamDefinitionType), parameter :: &
77  gwfbuy_density_fr = inputparamdefinitiontype &
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  )

◆ gwfbuy_densityfile

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_densityfile = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITYFILE', 'DENSITYFILE', 'STRING', '', 'file keyword', .true., .false., .true., .true., .false., .false. )
private

Definition at line 133 of file gwf-buyidm.f90.

133  type(InputParamDefinitionType), parameter :: &
134  gwfbuy_densityfile = inputparamdefinitiontype &
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  )

◆ gwfbuy_dev_efh_form

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_dev_efh_form = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DEV_EFH_FORMULATION', 'DEV_EFH_FORM', 'KEYWORD', '', 'use equivalent freshwater head formulation', .false., .false., .false., .false., .false., .false. )
private

Definition at line 152 of file gwf-buyidm.f90.

152  type(InputParamDefinitionType), parameter :: &
153  gwfbuy_dev_efh_form = inputparamdefinitiontype &
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  )

◆ gwfbuy_drhodc

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_drhodc = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'DRHODC', 'DRHODC', 'DOUBLE', '', 'slope of the density-concentration line', .true., .false., .true., .false., .false., .false. )
private

Definition at line 209 of file gwf-buyidm.f90.

209  type(InputParamDefinitionType), parameter :: &
210  gwfbuy_drhodc = inputparamdefinitiontype &
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  )

◆ gwfbuy_fileout

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_fileout = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 114 of file gwf-buyidm.f90.

114  type(InputParamDefinitionType), parameter :: &
115  gwfbuy_fileout = inputparamdefinitiontype &
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  )

◆ gwfbuy_hhform_rhs

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_hhform_rhs = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'HHFORMULATION_RHS', 'HHFORM_RHS', 'KEYWORD', '', 'hh formulation on right-hand side', .false., .false., .false., .false., .false., .false. )
private

Definition at line 38 of file gwf-buyidm.f90.

38  type(InputParamDefinitionType), parameter :: &
39  gwfbuy_hhform_rhs = inputparamdefinitiontype &
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  )

◆ gwfbuy_irhospec

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_irhospec = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'IRHOSPEC', 'IRHOSPEC', 'INTEGER', '', 'species number for this entry', .true., .false., .true., .false., .false., .false. )
private

Definition at line 190 of file gwf-buyidm.f90.

190  type(InputParamDefinitionType), parameter :: &
191  gwfbuy_irhospec = inputparamdefinitiontype &
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  )

◆ gwfbuy_modelname

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_modelname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'MODELNAME', 'MODELNAME', 'STRING', '', 'modelname', .true., .false., .true., .false., .false., .false. )
private

Definition at line 247 of file gwf-buyidm.f90.

247  type(InputParamDefinitionType), parameter :: &
248  gwfbuy_modelname = inputparamdefinitiontype &
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  )

◆ gwfbuy_nrhospecies

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_nrhospecies = InputParamDefinitionType ( 'GWF', 'BUY', 'DIMENSIONS', 'NRHOSPECIES', 'NRHOSPECIES', 'INTEGER', '', 'number of species used in density equation of state', .true., .false., .false., .false., .false., .false. )
private

Definition at line 171 of file gwf-buyidm.f90.

171  type(InputParamDefinitionType), parameter :: &
172  gwfbuy_nrhospecies = inputparamdefinitiontype &
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  )

◆ gwfbuy_packagedata

type(inputparamdefinitiontype), parameter gwfbuyinputmodule::gwfbuy_packagedata = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'PACKAGEDATA', 'PACKAGEDATA', 'RECARRAY IRHOSPEC DRHODC CRHOREF MODELNAME AUXSPECIESNAME', 'NRHOSPECIES', '', .true., .false., .false., .false., .false., .false. )
private

Definition at line 303 of file gwf-buyidm.f90.

303  type(InputParamDefinitionType), parameter :: &
304  gwfbuy_packagedata = inputparamdefinitiontype &
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  )