MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
PackageBudget.f90 File Reference

Go to the source code of this file.

Data Types

type  packagebudgetmodule::packagebudgettype
 Derived type for storing flows. More...
 

Modules

module  packagebudgetmodule
 This module contains the PackageBudgetModule Module.
 

Functions/Subroutines

subroutine packagebudgetmodule::initialize (this, mempath)
 @ brief Initialize a PackageBudgetType object More...
 
subroutine packagebudgetmodule::set_name (this, name, budtxt)
 @ brief Set names for this PackageBudgetType object More...
 
subroutine packagebudgetmodule::set_auxname (this, naux, auxname)
 @ brief Set aux names for this PackageBudgetType object More...
 
subroutine packagebudgetmodule::set_pointers (this, flowvarname, mem_path_target, input_mempath)
 @ brief Point members of this class to data stored in GWF packages More...
 
subroutine packagebudgetmodule::copy_values (this, nbound, nodelist, flow, auxvar)
 @ brief Copy data read from a budget file into this object More...
 
real(dp) function packagebudgetmodule::get_flow (this, i)
 @ brief Get flow rate for specified entry More...
 
subroutine packagebudgetmodule::da (this)
 @ brief Deallocate More...