MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwe-advidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gweadvinputmodule::gweadvparamfoundtype
 

Modules

module  gweadvinputmodule
 

Variables

logical, public gweadvinputmodule::gwe_adv_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gweadvinputmodule::gwe_adv_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gweadvinputmodule::gweadv_scheme = InputParamDefinitionType ( 'GWE', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweadvinputmodule::gweadv_ats_percel = InputParamDefinitionType ( 'GWE', 'ADV', 'OPTIONS', 'ATS_PERCEL', 'ATS_PERCEL', 'DOUBLE', '', 'fractional cell distance used for time step calculation', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweadvinputmodule::gwe_adv_param_definitions = [ gweadv_scheme, gweadv_ats_percel ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweadvinputmodule::gwe_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gweadvinputmodule::gwe_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ]