![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | timeserieslinktype |
Functions/Subroutines | |
| subroutine, public | constructtimeserieslink (newTsLink, timeSeries, pkgName, auxOrBnd, bndElem, iRow, jCol, iprpak, text) |
| Construct time series link. More... | |
| type(timeserieslinktype) function, pointer, private | castastimeserieslinktype (obj) |
| Cast an unlimited polymorphic object as TimeSeriesLinkType. More... | |
| type(timeserieslinktype) function, pointer, public | gettimeserieslinkfromlist (list, indx) |
| Get time series link from a list. More... | |
| subroutine, public | addtimeserieslinktolist (list, tslink) |
| Add time series link to a list. More... | |
| subroutine, public timeserieslinkmodule::addtimeserieslinktolist | ( | type(listtype), intent(inout) | list, |
| type(timeserieslinktype), intent(inout), pointer | tslink | ||
| ) |
|
private |
| subroutine, public timeserieslinkmodule::constructtimeserieslink | ( | type(timeserieslinktype), intent(out), pointer | newTsLink, |
| type(timeseriestype), intent(in), pointer | timeSeries, | ||
| character(len=*), intent(in) | pkgName, | ||
| character(len=3), intent(in) | auxOrBnd, | ||
| real(dp), intent(in), pointer | bndElem, | ||
| integer(i4b), intent(in) | iRow, | ||
| integer(i4b), intent(in) | jCol, | ||
| integer(i4b), intent(in) | iprpak, | ||
| character(len=*), optional | text | ||
| ) |
Definition at line 42 of file TimeSeriesLink.f90.


| type(timeserieslinktype) function, pointer, public timeserieslinkmodule::gettimeserieslinkfromlist | ( | type(listtype), intent(inout) | list, |
| integer(i4b), intent(in) | indx | ||
| ) |
Definition at line 98 of file TimeSeriesLink.f90.

