MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
utlspcinputmodule Module Reference

Data Types

type  utlspcparamfoundtype
 

Variables

logical, public utl_spc_multi_package = .true.
 
logical, public utl_spc_is_advanced = .false.
 
character(len=16), dimension(*), parameter, public utl_spc_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter utlspc_print_input = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_ts_filerecord = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_ts6 = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_filein = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_ts6_filename = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_maxbound = InputParamDefinitionType ( 'UTL', 'SPC', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of ssm entries', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_bndno = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'BNDNO', 'BNDNO', 'INTEGER', '', 'bound number for this entry', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_concentration_in = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'CONCENTRATION', 'CONCENTRATION_IN', 'STRING', '', 'boundary concentration', .true., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter utlspc_temperature_in = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'TEMPERATURE', 'TEMPERATURE_IN', 'STRING', '', 'boundary temperature', .true., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spc_param_definitions = [ utlspc_print_input, utlspc_ts_filerecord, utlspc_ts6, utlspc_filein, utlspc_ts6_filename, utlspc_maxbound, utlspc_bndno, utlspc_concentration_in, utlspc_temperature_in ]
 
type(inputparamdefinitiontype), parameter utlspc_perioddata = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'PERIODDATA', 'PERIODDATA', 'RECARRAY BNDNO SPCSETTING', '', '', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter utlspc_spcsetting = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'SPCSETTING', 'SPCSETTING', 'KEYSTRING CONCENTRATION TEMPERATURE', '', '', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spc_aggregate_definitions = [ utlspc_perioddata, utlspc_spcsetting ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public utl_spc_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]
 

Variable Documentation

◆ utl_spc_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public utlspcinputmodule::utl_spc_aggregate_definitions = [ utlspc_perioddata, utlspc_spcsetting ]

Definition at line 259 of file utl-spcidm.f90.

259  type(InputParamDefinitionType), parameter :: &
260  utl_spc_aggregate_definitions(*) = &
261  [ &
262  utlspc_perioddata, &
263  utlspc_spcsetting &
264  ]

◆ utl_spc_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public utlspcinputmodule::utl_spc_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]

Definition at line 266 of file utl-spcidm.f90.

266  type(InputBlockDefinitionType), parameter :: &
267  utl_spc_block_definitions(*) = &
268  [ &
269  inputblockdefinitiontype( &
270  'OPTIONS', & ! blockname
271  .false., & ! required
272  .false., & ! aggregate
273  .false. & ! block_variable
274  ), &
275  inputblockdefinitiontype( &
276  'DIMENSIONS', & ! blockname
277  .true., & ! required
278  .false., & ! aggregate
279  .false. & ! block_variable
280  ), &
281  inputblockdefinitiontype( &
282  'PERIOD', & ! blockname
283  .true., & ! required
284  .true., & ! aggregate
285  .true. & ! block_variable
286  ) &
287  ]

◆ utl_spc_is_advanced

logical, public utlspcinputmodule::utl_spc_is_advanced = .false.

Definition at line 28 of file utl-spcidm.f90.

28  logical :: utl_spc_is_advanced = .false.

◆ utl_spc_multi_package

logical, public utlspcinputmodule::utl_spc_multi_package = .true.

Definition at line 27 of file utl-spcidm.f90.

27  logical :: utl_spc_multi_package = .true.

◆ utl_spc_param_definitions

Definition at line 207 of file utl-spcidm.f90.

207  type(InputParamDefinitionType), parameter :: &
208  utl_spc_param_definitions(*) = &
209  [ &
210  utlspc_print_input, &
211  utlspc_ts_filerecord, &
212  utlspc_ts6, &
213  utlspc_filein, &
214  utlspc_ts6_filename, &
215  utlspc_maxbound, &
216  utlspc_bndno, &
217  utlspc_concentration_in, &
218  utlspc_temperature_in &
219  ]

◆ utl_spc_subpackages

character(len=16), dimension(*), parameter, public utlspcinputmodule::utl_spc_subpackages = [ ' ' ]

Definition at line 30 of file utl-spcidm.f90.

30  character(len=16), parameter :: &
31  utl_spc_subpackages(*) = &
32  [ &
33  ' ' &
34  ]

◆ utlspc_bndno

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_bndno = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'BNDNO', 'BNDNO', 'INTEGER', '', 'bound number for this entry', .true., .false., .true., .false., .false., .false. )
private

Definition at line 150 of file utl-spcidm.f90.

150  type(InputParamDefinitionType), parameter :: &
151  utlspc_bndno = inputparamdefinitiontype &
152  ( &
153  'UTL', & ! component
154  'SPC', & ! subcomponent
155  'PERIOD', & ! block
156  'BNDNO', & ! tag name
157  'BNDNO', & ! fortran variable
158  'INTEGER', & ! type
159  '', & ! shape
160  'bound number for this entry', & ! longname
161  .true., & ! required
162  .false., & ! developmode
163  .true., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )

◆ utlspc_concentration_in

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_concentration_in = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'CONCENTRATION', 'CONCENTRATION_IN', 'STRING', '', 'boundary concentration', .true., .false., .true., .false., .false., .true. )
private

Definition at line 169 of file utl-spcidm.f90.

169  type(InputParamDefinitionType), parameter :: &
170  utlspc_concentration_in = inputparamdefinitiontype &
171  ( &
172  'UTL', & ! component
173  'SPC', & ! subcomponent
174  'PERIOD', & ! block
175  'CONCENTRATION', & ! tag name
176  'CONCENTRATION_IN', & ! fortran variable
177  'STRING', & ! type
178  '', & ! shape
179  'boundary concentration', & ! longname
180  .true., & ! required
181  .false., & ! developmode
182  .true., & ! multi-record
183  .false., & ! preserve case
184  .false., & ! layered
185  .true. & ! timeseries
186  )

◆ utlspc_filein

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_filein = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 93 of file utl-spcidm.f90.

93  type(InputParamDefinitionType), parameter :: &
94  utlspc_filein = inputparamdefinitiontype &
95  ( &
96  'UTL', & ! component
97  'SPC', & ! subcomponent
98  'OPTIONS', & ! block
99  'FILEIN', & ! tag name
100  'FILEIN', & ! fortran variable
101  'KEYWORD', & ! type
102  '', & ! shape
103  'file keyword', & ! longname
104  .true., & ! required
105  .false., & ! developmode
106  .true., & ! multi-record
107  .false., & ! preserve case
108  .false., & ! layered
109  .false. & ! timeseries
110  )

◆ utlspc_maxbound

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_maxbound = InputParamDefinitionType ( 'UTL', 'SPC', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of ssm entries', .true., .false., .false., .false., .false., .false. )
private

Definition at line 131 of file utl-spcidm.f90.

131  type(InputParamDefinitionType), parameter :: &
132  utlspc_maxbound = inputparamdefinitiontype &
133  ( &
134  'UTL', & ! component
135  'SPC', & ! subcomponent
136  'DIMENSIONS', & ! block
137  'MAXBOUND', & ! tag name
138  'MAXBOUND', & ! fortran variable
139  'INTEGER', & ! type
140  '', & ! shape
141  'maximum number of ssm entries', & ! longname
142  .true., & ! required
143  .false., & ! developmode
144  .false., & ! multi-record
145  .false., & ! preserve case
146  .false., & ! layered
147  .false. & ! timeseries
148  )

◆ utlspc_perioddata

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_perioddata = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'PERIODDATA', 'PERIODDATA', 'RECARRAY BNDNO SPCSETTING', '', '', .true., .false., .false., .false., .false., .false. )
private

Definition at line 221 of file utl-spcidm.f90.

221  type(InputParamDefinitionType), parameter :: &
222  utlspc_perioddata = inputparamdefinitiontype &
223  ( &
224  'UTL', & ! component
225  'SPC', & ! subcomponent
226  'PERIOD', & ! block
227  'PERIODDATA', & ! tag name
228  'PERIODDATA', & ! fortran variable
229  'RECARRAY BNDNO SPCSETTING', & ! type
230  '', & ! shape
231  '', & ! longname
232  .true., & ! required
233  .false., & ! developmode
234  .false., & ! multi-record
235  .false., & ! preserve case
236  .false., & ! layered
237  .false. & ! timeseries
238  )

◆ utlspc_print_input

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_print_input = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 36 of file utl-spcidm.f90.

36  type(InputParamDefinitionType), parameter :: &
37  utlspc_print_input = inputparamdefinitiontype &
38  ( &
39  'UTL', & ! component
40  'SPC', & ! subcomponent
41  'OPTIONS', & ! block
42  'PRINT_INPUT', & ! tag name
43  'PRINT_INPUT', & ! fortran variable
44  'KEYWORD', & ! type
45  '', & ! shape
46  'print input to listing file', & ! longname
47  .false., & ! required
48  .false., & ! developmode
49  .false., & ! multi-record
50  .false., & ! preserve case
51  .false., & ! layered
52  .false. & ! timeseries
53  )

◆ utlspc_spcsetting

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_spcsetting = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'SPCSETTING', 'SPCSETTING', 'KEYSTRING CONCENTRATION TEMPERATURE', '', '', .true., .false., .true., .false., .false., .false. )
private

Definition at line 240 of file utl-spcidm.f90.

240  type(InputParamDefinitionType), parameter :: &
241  utlspc_spcsetting = inputparamdefinitiontype &
242  ( &
243  'UTL', & ! component
244  'SPC', & ! subcomponent
245  'PERIOD', & ! block
246  'SPCSETTING', & ! tag name
247  'SPCSETTING', & ! fortran variable
248  'KEYSTRING CONCENTRATION TEMPERATURE', & ! type
249  '', & ! shape
250  '', & ! longname
251  .true., & ! required
252  .false., & ! developmode
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )

◆ utlspc_temperature_in

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_temperature_in = InputParamDefinitionType ( 'UTL', 'SPC', 'PERIOD', 'TEMPERATURE', 'TEMPERATURE_IN', 'STRING', '', 'boundary temperature', .true., .false., .true., .false., .false., .true. )
private

Definition at line 188 of file utl-spcidm.f90.

188  type(InputParamDefinitionType), parameter :: &
189  utlspc_temperature_in = inputparamdefinitiontype &
190  ( &
191  'UTL', & ! component
192  'SPC', & ! subcomponent
193  'PERIOD', & ! block
194  'TEMPERATURE', & ! tag name
195  'TEMPERATURE_IN', & ! fortran variable
196  'STRING', & ! type
197  '', & ! shape
198  'boundary temperature', & ! longname
199  .true., & ! required
200  .false., & ! developmode
201  .true., & ! multi-record
202  .false., & ! preserve case
203  .false., & ! layered
204  .true. & ! timeseries
205  )

◆ utlspc_ts6

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_ts6 = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 74 of file utl-spcidm.f90.

74  type(InputParamDefinitionType), parameter :: &
75  utlspc_ts6 = inputparamdefinitiontype &
76  ( &
77  'UTL', & ! component
78  'SPC', & ! subcomponent
79  'OPTIONS', & ! block
80  'TS6', & ! tag name
81  'TS6', & ! fortran variable
82  'KEYWORD', & ! type
83  '', & ! shape
84  'head keyword', & ! longname
85  .true., & ! required
86  .false., & ! developmode
87  .true., & ! multi-record
88  .false., & ! preserve case
89  .false., & ! layered
90  .false. & ! timeseries
91  )

◆ utlspc_ts6_filename

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_ts6_filename = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 112 of file utl-spcidm.f90.

112  type(InputParamDefinitionType), parameter :: &
113  utlspc_ts6_filename = inputparamdefinitiontype &
114  ( &
115  'UTL', & ! component
116  'SPC', & ! subcomponent
117  'OPTIONS', & ! block
118  'TS6_FILENAME', & ! tag name
119  'TS6_FILENAME', & ! fortran variable
120  'STRING', & ! type
121  '', & ! shape
122  'file name of time series information', & ! longname
123  .true., & ! required
124  .false., & ! developmode
125  .true., & ! multi-record
126  .true., & ! preserve case
127  .false., & ! layered
128  .false. & ! timeseries
129  )

◆ utlspc_ts_filerecord

type(inputparamdefinitiontype), parameter utlspcinputmodule::utlspc_ts_filerecord = InputParamDefinitionType ( 'UTL', 'SPC', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 55 of file utl-spcidm.f90.

55  type(InputParamDefinitionType), parameter :: &
56  utlspc_ts_filerecord = inputparamdefinitiontype &
57  ( &
58  'UTL', & ! component
59  'SPC', & ! subcomponent
60  'OPTIONS', & ! block
61  'TS_FILERECORD', & ! tag name
62  'TS_FILERECORD', & ! fortran variable
63  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
64  '', & ! shape
65  '', & ! longname
66  .false., & ! required
67  .false., & ! developmode
68  .false., & ! multi-record
69  .false., & ! preserve case
70  .false., & ! layered
71  .false. & ! timeseries
72  )