MODFLOW 6  version 6.7.0.dev2
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. )
 
type(inputparamdefinitiontype), parameter gwfbuy_denseref = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSEREF', 'DENSEREF', 'DOUBLE', '', 'reference density', .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. )
 
type(inputparamdefinitiontype), parameter gwfbuy_density = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITY', 'DENSITY', 'KEYWORD', '', 'density keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_fileout = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_densityfile = InputParamDefinitionType ( 'GWF', 'BUY', 'OPTIONS', 'DENSITYFILE', 'DENSITYFILE', 'STRING', '', 'file keyword', .true., .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. )
 
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. )
 
type(inputparamdefinitiontype), parameter gwfbuy_irhospec = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'IRHOSPEC', 'IRHOSPEC', 'INTEGER', '', 'species number for this entry', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_drhodc = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'DRHODC', 'DRHODC', 'DOUBLE', '', 'slope of the density-concentration line', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_crhoref = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'CRHOREF', 'CRHOREF', 'DOUBLE', '', 'reference concentration value', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_modelname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'MODELNAME', 'MODELNAME', 'STRING', '', 'modelname', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfbuy_auxspeciesname = InputParamDefinitionType ( 'GWF', 'BUY', 'PACKAGEDATA', 'AUXSPECIESNAME', 'AUXSPECIESNAME', 'STRING', '', 'auxspeciesname', .true., .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. )
 
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 308 of file gwf-buyidm.f90.

308  type(InputParamDefinitionType), parameter :: &
309  gwf_buy_aggregate_definitions(*) = &
310  [ &
311  gwfbuy_packagedata &
312  ]

◆ 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 314 of file gwf-buyidm.f90.

314  type(InputBlockDefinitionType), parameter :: &
315  gwf_buy_block_definitions(*) = &
316  [ &
317  inputblockdefinitiontype( &
318  'OPTIONS', & ! blockname
319  .false., & ! required
320  .false., & ! aggregate
321  .false. & ! block_variable
322  ), &
323  inputblockdefinitiontype( &
324  'DIMENSIONS', & ! blockname
325  .true., & ! required
326  .false., & ! aggregate
327  .false. & ! block_variable
328  ), &
329  inputblockdefinitiontype( &
330  'PACKAGEDATA', & ! blockname
331  .true., & ! required
332  .true., & ! aggregate
333  .false. & ! block_variable
334  ) &
335  ]

◆ 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 272 of file gwf-buyidm.f90.

272  type(InputParamDefinitionType), parameter :: &
273  gwf_buy_param_definitions(*) = &
274  [ &
275  gwfbuy_hhform_rhs, &
276  gwfbuy_denseref, &
277  gwfbuy_density_fr, &
278  gwfbuy_density, &
279  gwfbuy_fileout, &
280  gwfbuy_densityfile, &
281  gwfbuy_dev_efh_form, &
282  gwfbuy_nrhospecies, &
283  gwfbuy_irhospec, &
284  gwfbuy_drhodc, &
285  gwfbuy_crhoref, &
286  gwfbuy_modelname, &
287  gwfbuy_auxspeciesname &
288  ]

◆ 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., .true., .false., .false., .false. )
private

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

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

◆ gwfbuy_crhoref

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

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

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

◆ gwfbuy_denseref

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

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

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

◆ gwfbuy_density

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

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

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

◆ 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. )
private

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

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

◆ gwfbuy_densityfile

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

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

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

◆ 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. )
private

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

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

◆ gwfbuy_drhodc

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

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

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

◆ gwfbuy_fileout

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

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

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

◆ 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. )
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., & ! multi-record
51  .false., & ! preserve case
52  .false., & ! layered
53  .false. & ! timeseries
54  )

◆ gwfbuy_irhospec

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

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

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

◆ gwfbuy_modelname

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

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

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

◆ 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. )
private

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

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

◆ 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. )
private

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

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