MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
olf-icidm.f90 File Reference

Go to the source code of this file.

Data Types

type  olficinputmodule::olficparamfoundtype
 

Modules

module  olficinputmodule
 

Variables

logical, public olficinputmodule::olf_ic_multi_package = .false.
 
character(len=16), dimension(*), parameter, public olficinputmodule::olf_ic_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter olficinputmodule::olfic_export_ascii = InputParamDefinitionType ( 'OLF', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olficinputmodule::olfic_strt = InputParamDefinitionType ( 'OLF', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', 'starting concentration', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olficinputmodule::olf_ic_param_definitions = [ olfic_export_ascii, olfic_strt ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public olficinputmodule::olf_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public olficinputmodule::olf_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]