MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
prtmipinputmodule Module Reference

Data Types

type  prtmipparamfoundtype
 

Variables

logical, public prt_mip_multi_package = .false.
 
character(len=16), dimension(*), parameter, public prt_mip_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter prtmip_export_ascii = InputParamDefinitionType ( 'PRT', 'MIP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter prtmip_porosity = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'POROSITY', 'POROSITY', 'DOUBLE1D', 'NODES', 'porosity', .true., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmip_retfactor = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'RETFACTOR', 'RETFACTOR', 'DOUBLE1D', 'NODES', 'retardation factor', .false., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter prtmip_izone = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'IZONE', 'IZONE', 'INTEGER1D', 'NODES', 'zone number', .false., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public prt_mip_param_definitions = [ prtmip_export_ascii, prtmip_porosity, prtmip_retfactor, prtmip_izone ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public prt_mip_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public prt_mip_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ prt_mip_aggregate_definitions

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

Definition at line 114 of file prt-mipidm.f90.

114  type(InputParamDefinitionType), parameter :: &
115  prt_mip_aggregate_definitions(*) = &
116  [ &
117  inputparamdefinitiontype &
118  ( &
119  '', & ! component
120  '', & ! subcomponent
121  '', & ! block
122  '', & ! tag name
123  '', & ! fortran variable
124  '', & ! type
125  '', & ! shape
126  '', & ! longname
127  .false., & ! required
128  .false., & ! prerelease
129  .false., & ! multi-record
130  .false., & ! preserve case
131  .false., & ! layered
132  .false. & ! timeseries
133  ) &
134  ]

◆ prt_mip_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]

Definition at line 136 of file prt-mipidm.f90.

136  type(InputBlockDefinitionType), parameter :: &
137  prt_mip_block_definitions(*) = &
138  [ &
139  inputblockdefinitiontype( &
140  'OPTIONS', & ! blockname
141  .false., & ! required
142  .false., & ! aggregate
143  .false. & ! block_variable
144  ), &
145  inputblockdefinitiontype( &
146  'GRIDDATA', & ! blockname
147  .true., & ! required
148  .false., & ! aggregate
149  .false. & ! block_variable
150  ) &
151  ]

◆ prt_mip_multi_package

logical, public prtmipinputmodule::prt_mip_multi_package = .false.

Definition at line 21 of file prt-mipidm.f90.

21  logical :: prt_mip_multi_package = .false.

◆ prt_mip_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public prtmipinputmodule::prt_mip_param_definitions = [ prtmip_export_ascii, prtmip_porosity, prtmip_retfactor, prtmip_izone ]

Definition at line 105 of file prt-mipidm.f90.

105  type(InputParamDefinitionType), parameter :: &
106  prt_mip_param_definitions(*) = &
107  [ &
108  prtmip_export_ascii, &
109  prtmip_porosity, &
110  prtmip_retfactor, &
111  prtmip_izone &
112  ]

◆ prt_mip_subpackages

character(len=16), dimension(*), parameter, public prtmipinputmodule::prt_mip_subpackages = [ ' ' ]

Definition at line 23 of file prt-mipidm.f90.

23  character(len=16), parameter :: &
24  prt_mip_subpackages(*) = &
25  [ &
26  ' ' &
27  ]

◆ prtmip_export_ascii

type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_export_ascii = InputParamDefinitionType ( 'PRT', 'MIP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false., .false. )
private

Definition at line 29 of file prt-mipidm.f90.

29  type(InputParamDefinitionType), parameter :: &
30  prtmip_export_ascii = inputparamdefinitiontype &
31  ( &
32  'PRT', & ! component
33  'MIP', & ! subcomponent
34  'OPTIONS', & ! block
35  'EXPORT_ARRAY_ASCII', & ! tag name
36  'EXPORT_ASCII', & ! fortran variable
37  'KEYWORD', & ! type
38  '', & ! shape
39  'export array variables to layered ascii files.', & ! longname
40  .false., & ! required
41  .false., & ! prerelease
42  .false., & ! multi-record
43  .false., & ! preserve case
44  .false., & ! layered
45  .false. & ! timeseries
46  )

◆ prtmip_izone

type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_izone = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'IZONE', 'IZONE', 'INTEGER1D', 'NODES', 'zone number', .false., .false., .false., .false., .true., .false. )
private

Definition at line 86 of file prt-mipidm.f90.

86  type(InputParamDefinitionType), parameter :: &
87  prtmip_izone = inputparamdefinitiontype &
88  ( &
89  'PRT', & ! component
90  'MIP', & ! subcomponent
91  'GRIDDATA', & ! block
92  'IZONE', & ! tag name
93  'IZONE', & ! fortran variable
94  'INTEGER1D', & ! type
95  'NODES', & ! shape
96  'zone number', & ! longname
97  .false., & ! required
98  .false., & ! prerelease
99  .false., & ! multi-record
100  .false., & ! preserve case
101  .true., & ! layered
102  .false. & ! timeseries
103  )

◆ prtmip_porosity

type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_porosity = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'POROSITY', 'POROSITY', 'DOUBLE1D', 'NODES', 'porosity', .true., .false., .false., .false., .true., .false. )
private

Definition at line 48 of file prt-mipidm.f90.

48  type(InputParamDefinitionType), parameter :: &
49  prtmip_porosity = inputparamdefinitiontype &
50  ( &
51  'PRT', & ! component
52  'MIP', & ! subcomponent
53  'GRIDDATA', & ! block
54  'POROSITY', & ! tag name
55  'POROSITY', & ! fortran variable
56  'DOUBLE1D', & ! type
57  'NODES', & ! shape
58  'porosity', & ! longname
59  .true., & ! required
60  .false., & ! prerelease
61  .false., & ! multi-record
62  .false., & ! preserve case
63  .true., & ! layered
64  .false. & ! timeseries
65  )

◆ prtmip_retfactor

type(inputparamdefinitiontype), parameter prtmipinputmodule::prtmip_retfactor = InputParamDefinitionType ( 'PRT', 'MIP', 'GRIDDATA', 'RETFACTOR', 'RETFACTOR', 'DOUBLE1D', 'NODES', 'retardation factor', .false., .false., .false., .false., .true., .false. )
private

Definition at line 67 of file prt-mipidm.f90.

67  type(InputParamDefinitionType), parameter :: &
68  prtmip_retfactor = inputparamdefinitiontype &
69  ( &
70  'PRT', & ! component
71  'MIP', & ! subcomponent
72  'GRIDDATA', & ! block
73  'RETFACTOR', & ! tag name
74  'RETFACTOR', & ! fortran variable
75  'DOUBLE1D', & ! type
76  'NODES', & ! shape
77  'retardation factor', & ! longname
78  .false., & ! required
79  .false., & ! prerelease
80  .false., & ! multi-record
81  .false., & ! preserve case
82  .true., & ! layered
83  .false. & ! timeseries
84  )