MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-cxsidm.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 :: iprpak = .false.
15  logical :: nsections = .false.
16  logical :: npoints = .false.
17  logical :: idcxs = .false.
18  logical :: nxspoints = .false.
19  logical :: xfraction = .false.
20  logical :: height = .false.
21  logical :: manfraction = .false.
22  end type swfcxsparamfoundtype
23 
24  logical :: swf_cxs_multi_package = .false.
25 
26  type(inputparamdefinitiontype), parameter :: &
28  ( &
29  'SWF', & ! component
30  'CXS', & ! subcomponent
31  'OPTIONS', & ! block
32  'PRINT_INPUT', & ! tag name
33  'IPRPAK', & ! fortran variable
34  'KEYWORD', & ! type
35  '', & ! shape
36  .false., & ! required
37  .false., & ! multi-record
38  .false., & ! preserve case
39  .false., & ! layered
40  .false. & ! timeseries
41  )
42 
43  type(inputparamdefinitiontype), parameter :: &
45  ( &
46  'SWF', & ! component
47  'CXS', & ! subcomponent
48  'DIMENSIONS', & ! block
49  'NSECTIONS', & ! tag name
50  'NSECTIONS', & ! fortran variable
51  'INTEGER', & ! type
52  '', & ! shape
53  .true., & ! required
54  .false., & ! multi-record
55  .false., & ! preserve case
56  .false., & ! layered
57  .false. & ! timeseries
58  )
59 
60  type(inputparamdefinitiontype), parameter :: &
62  ( &
63  'SWF', & ! component
64  'CXS', & ! subcomponent
65  'DIMENSIONS', & ! block
66  'NPOINTS', & ! tag name
67  'NPOINTS', & ! fortran variable
68  'INTEGER', & ! type
69  '', & ! shape
70  .true., & ! required
71  .false., & ! multi-record
72  .false., & ! preserve case
73  .false., & ! layered
74  .false. & ! timeseries
75  )
76 
77  type(inputparamdefinitiontype), parameter :: &
79  ( &
80  'SWF', & ! component
81  'CXS', & ! subcomponent
82  'PACKAGEDATA', & ! block
83  'IDCXS', & ! tag name
84  'IDCXS', & ! fortran variable
85  'INTEGER', & ! type
86  '', & ! shape
87  .true., & ! required
88  .true., & ! multi-record
89  .false., & ! preserve case
90  .false., & ! layered
91  .false. & ! timeseries
92  )
93 
94  type(inputparamdefinitiontype), parameter :: &
96  ( &
97  'SWF', & ! component
98  'CXS', & ! subcomponent
99  'PACKAGEDATA', & ! block
100  'NXSPOINTS', & ! tag name
101  'NXSPOINTS', & ! fortran variable
102  'INTEGER', & ! type
103  '', & ! shape
104  .true., & ! required
105  .true., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'SWF', & ! component
115  'CXS', & ! subcomponent
116  'CROSSSECTIONDATA', & ! block
117  'XFRACTION', & ! tag name
118  'XFRACTION', & ! fortran variable
119  'DOUBLE', & ! type
120  '', & ! shape
121  .true., & ! required
122  .true., & ! multi-record
123  .false., & ! preserve case
124  .false., & ! layered
125  .false. & ! timeseries
126  )
127 
128  type(inputparamdefinitiontype), parameter :: &
130  ( &
131  'SWF', & ! component
132  'CXS', & ! subcomponent
133  'CROSSSECTIONDATA', & ! block
134  'HEIGHT', & ! tag name
135  'HEIGHT', & ! fortran variable
136  'DOUBLE', & ! type
137  '', & ! shape
138  .true., & ! required
139  .true., & ! multi-record
140  .false., & ! preserve case
141  .false., & ! layered
142  .false. & ! timeseries
143  )
144 
145  type(inputparamdefinitiontype), parameter :: &
147  ( &
148  'SWF', & ! component
149  'CXS', & ! subcomponent
150  'CROSSSECTIONDATA', & ! block
151  'MANFRACTION', & ! tag name
152  'MANFRACTION', & ! fortran variable
153  'DOUBLE', & ! type
154  '', & ! shape
155  .true., & ! required
156  .true., & ! multi-record
157  .false., & ! preserve case
158  .false., & ! layered
159  .false. & ! timeseries
160  )
161 
162  type(inputparamdefinitiontype), parameter :: &
164  [ &
165  swfcxs_iprpak, &
167  swfcxs_npoints, &
168  swfcxs_idcxs, &
171  swfcxs_height, &
173  ]
174 
175  type(inputparamdefinitiontype), parameter :: &
177  ( &
178  'SWF', & ! component
179  'CXS', & ! subcomponent
180  'PACKAGEDATA', & ! block
181  'PACKAGEDATA', & ! tag name
182  'PACKAGEDATA', & ! fortran variable
183  'RECARRAY IDCXS NXSPOINTS', & ! type
184  'NSECTIONS', & ! shape
185  .true., & ! required
186  .false., & ! multi-record
187  .false., & ! preserve case
188  .false., & ! layered
189  .false. & ! timeseries
190  )
191 
192  type(inputparamdefinitiontype), parameter :: &
194  ( &
195  'SWF', & ! component
196  'CXS', & ! subcomponent
197  'CROSSSECTIONDATA', & ! block
198  'CROSSSECTIONDATA', & ! tag name
199  'CROSSSECTIONDATA', & ! fortran variable
200  'RECARRAY XFRACTION HEIGHT MANFRACTION', & ! type
201  'NPOINTS', & ! shape
202  .true., & ! required
203  .false., & ! multi-record
204  .false., & ! preserve case
205  .false., & ! layered
206  .false. & ! timeseries
207  )
208 
209  type(inputparamdefinitiontype), parameter :: &
211  [ &
214  ]
215 
216  type(inputblockdefinitiontype), parameter :: &
218  [ &
220  'OPTIONS', & ! blockname
221  .false., & ! required
222  .false., & ! aggregate
223  .false. & ! block_variable
224  ), &
226  'DIMENSIONS', & ! blockname
227  .true., & ! required
228  .false., & ! aggregate
229  .false. & ! block_variable
230  ), &
232  'PACKAGEDATA', & ! blockname
233  .true., & ! required
234  .true., & ! aggregate
235  .false. & ! block_variable
236  ), &
238  'CROSSSECTIONDATA', & ! blockname
239  .true., & ! required
240  .true., & ! aggregate
241  .false. & ! block_variable
242  ) &
243  ]
244 
245 end module swfcxsinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
This module contains the InputDefinitionModule.
type(inputparamdefinitiontype), dimension(*), parameter, public swf_cxs_aggregate_definitions
Definition: swf-cxsidm.f90:209
type(inputparamdefinitiontype), parameter swfcxs_nsections
Definition: swf-cxsidm.f90:43
type(inputparamdefinitiontype), dimension(*), parameter, public swf_cxs_param_definitions
Definition: swf-cxsidm.f90:162
type(inputparamdefinitiontype), parameter swfcxs_npoints
Definition: swf-cxsidm.f90:60
type(inputparamdefinitiontype), parameter swfcxs_xfraction
Definition: swf-cxsidm.f90:111
type(inputblockdefinitiontype), dimension(*), parameter, public swf_cxs_block_definitions
Definition: swf-cxsidm.f90:216
type(inputparamdefinitiontype), parameter swfcxs_nxspoints
Definition: swf-cxsidm.f90:94
type(inputparamdefinitiontype), parameter swfcxs_idcxs
Definition: swf-cxsidm.f90:77
type(inputparamdefinitiontype), parameter swfcxs_crosssectiondata
Definition: swf-cxsidm.f90:192
type(inputparamdefinitiontype), parameter swfcxs_iprpak
Definition: swf-cxsidm.f90:26
type(inputparamdefinitiontype), parameter swfcxs_height
Definition: swf-cxsidm.f90:128
type(inputparamdefinitiontype), parameter swfcxs_packagedata
Definition: swf-cxsidm.f90:175
logical, public swf_cxs_multi_package
Definition: swf-cxsidm.f90:24
type(inputparamdefinitiontype), parameter swfcxs_manfraction
Definition: swf-cxsidm.f90:145