|
| subroutine, public | swfstomodule::sto_cr (stoobj, name_model, mempath, 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::source_options (this) |
| | @ brief Source input options for package More...
|
| |
| subroutine | swfstomodule::log_options (this, found) |
| | @ brief Log found options for package More...
|
| |
| subroutine | swfstomodule::source_data (this) |
| | @ brief Source input 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) |
| |