MODFLOW 6
version 6.7.0.dev3
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., &
! prerelease
40
.false., &
! multi-record
41
.false., &
! preserve case
42
.false., &
! layered
43
.false. &
! timeseries
44
) &
45
]
46
47
type
(
inputparamdefinitiontype
),
parameter
:: &
48
exg_gwfprt_aggregate_definitions
(*) = &
49
[ &
50
inputparamdefinitiontype
&
51
( &
52
''
, &
! component
53
''
, &
! subcomponent
54
''
, &
! block
55
''
, &
! tag name
56
''
, &
! fortran variable
57
''
, &
! type
58
''
, &
! shape
59
''
, &
! longname
60
.false., &
! required
61
.false., &
! prerelease
62
.false., &
! multi-record
63
.false., &
! preserve case
64
.false., &
! layered
65
.false. &
! timeseries
66
) &
67
]
68
69
type
(
inputblockdefinitiontype
),
parameter
:: &
70
exg_gwfprt_block_definitions
(*) = &
71
[ &
72
inputblockdefinitiontype
&
73
( &
74
''
, &
! blockname
75
.false., &
! required
76
.false., &
! aggregate
77
.false. &
! block_varaible
78
) &
79
]
80
81
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:69
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:47
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:46
inputdefinitionmodule::inputparamdefinitiontype
Input parameter definition type.
Definition:
InputDefinition.f90:23
src
Idm
exg-gwfprtidm.f90
Generated on Mon Oct 13 2025 12:56:17 for MODFLOW 6 by
1.9.1