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

Data Types

type  gwticparamfoundtype
 

Variables

logical, public gwt_ic_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwtic_export_ascii = InputParamDefinitionType ( 'GWT', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtic_strt = InputParamDefinitionType ( 'GWT', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ic_param_definitions = [ gwtic_export_ascii, gwtic_strt ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ gwt_ic_aggregate_definitions

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

Definition at line 61 of file gwt-icidm.f90.

61  type(InputParamDefinitionType), parameter :: &
62  gwt_ic_aggregate_definitions(*) = &
63  [ &
64  inputparamdefinitiontype &
65  ( &
66  '', & ! component
67  '', & ! subcomponent
68  '', & ! block
69  '', & ! tag name
70  '', & ! fortran variable
71  '', & ! type
72  '', & ! shape
73  .false., & ! required
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  ) &
79  ]

◆ gwt_ic_block_definitions

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

Definition at line 81 of file gwt-icidm.f90.

81  type(InputBlockDefinitionType), parameter :: &
82  gwt_ic_block_definitions(*) = &
83  [ &
84  inputblockdefinitiontype( &
85  'OPTIONS', & ! blockname
86  .false., & ! required
87  .false., & ! aggregate
88  .false. & ! block_variable
89  ), &
90  inputblockdefinitiontype( &
91  'GRIDDATA', & ! blockname
92  .true., & ! required
93  .false., & ! aggregate
94  .false. & ! block_variable
95  ) &
96  ]

◆ gwt_ic_multi_package

logical, public gwticinputmodule::gwt_ic_multi_package = .false.

Definition at line 18 of file gwt-icidm.f90.

18  logical :: gwt_ic_multi_package = .false.

◆ gwt_ic_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwticinputmodule::gwt_ic_param_definitions = [ gwtic_export_ascii, gwtic_strt ]

Definition at line 54 of file gwt-icidm.f90.

54  type(InputParamDefinitionType), parameter :: &
55  gwt_ic_param_definitions(*) = &
56  [ &
57  gwtic_export_ascii, &
58  gwtic_strt &
59  ]

◆ gwtic_export_ascii

type(inputparamdefinitiontype), parameter gwticinputmodule::gwtic_export_ascii = InputParamDefinitionType ( 'GWT', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 20 of file gwt-icidm.f90.

20  type(InputParamDefinitionType), parameter :: &
21  gwtic_export_ascii = inputparamdefinitiontype &
22  ( &
23  'GWT', & ! component
24  'IC', & ! subcomponent
25  'OPTIONS', & ! block
26  'EXPORT_ARRAY_ASCII', & ! tag name
27  'EXPORT_ASCII', & ! fortran variable
28  'KEYWORD', & ! type
29  '', & ! shape
30  .false., & ! required
31  .false., & ! multi-record
32  .false., & ! preserve case
33  .false., & ! layered
34  .false. & ! timeseries
35  )

◆ gwtic_strt

type(inputparamdefinitiontype), parameter gwticinputmodule::gwtic_strt = InputParamDefinitionType ( 'GWT', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', .true., .false., .false., .true., .false. )
private

Definition at line 37 of file gwt-icidm.f90.

37  type(InputParamDefinitionType), parameter :: &
38  gwtic_strt = inputparamdefinitiontype &
39  ( &
40  'GWT', & ! component
41  'IC', & ! subcomponent
42  'GRIDDATA', & ! block
43  'STRT', & ! tag name
44  'STRT', & ! fortran variable
45  'DOUBLE1D', & ! type
46  'NODES', & ! shape
47  .true., & ! required
48  .false., & ! multi-record
49  .false., & ! preserve case
50  .true., & ! layered
51  .false. & ! timeseries
52  )