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

Go to the source code of this file.

Data Types

type  gwtadvinputmodule::gwtadvparamfoundtype
 

Modules

module  gwtadvinputmodule
 

Variables

logical, public gwtadvinputmodule::gwt_adv_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwtadvinputmodule::gwtadv_scheme = InputParamDefinitionType ( 'GWT', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtadvinputmodule::gwtadv_ats_percel = InputParamDefinitionType ( 'GWT', '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 gwtadvinputmodule::gwt_adv_param_definitions = [ gwtadv_scheme, gwtadv_ats_percel ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ]