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

Go to the source code of this file.

Data Types

type  gwfstomodule::gwfstotype
 

Modules

module  gwfstomodule
 This module contains the storage package methods.
 

Functions/Subroutines

subroutine, public gwfstomodule::sto_cr (stoobj, name_model, inunit, iout)
 @ brief Create a new package object More...
 
subroutine gwfstomodule::sto_ar (this, dis, ibound)
 @ brief Allocate and read method for package More...
 
subroutine gwfstomodule::sto_rp (this)
 @ brief Read and prepare method for package More...
 
subroutine gwfstomodule::sto_ad (this)
 @ brief Advance the package More...
 
subroutine gwfstomodule::sto_fc (this, kiter, hold, hnew, matrix_sln, idxglo, rhs)
 @ brief Fill A and right-hand side for the package More...
 
subroutine gwfstomodule::sto_fn (this, kiter, hold, hnew, matrix_sln, idxglo, rhs)
 @ brief Fill Newton-Raphson terms in A and right-hand side for the package More...
 
subroutine gwfstomodule::sto_cq (this, flowja, hnew, hold)
 @ brief Calculate flows for package More...
 
subroutine gwfstomodule::sto_bd (this, isuppress_output, model_budget)
 @ brief Model budget calculation for package More...
 
subroutine gwfstomodule::sto_save_model_flows (this, icbcfl, icbcun)
 @ brief Save model flows for package More...
 
subroutine gwfstomodule::sto_da (this)
 @ brief Deallocate package memory More...
 
subroutine gwfstomodule::allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine gwfstomodule::allocate_arrays (this, nodes)
 @ brief Allocate package arrays More...
 
subroutine gwfstomodule::read_options (this)
 @ brief Read options for package More...
 
subroutine gwfstomodule::read_data (this)
 @ brief Read data for package More...
 
subroutine gwfstomodule::save_old_ss_sy (this)
 @ brief Save old storage property values More...
 

Variables

character(len=lenbudtxt), dimension(2) gwfstomodule::budtxt = [' STO-SS', ' STO-SY']