MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwesfetype |
Functions/Subroutines | |
subroutine, public | sfe_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, fmi, eqnsclfac, gwecommon, dvt, dvu, dvua) |
Create a new sfe package. More... | |
subroutine | find_sfe_package (this) |
Find corresponding sfe package. More... | |
subroutine | sfe_fc_expanded (this, rhs, ia, idxglo, matrix_sln) |
Add matrix terms related to SFE. More... | |
subroutine | sfe_solve (this) |
@ brief Add terms specific to sfr to the explicit sfe solve More... | |
integer(i4b) function | sfe_get_nbudterms (this) |
Function to return the number of budget terms just for this package. More... | |
subroutine | sfe_setup_budobj (this, idx) |
Set up the budget object that stores all the sfe flows. More... | |
subroutine | sfe_fill_budobj (this, idx, x, flowja, ccratin, ccratout) |
Copy flow terms into thisbudobj. More... | |
subroutine | allocate_scalars (this) |
Allocate scalars specific to the streamflow energy transport (SFE) package. More... | |
subroutine | sfe_allocate_arrays (this) |
Allocate arrays specific to the streamflow energy transport (SFE) package. More... | |
subroutine | sfe_da (this) |
Deallocate memory. More... | |
subroutine | sfe_rain_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Rain term. More... | |
subroutine | sfe_evap_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Evaporative term. More... | |
subroutine | sfe_roff_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Runoff term. More... | |
subroutine | sfe_iflw_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Inflow Term. More... | |
subroutine | sfe_outf_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Outflow term. More... | |
subroutine | sfe_df_obs (this) |
Observations. More... | |
subroutine | sfe_rp_obs (this, obsrv, found) |
Process package specific obs. More... | |
subroutine | sfe_bd_obs (this, obstypeid, jj, v, found) |
Calculate observation value and pass it back to APT. More... | |
subroutine | sfe_set_stressperiod (this, itemno, keyword, found) |
Sets the stress period attributes for keyword use. More... | |
Variables | |
character(len= *), parameter | ftype = 'SFE' |
character(len= *), parameter | flowtype = 'SFR' |
character(len=16) | text = ' SFE' |
|
private |
Definition at line 663 of file gwe-sfe.f90.
|
private |
subroutine gwesfemodule::sfe_allocate_arrays | ( | class(gwesfetype), intent(inout) | this | ) |
Definition at line 692 of file gwe-sfe.f90.
|
private |
Definition at line 978 of file gwe-sfe.f90.
subroutine, public gwesfemodule::sfe_create | ( | class(bndtype), pointer | packobj, |
integer(i4b), intent(in) | id, | ||
integer(i4b), intent(in) | ibcnum, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout, | ||
character(len=*), intent(in) | namemodel, | ||
character(len=*), intent(in) | pakname, | ||
type(tspfmitype), pointer | fmi, | ||
real(dp), intent(in), pointer | eqnsclfac, | ||
type(gweinputdatatype), intent(in), target | gwecommon, | ||
character(len=*), intent(in) | dvt, | ||
character(len=*), intent(in) | dvu, | ||
character(len=*), intent(in) | dvua | ||
) |
[in] | eqnsclfac | Governing equation scale factor |
[in] | gwecommon | Shared data container for use by multiple GWE packages |
[in] | dvt | For GWE, set to "TEMPERATURE" in TspAptType |
[in] | dvu | For GWE, set to "energy" in TspAptType |
[in] | dvua | For GWE, set to "E" in TspAptType |
Definition at line 100 of file gwe-sfe.f90.
subroutine gwesfemodule::sfe_da | ( | class(gwesfetype) | this | ) |
Definition at line 720 of file gwe-sfe.f90.
|
private |
Store the observation type supported by the APT package and override BndTypebnd_df_obs
Definition at line 878 of file gwe-sfe.f90.
|
private |
Definition at line 770 of file gwe-sfe.f90.
subroutine gwesfemodule::sfe_fc_expanded | ( | class(gwesfetype) | this, |
real(dp), dimension(:), intent(inout) | rhs, | ||
integer(i4b), dimension(:), intent(in) | ia, | ||
integer(i4b), dimension(:), intent(in) | idxglo, | ||
class(matrixbasetype), pointer | matrix_sln | ||
) |
This will be called from TspAptTypeapt_fc_expanded() in order to add matrix terms specifically for SFE
Definition at line 283 of file gwe-sfe.f90.
subroutine gwesfemodule::sfe_fill_budobj | ( | class(gwesfetype) | this, |
integer(i4b), intent(inout) | idx, | ||
real(dp), dimension(:), intent(in) | x, | ||
real(dp), dimension(:), intent(inout), contiguous | flowja, | ||
real(dp), intent(inout) | ccratin, | ||
real(dp), intent(inout) | ccratout | ||
) |
Definition at line 563 of file gwe-sfe.f90.
|
private |
This overrides a function in the parent class.
Definition at line 445 of file gwe-sfe.f90.
|
private |
Accounts for energy added via streamflow entering into a stream channel; for example, energy entering the model domain via a specified flow in a stream channel.
Definition at line 824 of file gwe-sfe.f90.
|
private |
Accounts for the energy leaving a stream channel, for example, energy exiting the model domain via a flow in a stream channel flowing out of the active domain.
Definition at line 851 of file gwe-sfe.f90.
subroutine gwesfemodule::sfe_rain_term | ( | class(gwesfetype) | this, |
integer(i4b), intent(in) | ientry, | ||
integer(i4b), intent(inout) | n1, | ||
integer(i4b), intent(inout) | n2, | ||
real(dp), intent(inout), optional | rrate, | ||
real(dp), intent(inout), optional | rhsval, | ||
real(dp), intent(inout), optional | hcofval | ||
) |
Definition at line 746 of file gwe-sfe.f90.
|
private |
Definition at line 796 of file gwe-sfe.f90.
|
private |
Method to process specific observations for this package.
[in,out] | this | package class |
[in,out] | obsrv | observation object |
[in,out] | found | indicate whether observation was found |
Definition at line 950 of file gwe-sfe.f90.
|
private |
Definition at line 1017 of file gwe-sfe.f90.
|
private |
Definition at line 463 of file gwe-sfe.f90.
|
private |
Definition at line 390 of file gwe-sfe.f90.
|
private |
Definition at line 54 of file gwe-sfe.f90.
|
private |
Definition at line 53 of file gwe-sfe.f90.
|
private |
Definition at line 55 of file gwe-sfe.f90.