MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
exggwfprtinputmodule Module Reference

Data Types

type  exggwfprtparamfoundtype
 

Variables

logical, public exg_gwfprt_multi_package = .false.
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_param_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public exg_gwfprt_block_definitions = [ InputBlockDefinitionType ( '', .false., .false., .false. ) ]
 

Variable Documentation

◆ exg_gwfprt_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 38 of file exg-gwfprtidm.f90.

38  type(InputParamDefinitionType), parameter :: &
39  exg_gwfprt_aggregate_definitions(*) = &
40  [ &
41  inputparamdefinitiontype &
42  ( &
43  '', & ! component
44  '', & ! subcomponent
45  '', & ! block
46  '', & ! tag name
47  '', & ! fortran variable
48  '', & ! type
49  '', & ! shape
50  .false., & ! required
51  .false., & ! multi-record
52  .false., & ! preserve case
53  .false., & ! layered
54  .false. & ! timeseries
55  ) &
56  ]

◆ exg_gwfprt_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_block_definitions = [ InputBlockDefinitionType ( '', .false., .false., .false. ) ]

Definition at line 58 of file exg-gwfprtidm.f90.

58  type(InputBlockDefinitionType), parameter :: &
59  exg_gwfprt_block_definitions(*) = &
60  [ &
61  inputblockdefinitiontype &
62  ( &
63  '', & ! blockname
64  .false., & ! required
65  .false., & ! aggregate
66  .false. & ! block_varaible
67  ) &
68  ]

◆ exg_gwfprt_multi_package

logical, public exggwfprtinputmodule::exg_gwfprt_multi_package = .false.

Definition at line 16 of file exg-gwfprtidm.f90.

16  logical :: exg_gwfprt_multi_package = .false.

◆ exg_gwfprt_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_param_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 18 of file exg-gwfprtidm.f90.

18  type(InputParamDefinitionType), parameter :: &
19  exg_gwfprt_param_definitions(*) = &
20  [ &
21  inputparamdefinitiontype &
22  ( &
23  '', & ! component
24  '', & ! subcomponent
25  '', & ! block
26  '', & ! tag name
27  '', & ! fortran variable
28  '', & ! type
29  '', & ! shape
30  .false., & ! required
31  .false., & ! multi-record
32  .false., & ! preserve case
33  .false., & ! layered
34  .false. & ! timeseries
35  ) &
36  ]