get_property Abstract Interface

abstract interface
private function get_property(this, depth, t) result(property)

Arguments

Type IntentOptional AttributesName
class(ambient_conditions), intent(in) :: this
class(scalar_field), intent(in) :: depth

A field containing the depths at which the ambient conditions are to be calculated.

real(kind=r8), intent(in) :: t

The time at which the ambient conditions are to be calculated.

Return Value class(scalar_field), pointer

A field containing the ambient conditions at the depth specified for each location.