MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
timearraymodule::timearraytype Type Reference
Collaboration diagram for timearraymodule::timearraytype:
Collaboration graph

Public Member Functions

procedure, public da => ta_da
 

Public Attributes

real(dp), public tatime
 
real(dp), dimension(:), pointer, public, contiguous taarray => null()
 

Detailed Description

Definition at line 14 of file TimeArray.f90.

Member Function/Subroutine Documentation

◆ da()

procedure, public timearraymodule::timearraytype::da

Definition at line 24 of file TimeArray.f90.

Member Data Documentation

◆ taarray

real(dp), dimension(:), pointer, public, contiguous timearraymodule::timearraytype::taarray => null()

Definition at line 17 of file TimeArray.f90.

17  real(DP), dimension(:), pointer, contiguous, public :: taArray => null()

◆ tatime

real(dp), public timearraymodule::timearraytype::tatime

Definition at line 16 of file TimeArray.f90.

16  real(DP), public :: taTime

The documentation for this type was generated from the following file: