Returns the thickness of the ice sheet across its domain.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ice_sheet), | intent(in) | :: | this |
The ice thickness.
pure function sheet_thickness(this) result(thickness)
!* Author: Christopher MacMackin
! Date: April 2016
!
! Returns the thickness of the ice sheet across its domain.
!
class(ice_sheet), intent(in) :: this
class(scalar_field), pointer :: thickness !! The ice thickness.
end function sheet_thickness