MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
@ brief Energy storage and transfer More...
Public Member Functions | |
procedure | est_ar |
procedure | est_fc |
procedure | est_fc_sto |
procedure | est_fc_dcy |
procedure | est_cq |
procedure | est_cq_sto |
procedure | est_cq_dcy |
procedure | est_bd |
procedure | est_ot_flow |
procedure | est_da |
procedure | allocate_scalars |
Public Attributes | |
real(dp), pointer | cpw => null() |
heat capacity of water More... | |
real(dp), pointer | rhow => null() |
density of water More... | |
real(dp), pointer | latheatvap => null() |
latent heat of vaporization More... | |
real(dp), dimension(:), pointer, contiguous | cps => null() |
heat capacity of solid More... | |
real(dp), dimension(:), pointer, contiguous | rhos => null() |
density of solid More... | |
real(dp), dimension(:), pointer, contiguous | porosity => null() |
porosity More... | |
real(dp), dimension(:), pointer, contiguous | ratesto => null() |
rate of energy storage More... | |
integer(i4b), pointer | idcy => null() |
order of decay rate (0:none, 1:first, 2:zero) More... | |
real(dp), dimension(:), pointer, contiguous | decay => null() |
first or zero order decay rate (aqueous) More... | |
real(dp), dimension(:), pointer, contiguous | ratedcy => null() |
rate of decay More... | |
real(dp), dimension(:), pointer, contiguous | decaylast => null() |
decay rate used for last iteration (needed for zero order decay) More... | |
integer(i4b), dimension(:), pointer, contiguous | ibound => null() |
pointer to model ibound More... | |
type(tspfmitype), pointer | fmi => null() |
pointer to fmi object More... | |
type(gweinputdatatype), pointer | gwecommon => null() |
pointer to shared gwe data used by multiple packages but set in est More... | |
real(dp), pointer | eqnsclfac => null() |
governing equation scale factor; =rhow*cpw for energy More... | |
Private Member Functions | |
procedure, private | allocate_arrays |
procedure, private | read_options |
procedure, private | read_data |
procedure | set_names |
procedure | da |
procedure | read_check_ionper |
procedure | get_block_data |
Private Attributes | |
character(len=lenmodelname) | name_model = '' |
the name of the model that contains this package More... | |
character(len=lenpackagename) | packname = '' |
name of the package More... | |
character(len=lenmempath) | memorypath = '' |
the location in the memory manager where the variables are stored More... | |
character(len=lenmempath) | memorypathmodel = '' |
the location in the memory manager where the variables of the parent model are stored More... | |
character(len=lenmempath) | input_mempath = '' |
input context mempath More... | |
character(len=linelength), pointer | input_fname => null() |
input file name More... | |
character(len=lenftype) | filtyp = '' |
file type (CHD, DRN, RIV, etc.) More... | |
character(len=lenftype), pointer | package_type => null() |
package type (same as filtyp) stored in memory manager More... | |
integer(i4b), pointer | id => null() |
consecutive package number in model More... | |
integer(i4b), pointer | inunit => null() |
unit number for input file More... | |
integer(i4b), pointer | iout => null() |
unit number for writing package output More... | |
integer(i4b), pointer | inewton => null() |
newton flag More... | |
integer(i4b), pointer | iasym => null() |
package causes matrix asymmetry More... | |
integer(i4b), pointer | iprpak => null() |
integer flag to echo input More... | |
integer(i4b), pointer | iprflow => null() |
flag to print simulated flows More... | |
integer(i4b), pointer | ipakcb => null() |
output flows (-1, 0, 1) - save_flows More... | |
integer(i4b), pointer | ionper => null() |
stress period for next data More... | |
integer(i4b), pointer | lastonper => null() |
last value of ionper (for checking) More... | |
type(blockparsertype) | parser |
parser object for reading blocks of information More... | |
class(disbasetype), pointer | dis => null() |
model discretization object More... | |
Data and methods for handling changes in temperature
Definition at line 38 of file gwe-est.f90.
|
private |
Definition at line 74 of file gwe-est.f90.
procedure gweestmodule::gweesttype::allocate_scalars |
Definition at line 73 of file gwe-est.f90.
|
privateinherited |
Definition at line 55 of file NumericalPackage.f90.
procedure gweestmodule::gweesttype::est_ar |
Definition at line 63 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_bd |
Definition at line 70 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_cq |
Definition at line 67 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_cq_dcy |
Definition at line 69 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_cq_sto |
Definition at line 68 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_da |
Definition at line 72 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_fc |
Definition at line 64 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_fc_dcy |
Definition at line 66 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_fc_sto |
Definition at line 65 of file gwe-est.f90.
procedure gweestmodule::gweesttype::est_ot_flow |
Definition at line 71 of file gwe-est.f90.
|
privateinherited |
Definition at line 57 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 56 of file NumericalPackage.f90.
|
private |
Definition at line 76 of file gwe-est.f90.
|
private |
Definition at line 75 of file gwe-est.f90.
|
privateinherited |
Definition at line 53 of file NumericalPackage.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::cps => null() |
Definition at line 44 of file gwe-est.f90.
real(dp), pointer gweestmodule::gweesttype::cpw => null() |
Definition at line 41 of file gwe-est.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::decay => null() |
Definition at line 51 of file gwe-est.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::decaylast => null() |
Definition at line 53 of file gwe-est.f90.
|
privateinherited |
Definition at line 50 of file NumericalPackage.f90.
real(dp), pointer gweestmodule::gweesttype::eqnsclfac => null() |
Definition at line 59 of file gwe-est.f90.
|
privateinherited |
Definition at line 33 of file NumericalPackage.f90.
type(tspfmitype), pointer gweestmodule::gweesttype::fmi => null() |
Definition at line 57 of file gwe-est.f90.
type(gweinputdatatype), pointer gweestmodule::gweesttype::gwecommon => null() |
Definition at line 58 of file gwe-est.f90.
|
privateinherited |
Definition at line 41 of file NumericalPackage.f90.
integer(i4b), dimension(:), pointer, contiguous gweestmodule::gweesttype::ibound => null() |
Definition at line 56 of file gwe-est.f90.
|
privateinherited |
Definition at line 37 of file NumericalPackage.f90.
integer(i4b), pointer gweestmodule::gweesttype::idcy => null() |
Definition at line 50 of file gwe-est.f90.
|
privateinherited |
Definition at line 40 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 32 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 31 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 38 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 45 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 39 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 44 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 43 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 42 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 46 of file NumericalPackage.f90.
real(dp), pointer gweestmodule::gweesttype::latheatvap => null() |
Definition at line 43 of file gwe-est.f90.
|
privateinherited |
Definition at line 28 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 29 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 26 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 34 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 27 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 49 of file NumericalPackage.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::porosity => null() |
Definition at line 46 of file gwe-est.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::ratedcy => null() |
Definition at line 52 of file gwe-est.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::ratesto => null() |
Definition at line 47 of file gwe-est.f90.
real(dp), dimension(:), pointer, contiguous gweestmodule::gweesttype::rhos => null() |
Definition at line 45 of file gwe-est.f90.
real(dp), pointer gweestmodule::gweesttype::rhow => null() |
Definition at line 42 of file gwe-est.f90.