MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwf-icidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwficinputmodule::gwficparamfoundtype
 

Modules

module  gwficinputmodule
 

Variables

logical, public gwficinputmodule::gwf_ic_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwficinputmodule::gwfic_export_ascii = InputParamDefinitionType ( 'GWF', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwficinputmodule::gwfic_strt = InputParamDefinitionType ( 'GWF', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwficinputmodule::gwf_ic_param_definitions = [ gwfic_export_ascii, gwfic_strt ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwficinputmodule::gwf_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwficinputmodule::gwf_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]