MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
prt-namidm.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 prt_nam_subpackages
13 
15  logical :: list = .false.
16  logical :: print_input = .false.
17  logical :: print_flows = .false.
18  logical :: save_flows = .false.
19  logical :: ftype = .false.
20  logical :: fname = .false.
21  logical :: pname = .false.
22  end type prtnamparamfoundtype
23 
24  logical :: prt_nam_multi_package = .false.
25 
26  character(len=16), parameter :: &
27  prt_nam_subpackages(*) = &
28  [ &
29  ' ' &
30  ]
31 
32  type(inputparamdefinitiontype), parameter :: &
34  ( &
35  'PRT', & ! component
36  'NAM', & ! subcomponent
37  'OPTIONS', & ! block
38  'LIST', & ! tag name
39  'LIST', & ! fortran variable
40  'STRING', & ! type
41  '', & ! shape
42  'name of listing file', & ! longname
43  .false., & ! required
44  .false., & ! multi-record
45  .false., & ! preserve case
46  .false., & ! layered
47  .false. & ! timeseries
48  )
49 
50  type(inputparamdefinitiontype), parameter :: &
52  ( &
53  'PRT', & ! component
54  'NAM', & ! subcomponent
55  'OPTIONS', & ! block
56  'PRINT_INPUT', & ! tag name
57  'PRINT_INPUT', & ! fortran variable
58  'KEYWORD', & ! type
59  '', & ! shape
60  'print input to listing file', & ! longname
61  .false., & ! required
62  .false., & ! multi-record
63  .false., & ! preserve case
64  .false., & ! layered
65  .false. & ! timeseries
66  )
67 
68  type(inputparamdefinitiontype), parameter :: &
70  ( &
71  'PRT', & ! component
72  'NAM', & ! subcomponent
73  'OPTIONS', & ! block
74  'PRINT_FLOWS', & ! tag name
75  'PRINT_FLOWS', & ! fortran variable
76  'KEYWORD', & ! type
77  '', & ! shape
78  'print calculated flows to listing file', & ! longname
79  .false., & ! required
80  .false., & ! multi-record
81  .false., & ! preserve case
82  .false., & ! layered
83  .false. & ! timeseries
84  )
85 
86  type(inputparamdefinitiontype), parameter :: &
88  ( &
89  'PRT', & ! component
90  'NAM', & ! subcomponent
91  'OPTIONS', & ! block
92  'SAVE_FLOWS', & ! tag name
93  'SAVE_FLOWS', & ! fortran variable
94  'KEYWORD', & ! type
95  '', & ! shape
96  'save flows for all packages to budget file', & ! longname
97  .false., & ! required
98  .false., & ! multi-record
99  .false., & ! preserve case
100  .false., & ! layered
101  .false. & ! timeseries
102  )
103 
104  type(inputparamdefinitiontype), parameter :: &
106  ( &
107  'PRT', & ! component
108  'NAM', & ! subcomponent
109  'PACKAGES', & ! block
110  'FTYPE', & ! tag name
111  'FTYPE', & ! fortran variable
112  'STRING', & ! type
113  '', & ! shape
114  'package type', & ! longname
115  .true., & ! required
116  .true., & ! multi-record
117  .false., & ! preserve case
118  .false., & ! layered
119  .false. & ! timeseries
120  )
121 
122  type(inputparamdefinitiontype), parameter :: &
124  ( &
125  'PRT', & ! component
126  'NAM', & ! subcomponent
127  'PACKAGES', & ! block
128  'FNAME', & ! tag name
129  'FNAME', & ! fortran variable
130  'STRING', & ! type
131  '', & ! shape
132  'file name', & ! longname
133  .true., & ! required
134  .true., & ! multi-record
135  .true., & ! preserve case
136  .false., & ! layered
137  .false. & ! timeseries
138  )
139 
140  type(inputparamdefinitiontype), parameter :: &
142  ( &
143  'PRT', & ! component
144  'NAM', & ! subcomponent
145  'PACKAGES', & ! block
146  'PNAME', & ! tag name
147  'PNAME', & ! fortran variable
148  'STRING', & ! type
149  '', & ! shape
150  'user name for package', & ! longname
151  .false., & ! required
152  .true., & ! multi-record
153  .false., & ! preserve case
154  .false., & ! layered
155  .false. & ! timeseries
156  )
157 
158  type(inputparamdefinitiontype), parameter :: &
160  [ &
161  prtnam_list, &
165  prtnam_ftype, &
166  prtnam_fname, &
167  prtnam_pname &
168  ]
169 
170  type(inputparamdefinitiontype), parameter :: &
172  ( &
173  'PRT', & ! component
174  'NAM', & ! subcomponent
175  'PACKAGES', & ! block
176  'PACKAGES', & ! tag name
177  'PACKAGES', & ! fortran variable
178  'RECARRAY FTYPE FNAME PNAME', & ! type
179  '', & ! shape
180  'package list', & ! longname
181  .true., & ! required
182  .false., & ! multi-record
183  .false., & ! preserve case
184  .false., & ! layered
185  .false. & ! timeseries
186  )
187 
188  type(inputparamdefinitiontype), parameter :: &
190  [ &
192  ]
193 
194  type(inputblockdefinitiontype), parameter :: &
196  [ &
198  'OPTIONS', & ! blockname
199  .false., & ! required
200  .false., & ! aggregate
201  .false. & ! block_variable
202  ), &
204  'PACKAGES', & ! blockname
205  .true., & ! required
206  .true., & ! aggregate
207  .false. & ! block_variable
208  ) &
209  ]
210 
211 end module prtnaminputmodule
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(inputblockdefinitiontype), dimension(*), parameter, public prt_nam_block_definitions
Definition: prt-namidm.f90:194
type(inputparamdefinitiontype), parameter prtnam_print_input
Definition: prt-namidm.f90:50
type(inputparamdefinitiontype), dimension(*), parameter, public prt_nam_param_definitions
Definition: prt-namidm.f90:158
type(inputparamdefinitiontype), parameter prtnam_list
Definition: prt-namidm.f90:32
type(inputparamdefinitiontype), parameter prtnam_ftype
Definition: prt-namidm.f90:104
logical, public prt_nam_multi_package
Definition: prt-namidm.f90:24
type(inputparamdefinitiontype), parameter prtnam_fname
Definition: prt-namidm.f90:122
type(inputparamdefinitiontype), parameter prtnam_packages
Definition: prt-namidm.f90:170
type(inputparamdefinitiontype), dimension(*), parameter, public prt_nam_aggregate_definitions
Definition: prt-namidm.f90:188
type(inputparamdefinitiontype), parameter prtnam_print_flows
Definition: prt-namidm.f90:68
type(inputparamdefinitiontype), parameter prtnam_save_flows
Definition: prt-namidm.f90:86
character(len=16), dimension(*), parameter, public prt_nam_subpackages
Definition: prt-namidm.f90:26
type(inputparamdefinitiontype), parameter prtnam_pname
Definition: prt-namidm.f90:140