MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
TspSpc.f90 File Reference

Go to the source code of this file.

Data Types

type  tspspcmodule::tspspctype
 Derived type for managing SPC input. More...
 

Modules

module  tspspcmodule
 This module contains the TspSpc Module.
 

Functions/Subroutines

subroutine tspspcmodule::initialize (this, dis, id, input_mempath, iout, name_model, packNameFlow, dvn, input_fname)
 Initialize the SPC type. More...
 
subroutine tspspcmodule::allocate_scalars (this)
 Allocate package scalars. More...
 
subroutine tspspcmodule::allocate_arrays (this)
 Allocate package arrays. More...
 
real(dp) function tspspcmodule::get_value (this, ientry, nbound_flow)
 Get the data value from this package. More...
 
subroutine tspspcmodule::apply_input_values (this)
 Apply current input mempath values to dblvec. More...
 
subroutine tspspcmodule::spc_rp (this, nbound_flowpack, budtxt)
 Read and prepare stress period data. More...
 
subroutine tspspcmodule::spc_ad (this, nbound_flowpack, budtxt)
 Advance. More...
 
subroutine tspspcmodule::spc_da (this)
 Deallocate variables. More...
 
subroutine tspspcmodule::check_flow_package (this, nbound_flowpack, budtxt)
 Check flow package consistency. More...
 

Variables

character(len=lenftype) tspspcmodule::ftype = 'SPC'