MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwt-sft.f90 File Reference

Go to the source code of this file.

Data Types

type  gwtsftmodule::gwtsfttype
 

Modules

module  gwtsftmodule
 

Functions/Subroutines

subroutine, public gwtsftmodule::sft_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, fmi, eqnsclfac, dvt, dvu, dvua)
 Create a new sft package. More...
 
subroutine gwtsftmodule::find_sft_package (this)
 Find corresponding sft package. More...
 
subroutine gwtsftmodule::sft_fc_expanded (this, rhs, ia, idxglo, matrix_sln)
 Add matrix terms related to SFT. More...
 
subroutine gwtsftmodule::sft_solve (this)
 Add terms specific to sft to the explicit sft solve. More...
 
integer(i4b) function gwtsftmodule::sft_get_nbudterms (this)
 Function to return the number of budget terms just for this package. More...
 
subroutine gwtsftmodule::sft_setup_budobj (this, idx)
 Set up the budget object that stores all the sft flows. More...
 
subroutine gwtsftmodule::sft_fill_budobj (this, idx, x, flowja, ccratin, ccratout)
 Copy flow terms into thisbudobj. More...
 
subroutine gwtsftmodule::allocate_scalars (this)
 Allocate scalars specific to the streamflow energy transport (SFE) package. More...
 
subroutine gwtsftmodule::sft_allocate_arrays (this)
 Allocate arrays specific to the streamflow energy transport (SFE) package. More...
 
subroutine gwtsftmodule::sft_da (this)
 Deallocate memory. More...
 
subroutine gwtsftmodule::sft_rain_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Rain term. More...
 
subroutine gwtsftmodule::sft_evap_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Evaporative term. More...
 
subroutine gwtsftmodule::sft_roff_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Runoff term. More...
 
subroutine gwtsftmodule::sft_iflw_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Inflow Term. More...
 
subroutine gwtsftmodule::sft_outf_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Outflow term. More...
 
subroutine gwtsftmodule::sft_df_obs (this)
 Observations. More...
 
subroutine gwtsftmodule::sft_rp_obs (this, obsrv, found)
 Process package specific obs. More...
 
subroutine gwtsftmodule::sft_bd_obs (this, obstypeid, jj, v, found)
 Calculate observation value and pass it back to APT. More...
 
subroutine gwtsftmodule::sft_set_stressperiod (this, itemno, keyword, found)
 Sets the stress period attributes for keyword use. More...
 

Variables

character(len= *), parameter gwtsftmodule::ftype = 'SFT'
 
character(len= *), parameter gwtsftmodule::flowtype = 'SFR'
 
character(len=16) gwtsftmodule::text = ' SFT'