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

Go to the source code of this file.

Data Types

type  gweestinputmodule::gweestparamfoundtype
 

Modules

module  gweestinputmodule
 

Variables

logical, public gweestinputmodule::gwe_est_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gweestinputmodule::gwe_est_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_save_flows = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save calculated flows to budget file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_ord0_decay_water = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'ZERO_ORDER_DECAY_WATER', 'ORD0_DECAY_WATER', 'KEYWORD', '', 'activate zero-order decay in aqueous phase', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_ord0_decay_solid = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'ZERO_ORDER_DECAY_SOLID', 'ORD0_DECAY_SOLID', 'KEYWORD', '', 'activate zero-order decay in solid phase', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_rhow = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'DENSITY_WATER', 'RHOW', 'DOUBLE', '', 'density of water', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_cpw = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'HEAT_CAPACITY_WATER', 'CPW', 'DOUBLE', '', 'heat capacity of water', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_latheatvap = InputParamDefinitionType ( 'GWE', 'EST', 'OPTIONS', 'LATENT_HEAT_VAPORIZATION', 'LATHEATVAP', 'DOUBLE', '', 'latent heat of vaporization', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_porosity = InputParamDefinitionType ( 'GWE', 'EST', 'GRIDDATA', 'POROSITY', 'POROSITY', 'DOUBLE1D', 'NODES', 'porosity', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_decay_water = InputParamDefinitionType ( 'GWE', 'EST', 'GRIDDATA', 'DECAY_WATER', 'DECAY_WATER', 'DOUBLE1D', 'NODES', 'aqueous phase decay rate coefficient', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_decay_solid = InputParamDefinitionType ( 'GWE', 'EST', 'GRIDDATA', 'DECAY_SOLID', 'DECAY_SOLID', 'DOUBLE1D', 'NODES', 'solid phase decay rate coefficient', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_cps = InputParamDefinitionType ( 'GWE', 'EST', 'GRIDDATA', 'HEAT_CAPACITY_SOLID', 'CPS', 'DOUBLE1D', 'NODES', 'heat capacity of the aquifer material', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gweestinputmodule::gweest_rhos = InputParamDefinitionType ( 'GWE', 'EST', 'GRIDDATA', 'DENSITY_SOLID', 'RHOS', 'DOUBLE1D', 'NODES', 'density of aquifer material', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweestinputmodule::gwe_est_param_definitions = [ gweest_save_flows, gweest_ord0_decay_water, gweest_ord0_decay_solid, gweest_rhow, gweest_cpw, gweest_latheatvap, gweest_porosity, gweest_decay_water, gweest_decay_solid, gweest_cps, gweest_rhos ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweestinputmodule::gwe_est_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gweestinputmodule::gwe_est_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]