MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
swf-icidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
10  public swficparamfoundtype
12  public swf_ic_subpackages
13 
15  logical :: export_ascii = .false.
16  logical :: strt = .false.
17  end type swficparamfoundtype
18 
19  logical :: swf_ic_multi_package = .false.
20 
21  character(len=16), parameter :: &
22  swf_ic_subpackages(*) = &
23  [ &
24  ' ' &
25  ]
26 
27  type(inputparamdefinitiontype), parameter :: &
29  ( &
30  'SWF', & ! component
31  'IC', & ! subcomponent
32  'OPTIONS', & ! block
33  'EXPORT_ARRAY_ASCII', & ! tag name
34  'EXPORT_ASCII', & ! fortran variable
35  'KEYWORD', & ! type
36  '', & ! shape
37  'export array variables to layered ascii files.', & ! longname
38  .false., & ! required
39  .false., & ! multi-record
40  .false., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  )
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'SWF', & ! component
49  'IC', & ! subcomponent
50  'GRIDDATA', & ! block
51  'STRT', & ! tag name
52  'STRT', & ! fortran variable
53  'DOUBLE1D', & ! type
54  'NODES', & ! shape
55  'starting concentration', & ! longname
56  .true., & ! required
57  .false., & ! multi-record
58  .false., & ! preserve case
59  .true., & ! layered
60  .false. & ! timeseries
61  )
62 
63  type(inputparamdefinitiontype), parameter :: &
65  [ &
67  swfic_strt &
68  ]
69 
70  type(inputparamdefinitiontype), parameter :: &
72  [ &
74  ( &
75  '', & ! component
76  '', & ! subcomponent
77  '', & ! block
78  '', & ! tag name
79  '', & ! fortran variable
80  '', & ! type
81  '', & ! shape
82  '', & ! longname
83  .false., & ! required
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  ) &
89  ]
90 
91  type(inputblockdefinitiontype), parameter :: &
93  [ &
95  'OPTIONS', & ! blockname
96  .false., & ! required
97  .false., & ! aggregate
98  .false. & ! block_variable
99  ), &
101  'GRIDDATA', & ! blockname
102  .true., & ! required
103  .false., & ! aggregate
104  .false. & ! block_variable
105  ) &
106  ]
107 
108 end module swficinputmodule
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.
character(len=16), dimension(*), parameter, public swf_ic_subpackages
Definition: swf-icidm.f90:21
type(inputblockdefinitiontype), dimension(*), parameter, public swf_ic_block_definitions
Definition: swf-icidm.f90:91
type(inputparamdefinitiontype), parameter swfic_export_ascii
Definition: swf-icidm.f90:27
type(inputparamdefinitiontype), dimension(*), parameter, public swf_ic_aggregate_definitions
Definition: swf-icidm.f90:70
logical, public swf_ic_multi_package
Definition: swf-icidm.f90:19
type(inputparamdefinitiontype), dimension(*), parameter, public swf_ic_param_definitions
Definition: swf-icidm.f90:63
type(inputparamdefinitiontype), parameter swfic_strt
Definition: swf-icidm.f90:45