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

Go to the source code of this file.

Data Types

type  gwtlktmodule::gwtlkttype
 

Modules

module  gwtlktmodule
 

Functions/Subroutines

subroutine, public gwtlktmodule::lkt_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, fmi, eqnsclfac, dvt, dvu, dvua)
 Create a new lkt package. More...
 
subroutine gwtlktmodule::find_lkt_package (this)
 Find corresponding lkt package. More...
 
subroutine gwtlktmodule::lkt_fc_expanded (this, rhs, ia, idxglo, matrix_sln)
 Add matrix terms related to LKT. More...
 
subroutine gwtlktmodule::lkt_solve (this)
 Add terms specific to lakes to the explicit lake solve. More...
 
integer(i4b) function gwtlktmodule::lkt_get_nbudterms (this)
 Function to return the number of budget terms just for this package. More...
 
subroutine gwtlktmodule::lkt_setup_budobj (this, idx)
 Set up the budget object that stores all the lake flows. More...
 
subroutine gwtlktmodule::lkt_fill_budobj (this, idx, x, flowja, ccratin, ccratout)
 Copy flow terms into thisbudobj. More...
 
subroutine gwtlktmodule::allocate_scalars (this)
 Allocate scalars specific to the lake mass transport (LKT) package. More...
 
subroutine gwtlktmodule::lkt_allocate_arrays (this)
 Allocate arrays specific to the lake mass transport (LKT) package. More...
 
subroutine gwtlktmodule::lkt_da (this)
 Deallocate memory. More...
 
subroutine gwtlktmodule::lkt_rain_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Rain term. More...
 
subroutine gwtlktmodule::lkt_evap_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Evaporative term. More...
 
subroutine gwtlktmodule::lkt_roff_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Runoff term. More...
 
subroutine gwtlktmodule::lkt_iflw_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Inflow Term. More...
 
subroutine gwtlktmodule::lkt_wdrl_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Specified withdrawal term. More...
 
subroutine gwtlktmodule::lkt_outf_term (this, ientry, n1, n2, rrate, rhsval, hcofval)
 Outflow term. More...
 
subroutine gwtlktmodule::lkt_df_obs (this)
 Defined observation types. More...
 
subroutine gwtlktmodule::lkt_rp_obs (this, obsrv, found)
 Process package specific obs. More...
 
subroutine gwtlktmodule::lkt_bd_obs (this, obstypeid, jj, v, found)
 Calculate observation value and pass it back to APT. More...
 
subroutine gwtlktmodule::lkt_set_stressperiod (this, itemno, keyword, found)
 Sets the stress period attributes for keyword use. More...
 

Variables

character(len= *), parameter gwtlktmodule::ftype = 'LKT'
 
character(len= *), parameter gwtlktmodule::flowtype = 'LAK'
 
character(len=16) gwtlktmodule::text = ' LKT'