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

Go to the source code of this file.

Data Types

type  gweeslinputmodule::gweeslparamfoundtype
 

Modules

module  gweeslinputmodule
 

Variables

logical, public gweeslinputmodule::gwe_esl_multi_package = .true.
 
character(len=16), dimension(*), parameter, public gweeslinputmodule::gwe_esl_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_auxiliary = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_auxmultname = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_boundnames = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_iprpak = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_iprflow = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_ipakcb = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save well flows to budget file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_ts_filerecord = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_ts6 = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_filein = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_ts6_filename = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_obs_filerecord = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_obs6 = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_obs6_filename = InputParamDefinitionType ( 'GWE', 'ESL', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_maxbound = InputParamDefinitionType ( 'GWE', 'ESL', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of sources', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_cellid = InputParamDefinitionType ( 'GWE', 'ESL', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_senerrate = InputParamDefinitionType ( 'GWE', 'ESL', 'PERIOD', 'SENERRATE', 'SENERRATE', 'DOUBLE', '', 'energy source loading rate', .true., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_auxvar = InputParamDefinitionType ( 'GWE', 'ESL', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_boundname = InputParamDefinitionType ( 'GWE', 'ESL', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'well name', .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweeslinputmodule::gwe_esl_param_definitions = [ gweesl_auxiliary, gweesl_auxmultname, gweesl_boundnames, gweesl_iprpak, gweesl_iprflow, gweesl_ipakcb, gweesl_ts_filerecord, gweesl_ts6, gweesl_filein, gweesl_ts6_filename, gweesl_obs_filerecord, gweesl_obs6, gweesl_obs6_filename, gweesl_maxbound, gweesl_cellid, gweesl_senerrate, gweesl_auxvar, gweesl_boundname ]
 
type(inputparamdefinitiontype), parameter gweeslinputmodule::gweesl_spd = InputParamDefinitionType ( 'GWE', 'ESL', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID SENERRATE AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gweeslinputmodule::gwe_esl_aggregate_definitions = [ gweesl_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gweeslinputmodule::gwe_esl_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]