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

Go to the source code of this file.

Data Types

type  timearraymodule::timearraytype
 

Modules

module  timearraymodule
 

Functions/Subroutines

subroutine, public timearraymodule::constructtimearray (newTa, modelname)
 Construct time array. More...
 
type(timearraytype) function, pointer, public timearraymodule::castastimearraytype (obj)
 Cast an unlimited polymorphic object as TimeArrayType. More...
 
subroutine, public timearraymodule::addtimearraytolist (list, timearray)
 Add a time array to a to list. More...
 
type(timearraytype) function, pointer, public timearraymodule::gettimearrayfromlist (list, indx)
 Retrieve a time array from a list. More...
 
subroutine timearraymodule::ta_da (this)
 Deallocate memory. More...