MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwf-apiidm.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_api_subpackages
13 
15  logical :: boundnames = .false.
16  logical :: iprpak = .false.
17  logical :: iprflow = .false.
18  logical :: ipakcb = .false.
19  logical :: obs_filerecord = .false.
20  logical :: obs6 = .false.
21  logical :: filein = .false.
22  logical :: obs6_filename = .false.
23  logical :: mover = .false.
24  logical :: maxbound = .false.
25  end type gwfapiparamfoundtype
26 
27  logical :: gwf_api_multi_package = .true.
28 
29  character(len=16), parameter :: &
30  gwf_api_subpackages(*) = &
31  [ &
32  ' ' &
33  ]
34 
35  type(inputparamdefinitiontype), parameter :: &
37  ( &
38  'GWF', & ! component
39  'API', & ! subcomponent
40  'OPTIONS', & ! block
41  'BOUNDNAMES', & ! tag name
42  'BOUNDNAMES', & ! fortran variable
43  'KEYWORD', & ! type
44  '', & ! shape
45  '', & ! longname
46  .false., & ! required
47  .false., & ! prerelease
48  .false., & ! multi-record
49  .false., & ! preserve case
50  .false., & ! layered
51  .false. & ! timeseries
52  )
53 
54  type(inputparamdefinitiontype), parameter :: &
56  ( &
57  'GWF', & ! component
58  'API', & ! subcomponent
59  'OPTIONS', & ! block
60  'PRINT_INPUT', & ! tag name
61  'IPRPAK', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  'print input to listing file', & ! longname
65  .false., & ! required
66  .false., & ! prerelease
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )
72 
73  type(inputparamdefinitiontype), parameter :: &
75  ( &
76  'GWF', & ! component
77  'API', & ! subcomponent
78  'OPTIONS', & ! block
79  'PRINT_FLOWS', & ! tag name
80  'IPRFLOW', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'print calculated flows to listing file', & ! longname
84  .false., & ! required
85  .false., & ! prerelease
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  'API', & ! subcomponent
97  'OPTIONS', & ! block
98  'SAVE_FLOWS', & ! tag name
99  'IPAKCB', & ! fortran variable
100  'KEYWORD', & ! type
101  '', & ! shape
102  'save api flows to budget file', & ! longname
103  .false., & ! required
104  .false., & ! prerelease
105  .false., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'GWF', & ! component
115  'API', & ! subcomponent
116  'OPTIONS', & ! block
117  'OBS_FILERECORD', & ! tag name
118  'OBS_FILERECORD', & ! fortran variable
119  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
120  '', & ! shape
121  '', & ! longname
122  .false., & ! required
123  .false., & ! prerelease
124  .false., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'GWF', & ! component
134  'API', & ! subcomponent
135  'OPTIONS', & ! block
136  'OBS6', & ! tag name
137  'OBS6', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  'obs keyword', & ! longname
141  .true., & ! required
142  .false., & ! prerelease
143  .true., & ! multi-record
144  .false., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )
148 
149  type(inputparamdefinitiontype), parameter :: &
151  ( &
152  'GWF', & ! component
153  'API', & ! subcomponent
154  'OPTIONS', & ! block
155  'FILEIN', & ! tag name
156  'FILEIN', & ! fortran variable
157  'KEYWORD', & ! type
158  '', & ! shape
159  'file keyword', & ! longname
160  .true., & ! required
161  .false., & ! prerelease
162  .true., & ! multi-record
163  .false., & ! preserve case
164  .false., & ! layered
165  .false. & ! timeseries
166  )
167 
168  type(inputparamdefinitiontype), parameter :: &
170  ( &
171  'GWF', & ! component
172  'API', & ! subcomponent
173  'OPTIONS', & ! block
174  'OBS6_FILENAME', & ! tag name
175  'OBS6_FILENAME', & ! fortran variable
176  'STRING', & ! type
177  '', & ! shape
178  'obs6 input filename', & ! longname
179  .true., & ! required
180  .false., & ! prerelease
181  .true., & ! multi-record
182  .true., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'GWF', & ! component
191  'API', & ! subcomponent
192  'OPTIONS', & ! block
193  'MOVER', & ! tag name
194  'MOVER', & ! fortran variable
195  'KEYWORD', & ! type
196  '', & ! shape
197  '', & ! longname
198  .false., & ! required
199  .false., & ! prerelease
200  .false., & ! multi-record
201  .false., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'GWF', & ! component
210  'API', & ! subcomponent
211  'DIMENSIONS', & ! block
212  'MAXBOUND', & ! tag name
213  'MAXBOUND', & ! fortran variable
214  'INTEGER', & ! type
215  '', & ! shape
216  'maximum number of user-defined api boundaries', & ! longname
217  .true., & ! required
218  .false., & ! prerelease
219  .false., & ! multi-record
220  .false., & ! preserve case
221  .false., & ! layered
222  .false. & ! timeseries
223  )
224 
225  type(inputparamdefinitiontype), parameter :: &
227  [ &
229  gwfapi_iprpak, &
230  gwfapi_iprflow, &
231  gwfapi_ipakcb, &
233  gwfapi_obs6, &
234  gwfapi_filein, &
236  gwfapi_mover, &
238  ]
239 
240  type(inputparamdefinitiontype), parameter :: &
242  [ &
244  ( &
245  '', & ! component
246  '', & ! subcomponent
247  '', & ! block
248  '', & ! tag name
249  '', & ! fortran variable
250  '', & ! type
251  '', & ! shape
252  '', & ! longname
253  .false., & ! required
254  .false., & ! prerelease
255  .false., & ! multi-record
256  .false., & ! preserve case
257  .false., & ! layered
258  .false. & ! timeseries
259  ) &
260  ]
261 
262  type(inputblockdefinitiontype), parameter :: &
264  [ &
266  'OPTIONS', & ! blockname
267  .false., & ! required
268  .false., & ! aggregate
269  .false. & ! block_variable
270  ), &
272  'DIMENSIONS', & ! blockname
273  .true., & ! required
274  .false., & ! aggregate
275  .false. & ! block_variable
276  ) &
277  ]
278 
279 end module gwfapiinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
logical, public gwf_api_multi_package
Definition: gwf-apiidm.f90:27
type(inputparamdefinitiontype), parameter gwfapi_obs6_filename
Definition: gwf-apiidm.f90:168
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_api_param_definitions
Definition: gwf-apiidm.f90:225
type(inputparamdefinitiontype), parameter gwfapi_boundnames
Definition: gwf-apiidm.f90:35
type(inputparamdefinitiontype), parameter gwfapi_obs6
Definition: gwf-apiidm.f90:130
type(inputparamdefinitiontype), parameter gwfapi_obs_filerecord
Definition: gwf-apiidm.f90:111
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_api_aggregate_definitions
Definition: gwf-apiidm.f90:240
type(inputparamdefinitiontype), parameter gwfapi_filein
Definition: gwf-apiidm.f90:149
character(len=16), dimension(*), parameter, public gwf_api_subpackages
Definition: gwf-apiidm.f90:29
type(inputparamdefinitiontype), parameter gwfapi_iprflow
Definition: gwf-apiidm.f90:73
type(inputparamdefinitiontype), parameter gwfapi_maxbound
Definition: gwf-apiidm.f90:206
type(inputparamdefinitiontype), parameter gwfapi_ipakcb
Definition: gwf-apiidm.f90:92
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_api_block_definitions
Definition: gwf-apiidm.f90:262
type(inputparamdefinitiontype), parameter gwfapi_mover
Definition: gwf-apiidm.f90:187
type(inputparamdefinitiontype), parameter gwfapi_iprpak
Definition: gwf-apiidm.f90:54
This module contains the InputDefinitionModule.