get_property Abstract Interface

abstract interface
private function get_property(this, temperature, salinity) result(density)

Arguments

Type IntentOptional AttributesName
class(equation_of_state), intent(in) :: this
class(scalar_field), intent(in) :: temperature

A field containing the temperature of the water

class(scalar_field), intent(in) :: salinity

A field containing the salinity of the water

Return Value class(scalar_field), pointer

A field containing the density of the water