MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwf-namidm.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 
14  logical :: list = .false.
15  logical :: print_input = .false.
16  logical :: print_flows = .false.
17  logical :: save_flows = .false.
18  logical :: newtonoptions = .false.
19  logical :: newton = .false.
20  logical :: under_relaxation = .false.
21  logical :: ftype = .false.
22  logical :: fname = .false.
23  logical :: pname = .false.
24  end type gwfnamparamfoundtype
25 
26  logical :: gwf_nam_multi_package = .false.
27 
28  type(inputparamdefinitiontype), parameter :: &
30  ( &
31  'GWF', & ! component
32  'NAM', & ! subcomponent
33  'OPTIONS', & ! block
34  'LIST', & ! tag name
35  'LIST', & ! fortran variable
36  'STRING', & ! type
37  '', & ! shape
38  .false., & ! required
39  .false., & ! multi-record
40  .true., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  )
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'GWF', & ! component
49  'NAM', & ! subcomponent
50  'OPTIONS', & ! block
51  'PRINT_INPUT', & ! tag name
52  'PRINT_INPUT', & ! fortran variable
53  'KEYWORD', & ! type
54  '', & ! shape
55  .false., & ! required
56  .false., & ! multi-record
57  .false., & ! preserve case
58  .false., & ! layered
59  .false. & ! timeseries
60  )
61 
62  type(inputparamdefinitiontype), parameter :: &
64  ( &
65  'GWF', & ! component
66  'NAM', & ! subcomponent
67  'OPTIONS', & ! block
68  'PRINT_FLOWS', & ! tag name
69  'PRINT_FLOWS', & ! fortran variable
70  'KEYWORD', & ! type
71  '', & ! shape
72  .false., & ! required
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWF', & ! component
83  'NAM', & ! subcomponent
84  'OPTIONS', & ! block
85  'SAVE_FLOWS', & ! tag name
86  'SAVE_FLOWS', & ! fortran variable
87  'KEYWORD', & ! type
88  '', & ! shape
89  .false., & ! required
90  .false., & ! multi-record
91  .false., & ! preserve case
92  .false., & ! layered
93  .false. & ! timeseries
94  )
95 
96  type(inputparamdefinitiontype), parameter :: &
98  ( &
99  'GWF', & ! component
100  'NAM', & ! subcomponent
101  'OPTIONS', & ! block
102  'NEWTONOPTIONS', & ! tag name
103  'NEWTONOPTIONS', & ! fortran variable
104  'RECORD NEWTON UNDER_RELAXATION', & ! type
105  '', & ! shape
106  .false., & ! required
107  .false., & ! multi-record
108  .false., & ! preserve case
109  .false., & ! layered
110  .false. & ! timeseries
111  )
112 
113  type(inputparamdefinitiontype), parameter :: &
115  ( &
116  'GWF', & ! component
117  'NAM', & ! subcomponent
118  'OPTIONS', & ! block
119  'NEWTON', & ! tag name
120  'NEWTON', & ! fortran variable
121  'KEYWORD', & ! type
122  '', & ! shape
123  .true., & ! required
124  .true., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'GWF', & ! component
134  'NAM', & ! subcomponent
135  'OPTIONS', & ! block
136  'UNDER_RELAXATION', & ! tag name
137  'UNDER_RELAXATION', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  .false., & ! required
141  .true., & ! multi-record
142  .false., & ! preserve case
143  .false., & ! layered
144  .false. & ! timeseries
145  )
146 
147  type(inputparamdefinitiontype), parameter :: &
149  ( &
150  'GWF', & ! component
151  'NAM', & ! subcomponent
152  'PACKAGES', & ! block
153  'FTYPE', & ! tag name
154  'FTYPE', & ! fortran variable
155  'STRING', & ! type
156  '', & ! shape
157  .true., & ! required
158  .true., & ! multi-record
159  .false., & ! preserve case
160  .false., & ! layered
161  .false. & ! timeseries
162  )
163 
164  type(inputparamdefinitiontype), parameter :: &
166  ( &
167  'GWF', & ! component
168  'NAM', & ! subcomponent
169  'PACKAGES', & ! block
170  'FNAME', & ! tag name
171  'FNAME', & ! fortran variable
172  'STRING', & ! type
173  '', & ! shape
174  .true., & ! required
175  .true., & ! multi-record
176  .true., & ! preserve case
177  .false., & ! layered
178  .false. & ! timeseries
179  )
180 
181  type(inputparamdefinitiontype), parameter :: &
183  ( &
184  'GWF', & ! component
185  'NAM', & ! subcomponent
186  'PACKAGES', & ! block
187  'PNAME', & ! tag name
188  'PNAME', & ! fortran variable
189  'STRING', & ! type
190  '', & ! shape
191  .false., & ! required
192  .true., & ! multi-record
193  .false., & ! preserve case
194  .false., & ! layered
195  .false. & ! timeseries
196  )
197 
198  type(inputparamdefinitiontype), parameter :: &
200  [ &
201  gwfnam_list, &
206  gwfnam_newton, &
208  gwfnam_ftype, &
209  gwfnam_fname, &
210  gwfnam_pname &
211  ]
212 
213  type(inputparamdefinitiontype), parameter :: &
215  ( &
216  'GWF', & ! component
217  'NAM', & ! subcomponent
218  'PACKAGES', & ! block
219  'PACKAGES', & ! tag name
220  'PACKAGES', & ! fortran variable
221  'RECARRAY FTYPE FNAME PNAME', & ! type
222  '', & ! shape
223  .true., & ! required
224  .false., & ! multi-record
225  .false., & ! preserve case
226  .false., & ! layered
227  .false. & ! timeseries
228  )
229 
230  type(inputparamdefinitiontype), parameter :: &
232  [ &
234  ]
235 
236  type(inputblockdefinitiontype), parameter :: &
238  [ &
240  'OPTIONS', & ! blockname
241  .false., & ! required
242  .false., & ! aggregate
243  .false. & ! block_variable
244  ), &
246  'PACKAGES', & ! blockname
247  .true., & ! required
248  .true., & ! aggregate
249  .false. & ! block_variable
250  ) &
251  ]
252 
253 end module gwfnaminputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputparamdefinitiontype), parameter gwfnam_save_flows
Definition: gwf-namidm.f90:79
type(inputparamdefinitiontype), parameter gwfnam_fname
Definition: gwf-namidm.f90:164
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_param_definitions
Definition: gwf-namidm.f90:198
type(inputparamdefinitiontype), parameter gwfnam_list
Definition: gwf-namidm.f90:28
type(inputparamdefinitiontype), parameter gwfnam_ftype
Definition: gwf-namidm.f90:147
type(inputparamdefinitiontype), parameter gwfnam_print_flows
Definition: gwf-namidm.f90:62
type(inputparamdefinitiontype), parameter gwfnam_pname
Definition: gwf-namidm.f90:181
type(inputparamdefinitiontype), parameter gwfnam_newton
Definition: gwf-namidm.f90:113
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_aggregate_definitions
Definition: gwf-namidm.f90:230
type(inputparamdefinitiontype), parameter gwfnam_under_relaxation
Definition: gwf-namidm.f90:130
type(inputparamdefinitiontype), parameter gwfnam_newtonoptions
Definition: gwf-namidm.f90:96
type(inputparamdefinitiontype), parameter gwfnam_print_input
Definition: gwf-namidm.f90:45
type(inputparamdefinitiontype), parameter gwfnam_packages
Definition: gwf-namidm.f90:213
logical, public gwf_nam_multi_package
Definition: gwf-namidm.f90:26
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_nam_block_definitions
Definition: gwf-namidm.f90:236
This module contains the InputDefinitionModule.