|
| subroutine, public | timearrayseriesmanagermodule::tasmanager_cr (this, dis, modelname, iout) |
| | Create the time-array series manager. More...
|
| |
| subroutine | timearrayseriesmanagermodule::tasmanager_df (this) |
| | Define the time-array series manager. More...
|
| |
| subroutine | timearrayseriesmanagermodule::tasmgr_ad (this) |
| | Time step (or subtime step) advance. More...
|
| |
| subroutine | timearrayseriesmanagermodule::tasmgr_da (this) |
| | Deallocate. More...
|
| |
| subroutine | timearrayseriesmanagermodule::add_tasfile (this, fname) |
| | Add a time-array series file. More...
|
| |
| subroutine | timearrayseriesmanagermodule::reset (this, pkgName) |
| | Zero out arrays that are represented with time series. More...
|
| |
| subroutine | timearrayseriesmanagermodule::maketaslink (this, pkgName, bndArray, iprpak, tasName, text, convertFlux, nodelist, inunit) |
| | Make link from time-array series to package array. More...
|
| |
| type(timearrayserieslinktype) function, pointer | timearrayseriesmanagermodule::getlink (this, indx) |
| | Get link from the boundtaslinks list. More...
|
| |
| integer(i4b) function | timearrayseriesmanagermodule::countlinks (this) |
| | Count number of links in the boundtaslinks list. More...
|
| |
| subroutine | timearrayseriesmanagermodule::tasmgr_convert_flux (this, tasLink) |
| | Convert the array from a flux to a flow rate by multiplying by the cell area. More...
|
| |
| subroutine | timearrayseriesmanagermodule::tasmgr_add_link (this, tasLink) |
| | Add a time arrays series link. More...
|
| |