MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwtsfttype |
Functions/Subroutines | |
subroutine, public | sft_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, fmi, eqnsclfac, dvt, dvu, dvua) |
Create a new sft package. More... | |
subroutine | find_sft_package (this) |
Find corresponding sft package. More... | |
subroutine | sft_fc_expanded (this, rhs, ia, idxglo, matrix_sln) |
Add matrix terms related to SFT. More... | |
subroutine | sft_solve (this) |
Add terms specific to sft to the explicit sft solve. More... | |
integer(i4b) function | sft_get_nbudterms (this) |
Function to return the number of budget terms just for this package. More... | |
subroutine | sft_setup_budobj (this, idx) |
Set up the budget object that stores all the sft flows. More... | |
subroutine | sft_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 | sft_allocate_arrays (this) |
Allocate arrays specific to the streamflow energy transport (SFE) package. More... | |
subroutine | sft_da (this) |
Deallocate memory. More... | |
subroutine | sft_rain_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Rain term. More... | |
subroutine | sft_evap_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Evaporative term. More... | |
subroutine | sft_roff_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Runoff term. More... | |
subroutine | sft_iflw_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Inflow Term. More... | |
subroutine | sft_outf_term (this, ientry, n1, n2, rrate, rhsval, hcofval) |
Outflow term. More... | |
subroutine | sft_df_obs (this) |
Observations. More... | |
subroutine | sft_rp_obs (this, obsrv, found) |
Process package specific obs. More... | |
subroutine | sft_bd_obs (this, obstypeid, jj, v, found) |
Calculate observation value and pass it back to APT. More... | |
subroutine | sft_set_stressperiod (this, itemno, keyword, found) |
Sets the stress period attributes for keyword use. More... | |
Variables | |
character(len= *), parameter | ftype = 'SFT' |
character(len= *), parameter | flowtype = 'SFR' |
character(len=16) | text = ' SFT' |
subroutine gwtsftmodule::allocate_scalars | ( | class(gwtsfttype) | this | ) |
Definition at line 556 of file gwt-sft.f90.
subroutine gwtsftmodule::find_sft_package | ( | class(gwtsfttype) | this | ) |
subroutine gwtsftmodule::sft_allocate_arrays | ( | class(gwtsfttype), intent(inout) | this | ) |
Definition at line 584 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_bd_obs | ( | class(gwtsfttype), intent(inout) | this, |
character(len=*), intent(in) | obstypeid, | ||
integer(i4b), intent(in) | jj, | ||
real(dp), intent(inout) | v, | ||
logical, intent(inout) | found | ||
) |
Definition at line 882 of file gwt-sft.f90.
subroutine, public gwtsftmodule::sft_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, | ||
character(len=*), intent(in) | dvt, | ||
character(len=*), intent(in) | dvu, | ||
character(len=*), intent(in) | dvua | ||
) |
[in] | eqnsclfac | governing equation scale factor |
[in] | dvt | For GWT, set to "CONCENTRATION" in TspAptType |
[in] | dvu | For GWT, set to "mass" in TspAptType |
[in] | dvua | For GWT, set to "M" in TspAptType |
Definition at line 94 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_da | ( | class(gwtsfttype) | this | ) |
Definition at line 612 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_df_obs | ( | class(gwtsfttype) | this | ) |
Store the observation type supported by the APT package and override BndTypebnd_df_obs
Definition at line 782 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_evap_term | ( | class(gwtsfttype) | 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 663 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_fc_expanded | ( | class(gwtsfttype) | 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 SFT
Definition at line 268 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_fill_budobj | ( | class(gwtsfttype) | 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 487 of file gwt-sft.f90.
integer(i4b) function gwtsftmodule::sft_get_nbudterms | ( | class(gwtsfttype) | this | ) |
This overrides a function in the parent class.
Definition at line 395 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_iflw_term | ( | class(gwtsfttype) | 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 | ||
) |
Accounts for mass 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 726 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_outf_term | ( | class(gwtsfttype) | 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 | ||
) |
Accounts for the mass leaving a stream channel; for example, mass exiting the model domain via a flow in a stream channel flowing out of the active domain.
Definition at line 754 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_rain_term | ( | class(gwtsfttype) | 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 638 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_roff_term | ( | class(gwtsfttype) | 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 697 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_rp_obs | ( | class(gwtsfttype), intent(inout) | this, |
type(observetype), intent(inout) | obsrv, | ||
logical, intent(inout) | found | ||
) |
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 854 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_set_stressperiod | ( | class(gwtsfttype), intent(inout) | this, |
integer(i4b), intent(in) | itemno, | ||
character(len=*), intent(in) | keyword, | ||
logical, intent(inout) | found | ||
) |
Definition at line 921 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_setup_budobj | ( | class(gwtsfttype) | this, |
integer(i4b), intent(inout) | idx | ||
) |
Definition at line 409 of file gwt-sft.f90.
subroutine gwtsftmodule::sft_solve | ( | class(gwtsfttype) | this | ) |
Definition at line 342 of file gwt-sft.f90.
character(len=*), parameter gwtsftmodule::flowtype = 'SFR' |
Definition at line 51 of file gwt-sft.f90.
character(len=*), parameter gwtsftmodule::ftype = 'SFT' |
Definition at line 50 of file gwt-sft.f90.
character(len=16) gwtsftmodule::text = ' SFT' |
Definition at line 52 of file gwt-sft.f90.