MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
TimeSeriesRecord.f90 File Reference

Go to the source code of this file.

Data Types

type  timeseriesrecordmodule::timeseriesrecordtype
 

Modules

module  timeseriesrecordmodule
 

Functions/Subroutines

subroutine, public timeseriesrecordmodule::constructtimeseriesrecord (newTsRecord, time, value)
 Allocate and assign members of a new TimeSeriesRecordType object. More...
 
type(timeseriesrecordtype) function, pointer, public timeseriesrecordmodule::castastimeseriesrecordtype (obj)
 Cast an unlimited polymorphic object as TimeSeriesRecordType. More...
 
subroutine, public timeseriesrecordmodule::addtimeseriesrecordtolist (list, tsrecord)
 Add time series record to list. More...