MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-sto.f90 File Reference

Go to the source code of this file.

Data Types

type  swfstomodule::swfstotype
 

Modules

module  swfstomodule
 This module contains the storage package methods.
 

Functions/Subroutines

subroutine, public swfstomodule::sto_cr (stoobj, name_model, inunit, iout, cxs)
 @ brief Create a new package object More...
 
subroutine swfstomodule::sto_ar (this, dis, ibound)
 @ brief Allocate and read method for package More...
 
subroutine swfstomodule::sto_rp (this)
 @ brief Read and prepare method for package More...
 
subroutine swfstomodule::sto_ad (this)
 @ brief Advance the package More...
 
subroutine swfstomodule::sto_fc (this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs)
 @ brief Fill A and right-hand side for the package More...
 
subroutine swfstomodule::sto_fc_dis1d (this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs)
 @ brief Fill A and right-hand side for the package More...
 
subroutine swfstomodule::sto_fc_dis2d (this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs)
 @ brief Fill A and right-hand side for the package More...
 
subroutine swfstomodule::sto_cq (this, flowja, stage_new, stage_old)
 @ brief Calculate flows for package More...
 
subroutine swfstomodule::calc_storage_dis1d (this, n, stage_new, stage_old, dx, qsto, derv)
 
subroutine swfstomodule::calc_storage_dis2d (this, n, stage_new, stage_old, qsto, derv)
 
subroutine swfstomodule::sto_bd (this, isuppress_output, model_budget)
 @ brief Model budget calculation for package More...
 
subroutine swfstomodule::sto_save_model_flows (this, icbcfl, icbcun)
 @ brief Save model flows for package More...
 
subroutine swfstomodule::sto_da (this)
 @ brief Deallocate package memory More...
 
subroutine swfstomodule::allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine swfstomodule::allocate_arrays (this, nodes)
 @ brief Allocate package arrays More...
 
subroutine swfstomodule::read_options (this)
 @ brief Read options for package More...
 
subroutine swfstomodule::read_data (this)
 @ brief Read data for package More...
 
subroutine swfstomodule::set_dfw_pointers (this)
 Set pointers to channel properties in DFW Package. More...
 
real(dp) function, dimension(:), pointer swfstomodule::reach_length_pointer (this)
 

Variables

character(len=lenbudtxt), dimension(1) swfstomodule::budtxt = [' STORAGE']