MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
Main Page
Modules
Data Types List
Files
File List
File Members
exg-gwfprtidm.f90
Go to the documentation of this file.
1
! ** Do Not Modify! MODFLOW 6 system generated file. **
2
module
exggwfprtinputmodule
3
use
constantsmodule
,
only
:
lenvarname
4
use
inputdefinitionmodule
,
only
:
inputparamdefinitiontype
, &
5
inputblockdefinitiontype
6
private
7
public
exg_gwfprt_param_definitions
8
public
exg_gwfprt_aggregate_definitions
9
public
exg_gwfprt_block_definitions
10
public
exggwfprtparamfoundtype
11
public
exg_gwfprt_multi_package
12
public
exg_gwfprt_subpackages
13
14
type
exggwfprtparamfoundtype
15
end type
exggwfprtparamfoundtype
16
17
logical
::
exg_gwfprt_multi_package
= .false.
18
19
character(len=16)
,
parameter
:: &
20
exg_gwfprt_subpackages
(*) = &
21
[ &
22
' '
&
23
]
24
25
type
(
inputparamdefinitiontype
),
parameter
:: &
26
exg_gwfprt_param_definitions
(*) = &
27
[ &
28
inputparamdefinitiontype
&
29
( &
30
''
, &
! component
31
''
, &
! subcomponent
32
''
, &
! block
33
''
, &
! tag name
34
''
, &
! fortran variable
35
''
, &
! type
36
''
, &
! shape
37
''
, &
! longname
38
.false., &
! required
39
.false., &
! multi-record
40
.false., &
! preserve case
41
.false., &
! layered
42
.false. &
! timeseries
43
) &
44
]
45
46
type
(
inputparamdefinitiontype
),
parameter
:: &
47
exg_gwfprt_aggregate_definitions
(*) = &
48
[ &
49
inputparamdefinitiontype
&
50
( &
51
''
, &
! component
52
''
, &
! subcomponent
53
''
, &
! block
54
''
, &
! tag name
55
''
, &
! fortran variable
56
''
, &
! type
57
''
, &
! shape
58
''
, &
! longname
59
.false., &
! required
60
.false., &
! multi-record
61
.false., &
! preserve case
62
.false., &
! layered
63
.false. &
! timeseries
64
) &
65
]
66
67
type
(
inputblockdefinitiontype
),
parameter
:: &
68
exg_gwfprt_block_definitions
(*) = &
69
[ &
70
inputblockdefinitiontype
&
71
( &
72
''
, &
! blockname
73
.false., &
! required
74
.false., &
! aggregate
75
.false. &
! block_varaible
76
) &
77
]
78
79
end module
exggwfprtinputmodule
constantsmodule
This module contains simulation constants.
Definition:
Constants.f90:9
constantsmodule::lenvarname
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition:
Constants.f90:17
exggwfprtinputmodule
Definition:
exg-gwfprtidm.f90:2
exggwfprtinputmodule::exg_gwfprt_block_definitions
type(inputblockdefinitiontype), dimension(*), parameter, public exg_gwfprt_block_definitions
Definition:
exg-gwfprtidm.f90:67
exggwfprtinputmodule::exg_gwfprt_param_definitions
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_param_definitions
Definition:
exg-gwfprtidm.f90:25
exggwfprtinputmodule::exg_gwfprt_multi_package
logical, public exg_gwfprt_multi_package
Definition:
exg-gwfprtidm.f90:17
exggwfprtinputmodule::exg_gwfprt_subpackages
character(len=16), dimension(*), parameter, public exg_gwfprt_subpackages
Definition:
exg-gwfprtidm.f90:19
exggwfprtinputmodule::exg_gwfprt_aggregate_definitions
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_aggregate_definitions
Definition:
exg-gwfprtidm.f90:46
inputdefinitionmodule
This module contains the InputDefinitionModule.
Definition:
InputDefinition.f90:7
exggwfprtinputmodule::exggwfprtparamfoundtype
Definition:
exg-gwfprtidm.f90:14
inputdefinitionmodule::inputblockdefinitiontype
Input block definition type.
Definition:
InputDefinition.f90:45
inputdefinitionmodule::inputparamdefinitiontype
Input parameter definition type.
Definition:
InputDefinition.f90:23
src
Idm
exg-gwfprtidm.f90
Generated on Tue Nov 5 2024 12:10:40 for MODFLOW 6 by
1.9.1