MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
utl-spcaidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
14 
16  logical :: readasarrays = .false.
17  logical :: print_input = .false.
18  logical :: tas_filerecord = .false.
19  logical :: tas6 = .false.
20  logical :: filein = .false.
21  logical :: tas6_filename = .false.
22  logical :: concentration = .false.
23  logical :: temperature = .false.
24  end type utlspcaparamfoundtype
25 
26  logical :: utl_spca_multi_package = .true.
27  logical :: utl_spca_is_advanced = .false.
28 
29  character(len=16), parameter :: &
31  [ &
32  ' ' &
33  ]
34 
35  type(inputparamdefinitiontype), parameter :: &
37  ( &
38  'UTL', & ! component
39  'SPCA', & ! subcomponent
40  'OPTIONS', & ! block
41  'READASARRAYS', & ! tag name
42  'READASARRAYS', & ! fortran variable
43  'KEYWORD', & ! type
44  '', & ! shape
45  'use array-based input', & ! longname
46  .true., & ! required
47  .false., & ! developmode
48  .false., & ! multi-record
49  .false., & ! preserve case
50  .false., & ! layered
51  .false. & ! timeseries
52  )
53 
54  type(inputparamdefinitiontype), parameter :: &
56  ( &
57  'UTL', & ! component
58  'SPCA', & ! subcomponent
59  'OPTIONS', & ! block
60  'PRINT_INPUT', & ! tag name
61  'PRINT_INPUT', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  'print input to listing file', & ! longname
65  .false., & ! required
66  .false., & ! developmode
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )
72 
73  type(inputparamdefinitiontype), parameter :: &
75  ( &
76  'UTL', & ! component
77  'SPCA', & ! subcomponent
78  'OPTIONS', & ! block
79  'TAS_FILERECORD', & ! tag name
80  'TAS_FILERECORD', & ! fortran variable
81  'RECORD TAS6 FILEIN TAS6_FILENAME', & ! type
82  '', & ! shape
83  '', & ! longname
84  .false., & ! required
85  .false., & ! developmode
86  .false., & ! multi-record
87  .false., & ! preserve case
88  .false., & ! layered
89  .false. & ! timeseries
90  )
91 
92  type(inputparamdefinitiontype), parameter :: &
94  ( &
95  'UTL', & ! component
96  'SPCA', & ! subcomponent
97  'OPTIONS', & ! block
98  'TAS6', & ! tag name
99  'TAS6', & ! fortran variable
100  'KEYWORD', & ! type
101  '', & ! shape
102  'head keyword', & ! longname
103  .true., & ! required
104  .false., & ! developmode
105  .true., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'UTL', & ! component
115  'SPCA', & ! subcomponent
116  'OPTIONS', & ! block
117  'FILEIN', & ! tag name
118  'FILEIN', & ! fortran variable
119  'KEYWORD', & ! type
120  '', & ! shape
121  'file keyword', & ! longname
122  .true., & ! required
123  .false., & ! developmode
124  .true., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'UTL', & ! component
134  'SPCA', & ! subcomponent
135  'OPTIONS', & ! block
136  'TAS6_FILENAME', & ! tag name
137  'TAS6_FILENAME', & ! fortran variable
138  'STRING', & ! type
139  '', & ! shape
140  'file name of time series information', & ! longname
141  .true., & ! required
142  .false., & ! developmode
143  .true., & ! multi-record
144  .true., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )
148 
149  type(inputparamdefinitiontype), parameter :: &
151  ( &
152  'UTL', & ! component
153  'SPCA', & ! subcomponent
154  'PERIOD', & ! block
155  'CONCENTRATION', & ! tag name
156  'CONCENTRATION', & ! fortran variable
157  'DOUBLE1D', & ! type
158  'NCPL', & ! shape
159  'concentration', & ! longname
160  .false., & ! required
161  .false., & ! developmode
162  .false., & ! multi-record
163  .false., & ! preserve case
164  .false., & ! layered
165  .true. & ! timeseries
166  )
167 
168  type(inputparamdefinitiontype), parameter :: &
170  ( &
171  'UTL', & ! component
172  'SPCA', & ! subcomponent
173  'PERIOD', & ! block
174  'TEMPERATURE', & ! tag name
175  'TEMPERATURE', & ! fortran variable
176  'DOUBLE1D', & ! type
177  'NCPL', & ! shape
178  'temperature', & ! longname
179  .false., & ! required
180  .false., & ! developmode
181  .false., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .true. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  [ &
193  utlspca_tas6, &
194  utlspca_filein, &
198  ]
199 
200  type(inputparamdefinitiontype), parameter :: &
202  [ &
204  ( &
205  '', & ! component
206  '', & ! subcomponent
207  '', & ! block
208  '', & ! tag name
209  '', & ! fortran variable
210  '', & ! type
211  '', & ! shape
212  '', & ! longname
213  .false., & ! required
214  .false., & ! developmode
215  .false., & ! multi-record
216  .false., & ! preserve case
217  .false., & ! layered
218  .false. & ! timeseries
219  ) &
220  ]
221 
222  type(inputblockdefinitiontype), parameter :: &
224  [ &
226  'OPTIONS', & ! blockname
227  .true., & ! required
228  .false., & ! aggregate
229  .false. & ! block_variable
230  ), &
232  'PERIOD', & ! blockname
233  .false., & ! required
234  .false., & ! aggregate
235  .true. & ! block_variable
236  ) &
237  ]
238 
239 end module utlspcainputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
Input definition module.
type(inputparamdefinitiontype), parameter utlspca_tas6_filename
logical, public utl_spca_is_advanced
Definition: utl-spcaidm.f90:27
type(inputparamdefinitiontype), parameter utlspca_tas_filerecord
Definition: utl-spcaidm.f90:73
type(inputparamdefinitiontype), parameter utlspca_tas6
Definition: utl-spcaidm.f90:92
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spca_param_definitions
type(inputparamdefinitiontype), parameter utlspca_temperature
logical, public utl_spca_multi_package
Definition: utl-spcaidm.f90:26
type(inputblockdefinitiontype), dimension(*), parameter, public utl_spca_block_definitions
type(inputparamdefinitiontype), parameter utlspca_readasarrays
Definition: utl-spcaidm.f90:35
character(len=16), dimension(*), parameter, public utl_spca_subpackages
Definition: utl-spcaidm.f90:29
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spca_aggregate_definitions
type(inputparamdefinitiontype), parameter utlspca_concentration
type(inputparamdefinitiontype), parameter utlspca_filein
type(inputparamdefinitiontype), parameter utlspca_print_input
Definition: utl-spcaidm.f90:54
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.