![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | timeseriesrecordtype |
Functions/Subroutines | |
| subroutine, public | constructtimeseriesrecord (newTsRecord, time, value) |
| Allocate and assign members of a new TimeSeriesRecordType object. More... | |
| type(timeseriesrecordtype) function, pointer, public | castastimeseriesrecordtype (obj) |
| Cast an unlimited polymorphic object as TimeSeriesRecordType. More... | |
| subroutine, public | addtimeseriesrecordtolist (list, tsrecord) |
| Add time series record to list. More... | |
| subroutine, public timeseriesrecordmodule::addtimeseriesrecordtolist | ( | type(listtype), intent(inout) | list, |
| type(timeseriesrecordtype), intent(inout), pointer | tsrecord | ||
| ) |
| type(timeseriesrecordtype) function, pointer, public timeseriesrecordmodule::castastimeseriesrecordtype | ( | class(*), intent(inout), pointer | obj | ) |
| subroutine, public timeseriesrecordmodule::constructtimeseriesrecord | ( | type(timeseriesrecordtype), intent(out), pointer | newTsRecord, |
| real(dp), intent(in) | time, | ||
| real(dp), intent(in) | value | ||
| ) |