Returns the current time of the cryosphere system.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cryosphere), | intent(in) | :: | this |
pure function get_time(this)
!* Author: Chris MacMackin
! Date: April 2017
!
! Returns the current time of the cryosphere system.
!
class(cryosphere), intent(in) :: this
real(r8) :: get_time
get_time = this%time
end function get_time