MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwe-ssmidm.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 gwe_ssm_subpackages
13 
15  logical :: print_flows = .false.
16  logical :: save_flows = .false.
17  logical :: pname_sources = .false.
18  logical :: srctype = .false.
19  logical :: auxname = .false.
20  logical :: pname = .false.
21  logical :: spc6 = .false.
22  logical :: filein = .false.
23  logical :: spc6_filename = .false.
24  logical :: mixed = .false.
25  end type gwessmparamfoundtype
26 
27  logical :: gwe_ssm_multi_package = .false.
28 
29  character(len=16), parameter :: &
30  gwe_ssm_subpackages(*) = &
31  [ &
32  ' ' &
33  ]
34 
35  type(inputparamdefinitiontype), parameter :: &
37  ( &
38  'GWE', & ! component
39  'SSM', & ! subcomponent
40  'OPTIONS', & ! block
41  'PRINT_FLOWS', & ! tag name
42  'PRINT_FLOWS', & ! fortran variable
43  'KEYWORD', & ! type
44  '', & ! shape
45  'print calculated flows to listing file', & ! 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  'GWE', & ! component
58  'SSM', & ! subcomponent
59  'OPTIONS', & ! block
60  'SAVE_FLOWS', & ! tag name
61  'SAVE_FLOWS', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  'save calculated flows to budget 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  'GWE', & ! component
77  'SSM', & ! subcomponent
78  'SOURCES', & ! block
79  'PNAME', & ! tag name
80  'PNAME_SOURCES', & ! fortran variable
81  'STRING', & ! type
82  '', & ! shape
83  'package name', & ! longname
84  .true., & ! required
85  .false., & ! prerelease
86  .true., & ! multi-record
87  .false., & ! preserve case
88  .false., & ! layered
89  .false. & ! timeseries
90  )
91 
92  type(inputparamdefinitiontype), parameter :: &
94  ( &
95  'GWE', & ! component
96  'SSM', & ! subcomponent
97  'SOURCES', & ! block
98  'SRCTYPE', & ! tag name
99  'SRCTYPE', & ! fortran variable
100  'STRING', & ! type
101  '', & ! shape
102  'source type', & ! longname
103  .true., & ! required
104  .false., & ! prerelease
105  .true., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'GWE', & ! component
115  'SSM', & ! subcomponent
116  'SOURCES', & ! block
117  'AUXNAME', & ! tag name
118  'AUXNAME', & ! fortran variable
119  'STRING', & ! type
120  '', & ! shape
121  'auxiliary variable name', & ! longname
122  .true., & ! required
123  .false., & ! prerelease
124  .true., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'GWE', & ! component
134  'SSM', & ! subcomponent
135  'FILEINPUT', & ! block
136  'PNAME', & ! tag name
137  'PNAME', & ! fortran variable
138  'STRING', & ! type
139  '', & ! shape
140  'package name', & ! 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  'GWE', & ! component
153  'SSM', & ! subcomponent
154  'FILEINPUT', & ! block
155  'SPC6', & ! tag name
156  'SPC6', & ! fortran variable
157  'KEYWORD', & ! type
158  '', & ! shape
159  'head 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  'GWE', & ! component
172  'SSM', & ! subcomponent
173  'FILEINPUT', & ! block
174  'FILEIN', & ! tag name
175  'FILEIN', & ! fortran variable
176  'KEYWORD', & ! type
177  '', & ! shape
178  'file keyword', & ! longname
179  .true., & ! required
180  .false., & ! prerelease
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'GWE', & ! component
191  'SSM', & ! subcomponent
192  'FILEINPUT', & ! block
193  'SPC6_FILENAME', & ! tag name
194  'SPC6_FILENAME', & ! fortran variable
195  'STRING', & ! type
196  '', & ! shape
197  'spc file name', & ! longname
198  .true., & ! required
199  .false., & ! prerelease
200  .true., & ! multi-record
201  .true., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'GWE', & ! component
210  'SSM', & ! subcomponent
211  'FILEINPUT', & ! block
212  'MIXED', & ! tag name
213  'MIXED', & ! fortran variable
214  'KEYWORD', & ! type
215  '', & ! shape
216  'mixed keyword', & ! longname
217  .false., & ! required
218  .false., & ! prerelease
219  .true., & ! multi-record
220  .false., & ! preserve case
221  .false., & ! layered
222  .false. & ! timeseries
223  )
224 
225  type(inputparamdefinitiontype), parameter :: &
227  [ &
231  gwessm_srctype, &
232  gwessm_auxname, &
233  gwessm_pname, &
234  gwessm_spc6, &
235  gwessm_filein, &
237  gwessm_mixed &
238  ]
239 
240  type(inputparamdefinitiontype), parameter :: &
242  ( &
243  'GWE', & ! component
244  'SSM', & ! subcomponent
245  'SOURCES', & ! block
246  'SOURCES', & ! tag name
247  'SOURCES', & ! fortran variable
248  'RECARRAY PNAME SRCTYPE AUXNAME', & ! type
249  '', & ! shape
250  'package list', & ! longname
251  .true., & ! required
252  .false., & ! prerelease
253  .false., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  ( &
262  'GWE', & ! component
263  'SSM', & ! subcomponent
264  'FILEINPUT', & ! block
265  'FILEINPUT', & ! tag name
266  'FILEINPUT', & ! fortran variable
267  'RECARRAY PNAME SPC6 FILEIN SPC6_FILENAME MIXED', & ! type
268  '', & ! shape
269  '', & ! longname
270  .false., & ! required
271  .false., & ! prerelease
272  .false., & ! multi-record
273  .false., & ! preserve case
274  .false., & ! layered
275  .false. & ! timeseries
276  )
277 
278  type(inputparamdefinitiontype), parameter :: &
280  [ &
281  gwessm_sources, &
283  ]
284 
285  type(inputblockdefinitiontype), parameter :: &
287  [ &
289  'OPTIONS', & ! blockname
290  .false., & ! required
291  .false., & ! aggregate
292  .false. & ! block_variable
293  ), &
295  'SOURCES', & ! blockname
296  .true., & ! required
297  .true., & ! aggregate
298  .false. & ! block_variable
299  ), &
301  'FILEINPUT', & ! blockname
302  .false., & ! required
303  .true., & ! aggregate
304  .false. & ! block_variable
305  ) &
306  ]
307 
308 end module gwessminputmodule
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 gwe_ssm_multi_package
Definition: gwe-ssmidm.f90:27
character(len=16), dimension(*), parameter, public gwe_ssm_subpackages
Definition: gwe-ssmidm.f90:29
type(inputparamdefinitiontype), parameter gwessm_sources
Definition: gwe-ssmidm.f90:240
type(inputparamdefinitiontype), parameter gwessm_filein
Definition: gwe-ssmidm.f90:168
type(inputparamdefinitiontype), parameter gwessm_print_flows
Definition: gwe-ssmidm.f90:35
type(inputparamdefinitiontype), parameter gwessm_save_flows
Definition: gwe-ssmidm.f90:54
type(inputparamdefinitiontype), parameter gwessm_mixed
Definition: gwe-ssmidm.f90:206
type(inputparamdefinitiontype), parameter gwessm_pname
Definition: gwe-ssmidm.f90:130
type(inputparamdefinitiontype), parameter gwessm_auxname
Definition: gwe-ssmidm.f90:111
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ssm_param_definitions
Definition: gwe-ssmidm.f90:225
type(inputparamdefinitiontype), parameter gwessm_spc6_filename
Definition: gwe-ssmidm.f90:187
type(inputparamdefinitiontype), parameter gwessm_spc6
Definition: gwe-ssmidm.f90:149
type(inputparamdefinitiontype), parameter gwessm_srctype
Definition: gwe-ssmidm.f90:92
type(inputparamdefinitiontype), parameter gwessm_pname_sources
Definition: gwe-ssmidm.f90:73
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_ssm_block_definitions
Definition: gwe-ssmidm.f90:285
type(inputparamdefinitiontype), parameter gwessm_fileinput
Definition: gwe-ssmidm.f90:259
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ssm_aggregate_definitions
Definition: gwe-ssmidm.f90:278
This module contains the InputDefinitionModule.