MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwe-ctp.f90 File Reference

Go to the source code of this file.

Data Types

type  gwectpmodule::gwectptype
 

Modules

module  gwectpmodule
 

Functions/Subroutines

subroutine, public gwectpmodule::ctp_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, depvartype, mempath)
 Create a new constant temperature package. More...
 
subroutine gwectpmodule::ctp_allocate_arrays (this, nodelist, auxvar)
 Allocate arrays specific to the constant temperature package. More...
 
subroutine gwectpmodule::ctp_rp (this)
 Constant temperature read and prepare (rp) routine. More...
 
subroutine gwectpmodule::ctp_ad (this)
 Constant temperature package advance routine. More...
 
subroutine gwectpmodule::ctp_ck (this)
 Check constant temperature boundary condition data. More...
 
subroutine gwectpmodule::ctp_fc (this, rhs, ia, idxglo, matrix_sln)
 Override bnd_fc and do nothing. More...
 
subroutine gwectpmodule::ctp_cq (this, x, flowja, iadv)
 Calculate flow associated with constant temperature boundary. More...
 
subroutine gwectpmodule::ctp_bd (this, model_budget)
 Add package ratin/ratout to model budget. More...
 
subroutine gwectpmodule::ctp_da (this)
 Deallocate memory. More...
 
subroutine gwectpmodule::define_listlabel (this)
 Define labels used in list file. More...
 
logical function gwectpmodule::ctp_obs_supported (this)
 Procedure related to observation processing. More...
 
subroutine gwectpmodule::ctp_df_obs (this)
 Procedure related to observation processing. More...
 
subroutine gwectpmodule::ctp_rp_ts (this)
 Procedure related to time series. More...
 
real(dp) function gwectpmodule::temp_mult (this, row)
 Apply auxiliary multiplier to specified temperature if. More...
 
real(dp) function gwectpmodule::ctp_bound_value (this, col, row)
 @ brief Return a bound value More...
 

Variables

character(len=lenftype) gwectpmodule::ftype = 'CTP'
 
character(len=lenpackagename) gwectpmodule::text = ' CTP'