MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
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  public swf_cxs_subpackages
13 
15  logical :: iprpak = .false.
16  logical :: nsections = .false.
17  logical :: npoints = .false.
18  logical :: idcxs = .false.
19  logical :: nxspoints = .false.
20  logical :: xfraction = .false.
21  logical :: height = .false.
22  logical :: manfraction = .false.
23  end type swfcxsparamfoundtype
24 
25  logical :: swf_cxs_multi_package = .false.
26 
27  character(len=16), parameter :: &
28  swf_cxs_subpackages(*) = &
29  [ &
30  ' ' &
31  ]
32 
33  type(inputparamdefinitiontype), parameter :: &
35  ( &
36  'SWF', & ! component
37  'CXS', & ! subcomponent
38  'OPTIONS', & ! block
39  'PRINT_INPUT', & ! tag name
40  'IPRPAK', & ! fortran variable
41  'KEYWORD', & ! type
42  '', & ! shape
43  'print input to listing file', & ! longname
44  .false., & ! required
45  .false., & ! prerelease
46  .false., & ! multi-record
47  .false., & ! preserve case
48  .false., & ! layered
49  .false. & ! timeseries
50  )
51 
52  type(inputparamdefinitiontype), parameter :: &
54  ( &
55  'SWF', & ! component
56  'CXS', & ! subcomponent
57  'DIMENSIONS', & ! block
58  'NSECTIONS', & ! tag name
59  'NSECTIONS', & ! fortran variable
60  'INTEGER', & ! type
61  '', & ! shape
62  'number of reaches', & ! longname
63  .true., & ! required
64  .false., & ! prerelease
65  .false., & ! multi-record
66  .false., & ! preserve case
67  .false., & ! layered
68  .false. & ! timeseries
69  )
70 
71  type(inputparamdefinitiontype), parameter :: &
73  ( &
74  'SWF', & ! component
75  'CXS', & ! subcomponent
76  'DIMENSIONS', & ! block
77  'NPOINTS', & ! tag name
78  'NPOINTS', & ! fortran variable
79  'INTEGER', & ! type
80  '', & ! shape
81  'total number of points defined for all reaches', & ! longname
82  .true., & ! required
83  .false., & ! prerelease
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  )
89 
90  type(inputparamdefinitiontype), parameter :: &
92  ( &
93  'SWF', & ! component
94  'CXS', & ! subcomponent
95  'PACKAGEDATA', & ! block
96  'IDCXS', & ! tag name
97  'IDCXS', & ! fortran variable
98  'INTEGER', & ! type
99  '', & ! shape
100  'reach number for this entry', & ! longname
101  .true., & ! required
102  .false., & ! prerelease
103  .true., & ! multi-record
104  .false., & ! preserve case
105  .false., & ! layered
106  .false. & ! timeseries
107  )
108 
109  type(inputparamdefinitiontype), parameter :: &
111  ( &
112  'SWF', & ! component
113  'CXS', & ! subcomponent
114  'PACKAGEDATA', & ! block
115  'NXSPOINTS', & ! tag name
116  'NXSPOINTS', & ! fortran variable
117  'INTEGER', & ! type
118  '', & ! shape
119  'number of points used to define cross section', & ! longname
120  .true., & ! required
121  .false., & ! prerelease
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  'XFRACTION', & ! tag name
135  'XFRACTION', & ! fortran variable
136  'DOUBLE', & ! type
137  '', & ! shape
138  'fractional width', & ! longname
139  .true., & ! required
140  .false., & ! prerelease
141  .true., & ! multi-record
142  .false., & ! preserve case
143  .false., & ! layered
144  .false. & ! timeseries
145  )
146 
147  type(inputparamdefinitiontype), parameter :: &
149  ( &
150  'SWF', & ! component
151  'CXS', & ! subcomponent
152  'CROSSSECTIONDATA', & ! block
153  'HEIGHT', & ! tag name
154  'HEIGHT', & ! fortran variable
155  'DOUBLE', & ! type
156  '', & ! shape
157  'depth', & ! longname
158  .true., & ! required
159  .false., & ! prerelease
160  .true., & ! multi-record
161  .false., & ! preserve case
162  .false., & ! layered
163  .false. & ! timeseries
164  )
165 
166  type(inputparamdefinitiontype), parameter :: &
168  ( &
169  'SWF', & ! component
170  'CXS', & ! subcomponent
171  'CROSSSECTIONDATA', & ! block
172  'MANFRACTION', & ! tag name
173  'MANFRACTION', & ! fortran variable
174  'DOUBLE', & ! type
175  '', & ! shape
176  'Mannings roughness coefficient', & ! longname
177  .true., & ! required
178  .false., & ! prerelease
179  .true., & ! multi-record
180  .false., & ! preserve case
181  .false., & ! layered
182  .false. & ! timeseries
183  )
184 
185  type(inputparamdefinitiontype), parameter :: &
187  [ &
188  swfcxs_iprpak, &
190  swfcxs_npoints, &
191  swfcxs_idcxs, &
194  swfcxs_height, &
196  ]
197 
198  type(inputparamdefinitiontype), parameter :: &
200  ( &
201  'SWF', & ! component
202  'CXS', & ! subcomponent
203  'PACKAGEDATA', & ! block
204  'PACKAGEDATA', & ! tag name
205  'PACKAGEDATA', & ! fortran variable
206  'RECARRAY IDCXS NXSPOINTS', & ! type
207  'NSECTIONS', & ! shape
208  '', & ! longname
209  .true., & ! required
210  .false., & ! prerelease
211  .false., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )
216 
217  type(inputparamdefinitiontype), parameter :: &
219  ( &
220  'SWF', & ! component
221  'CXS', & ! subcomponent
222  'CROSSSECTIONDATA', & ! block
223  'CROSSSECTIONDATA', & ! tag name
224  'CROSSSECTIONDATA', & ! fortran variable
225  'RECARRAY XFRACTION HEIGHT MANFRACTION', & ! type
226  'NPOINTS', & ! shape
227  '', & ! longname
228  .true., & ! required
229  .false., & ! prerelease
230  .false., & ! multi-record
231  .false., & ! preserve case
232  .false., & ! layered
233  .false. & ! timeseries
234  )
235 
236  type(inputparamdefinitiontype), parameter :: &
238  [ &
241  ]
242 
243  type(inputblockdefinitiontype), parameter :: &
245  [ &
247  'OPTIONS', & ! blockname
248  .false., & ! required
249  .false., & ! aggregate
250  .false. & ! block_variable
251  ), &
253  'DIMENSIONS', & ! blockname
254  .true., & ! required
255  .false., & ! aggregate
256  .false. & ! block_variable
257  ), &
259  'PACKAGEDATA', & ! blockname
260  .true., & ! required
261  .true., & ! aggregate
262  .false. & ! block_variable
263  ), &
265  'CROSSSECTIONDATA', & ! blockname
266  .true., & ! required
267  .true., & ! aggregate
268  .false. & ! block_variable
269  ) &
270  ]
271 
272 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:236
type(inputparamdefinitiontype), parameter swfcxs_nsections
Definition: swf-cxsidm.f90:52
type(inputparamdefinitiontype), dimension(*), parameter, public swf_cxs_param_definitions
Definition: swf-cxsidm.f90:185
type(inputparamdefinitiontype), parameter swfcxs_npoints
Definition: swf-cxsidm.f90:71
type(inputparamdefinitiontype), parameter swfcxs_xfraction
Definition: swf-cxsidm.f90:128
type(inputblockdefinitiontype), dimension(*), parameter, public swf_cxs_block_definitions
Definition: swf-cxsidm.f90:243
type(inputparamdefinitiontype), parameter swfcxs_nxspoints
Definition: swf-cxsidm.f90:109
type(inputparamdefinitiontype), parameter swfcxs_idcxs
Definition: swf-cxsidm.f90:90
type(inputparamdefinitiontype), parameter swfcxs_crosssectiondata
Definition: swf-cxsidm.f90:217
character(len=16), dimension(*), parameter, public swf_cxs_subpackages
Definition: swf-cxsidm.f90:27
type(inputparamdefinitiontype), parameter swfcxs_iprpak
Definition: swf-cxsidm.f90:33
type(inputparamdefinitiontype), parameter swfcxs_height
Definition: swf-cxsidm.f90:147
type(inputparamdefinitiontype), parameter swfcxs_packagedata
Definition: swf-cxsidm.f90:198
logical, public swf_cxs_multi_package
Definition: swf-cxsidm.f90:25
type(inputparamdefinitiontype), parameter swfcxs_manfraction
Definition: swf-cxsidm.f90:166