MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
gwfbuyinputmodule Module Reference

Data Types

type  gwfbuyparamfoundtype
 

Variables

logical, public gwf_buy_multi_package = .false.
 
logical, public gwf_buy_is_advanced = .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 324 of file gwf-buyidm.f90.

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

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

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

◆ gwf_buy_is_advanced

logical, public gwfbuyinputmodule::gwf_buy_is_advanced = .false.

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

32  logical :: gwf_buy_is_advanced = .false.

◆ gwf_buy_multi_package

logical, public gwfbuyinputmodule::gwf_buy_multi_package = .false.

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

31  logical :: gwf_buy_multi_package = .false.

◆ gwf_buy_param_definitions

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

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

◆ gwf_buy_subpackages

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

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

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

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

268  type(InputParamDefinitionType), parameter :: &
269  gwfbuy_auxspeciesname = inputparamdefinitiontype &
270  ( &
271  'GWF', & ! component
272  'BUY', & ! subcomponent
273  'PACKAGEDATA', & ! block
274  'AUXSPECIESNAME', & ! tag name
275  'AUXSPECIESNAME', & ! fortran variable
276  'STRING', & ! type
277  '', & ! shape
278  'auxspeciesname', & ! longname
279  .true., & ! required
280  .false., & ! developmode
281  .true., & ! multi-record
282  .false., & ! preserve case
283  .false., & ! layered
284  .false. & ! timeseries
285  )

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

230  type(InputParamDefinitionType), parameter :: &
231  gwfbuy_crhoref = inputparamdefinitiontype &
232  ( &
233  'GWF', & ! component
234  'BUY', & ! subcomponent
235  'PACKAGEDATA', & ! block
236  'CRHOREF', & ! tag name
237  'CRHOREF', & ! fortran variable
238  'DOUBLE', & ! type
239  '', & ! shape
240  'reference concentration value', & ! longname
241  .true., & ! required
242  .false., & ! developmode
243  .true., & ! multi-record
244  .false., & ! preserve case
245  .false., & ! layered
246  .false. & ! timeseries
247  )

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

59  type(InputParamDefinitionType), parameter :: &
60  gwfbuy_denseref = inputparamdefinitiontype &
61  ( &
62  'GWF', & ! component
63  'BUY', & ! subcomponent
64  'OPTIONS', & ! block
65  'DENSEREF', & ! tag name
66  'DENSEREF', & ! fortran variable
67  'DOUBLE', & ! type
68  '', & ! shape
69  'reference density', & ! longname
70  .false., & ! required
71  .false., & ! developmode
72  .false., & ! multi-record
73  .false., & ! preserve case
74  .false., & ! layered
75  .false. & ! timeseries
76  )

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

97  type(InputParamDefinitionType), parameter :: &
98  gwfbuy_density = inputparamdefinitiontype &
99  ( &
100  'GWF', & ! component
101  'BUY', & ! subcomponent
102  'OPTIONS', & ! block
103  'DENSITY', & ! tag name
104  'DENSITY', & ! fortran variable
105  'KEYWORD', & ! type
106  '', & ! shape
107  'density keyword', & ! longname
108  .true., & ! required
109  .false., & ! developmode
110  .true., & ! multi-record
111  .false., & ! preserve case
112  .false., & ! layered
113  .false. & ! timeseries
114  )

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

78  type(InputParamDefinitionType), parameter :: &
79  gwfbuy_density_fr = inputparamdefinitiontype &
80  ( &
81  'GWF', & ! component
82  'BUY', & ! subcomponent
83  'OPTIONS', & ! block
84  'DENSITY_FILERECORD', & ! tag name
85  'DENSITY_FR', & ! fortran variable
86  'RECORD DENSITY FILEOUT DENSITYFILE', & ! type
87  '', & ! shape
88  '', & ! longname
89  .false., & ! required
90  .false., & ! developmode
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )

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

135  type(InputParamDefinitionType), parameter :: &
136  gwfbuy_densityfile = inputparamdefinitiontype &
137  ( &
138  'GWF', & ! component
139  'BUY', & ! subcomponent
140  'OPTIONS', & ! block
141  'DENSITYFILE', & ! tag name
142  'DENSITYFILE', & ! fortran variable
143  'STRING', & ! type
144  '', & ! shape
145  'file keyword', & ! longname
146  .true., & ! required
147  .false., & ! developmode
148  .true., & ! multi-record
149  .true., & ! preserve case
150  .false., & ! layered
151  .false. & ! timeseries
152  )

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

154  type(InputParamDefinitionType), parameter :: &
155  gwfbuy_dev_efh_form = inputparamdefinitiontype &
156  ( &
157  'GWF', & ! component
158  'BUY', & ! subcomponent
159  'OPTIONS', & ! block
160  'DEV_EFH_FORMULATION', & ! tag name
161  'DEV_EFH_FORM', & ! fortran variable
162  'KEYWORD', & ! type
163  '', & ! shape
164  'use equivalent freshwater head formulation', & ! longname
165  .false., & ! required
166  .false., & ! developmode
167  .false., & ! multi-record
168  .false., & ! preserve case
169  .false., & ! layered
170  .false. & ! timeseries
171  )

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

211  type(InputParamDefinitionType), parameter :: &
212  gwfbuy_drhodc = inputparamdefinitiontype &
213  ( &
214  'GWF', & ! component
215  'BUY', & ! subcomponent
216  'PACKAGEDATA', & ! block
217  'DRHODC', & ! tag name
218  'DRHODC', & ! fortran variable
219  'DOUBLE', & ! type
220  '', & ! shape
221  'slope of the density-concentration line', & ! longname
222  .true., & ! required
223  .false., & ! developmode
224  .true., & ! multi-record
225  .false., & ! preserve case
226  .false., & ! layered
227  .false. & ! timeseries
228  )

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

116  type(InputParamDefinitionType), parameter :: &
117  gwfbuy_fileout = inputparamdefinitiontype &
118  ( &
119  'GWF', & ! component
120  'BUY', & ! subcomponent
121  'OPTIONS', & ! block
122  'FILEOUT', & ! tag name
123  'FILEOUT', & ! fortran variable
124  'KEYWORD', & ! type
125  '', & ! shape
126  'file keyword', & ! longname
127  .true., & ! required
128  .false., & ! developmode
129  .true., & ! multi-record
130  .false., & ! preserve case
131  .false., & ! layered
132  .false. & ! timeseries
133  )

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

40  type(InputParamDefinitionType), parameter :: &
41  gwfbuy_hhform_rhs = inputparamdefinitiontype &
42  ( &
43  'GWF', & ! component
44  'BUY', & ! subcomponent
45  'OPTIONS', & ! block
46  'HHFORMULATION_RHS', & ! tag name
47  'HHFORM_RHS', & ! fortran variable
48  'KEYWORD', & ! type
49  '', & ! shape
50  'hh formulation on right-hand side', & ! longname
51  .false., & ! required
52  .false., & ! developmode
53  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )

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

192  type(InputParamDefinitionType), parameter :: &
193  gwfbuy_irhospec = inputparamdefinitiontype &
194  ( &
195  'GWF', & ! component
196  'BUY', & ! subcomponent
197  'PACKAGEDATA', & ! block
198  'IRHOSPEC', & ! tag name
199  'IRHOSPEC', & ! fortran variable
200  'INTEGER', & ! type
201  '', & ! shape
202  'species number for this entry', & ! longname
203  .true., & ! required
204  .false., & ! developmode
205  .true., & ! multi-record
206  .false., & ! preserve case
207  .false., & ! layered
208  .false. & ! timeseries
209  )

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

249  type(InputParamDefinitionType), parameter :: &
250  gwfbuy_modelname = inputparamdefinitiontype &
251  ( &
252  'GWF', & ! component
253  'BUY', & ! subcomponent
254  'PACKAGEDATA', & ! block
255  'MODELNAME', & ! tag name
256  'MODELNAME', & ! fortran variable
257  'STRING', & ! type
258  '', & ! shape
259  'modelname', & ! longname
260  .true., & ! required
261  .false., & ! developmode
262  .true., & ! multi-record
263  .false., & ! preserve case
264  .false., & ! layered
265  .false. & ! timeseries
266  )

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

173  type(InputParamDefinitionType), parameter :: &
174  gwfbuy_nrhospecies = inputparamdefinitiontype &
175  ( &
176  'GWF', & ! component
177  'BUY', & ! subcomponent
178  'DIMENSIONS', & ! block
179  'NRHOSPECIES', & ! tag name
180  'NRHOSPECIES', & ! fortran variable
181  'INTEGER', & ! type
182  '', & ! shape
183  'number of species used in density equation of state', & ! longname
184  .true., & ! required
185  .false., & ! developmode
186  .false., & ! multi-record
187  .false., & ! preserve case
188  .false., & ! layered
189  .false. & ! timeseries
190  )

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

305  type(InputParamDefinitionType), parameter :: &
306  gwfbuy_packagedata = inputparamdefinitiontype &
307  ( &
308  'GWF', & ! component
309  'BUY', & ! subcomponent
310  'PACKAGEDATA', & ! block
311  'PACKAGEDATA', & ! tag name
312  'PACKAGEDATA', & ! fortran variable
313  'RECARRAY IRHOSPEC DRHODC CRHOREF MODELNAME AUXSPECIESNAME', & ! type
314  'NRHOSPECIES', & ! shape
315  '', & ! longname
316  .true., & ! required
317  .false., & ! developmode
318  .false., & ! multi-record
319  .false., & ! preserve case
320  .false., & ! layered
321  .false. & ! timeseries
322  )