uniform_ambient_conditions Interface

public interface uniform_ambient_conditions

Calls

interface~~uniform_ambient_conditions~~CallsGraph interface~uniform_ambient_conditions uniform_ambient_conditions proc~constructor~12 constructor interface~uniform_ambient_conditions->proc~constructor~12 uniform_scalar_field uniform_scalar_field proc~constructor~12->uniform_scalar_field

Contents


Module Procedures

private function constructor(temperature, salinity) result(this)

Author
Chris MacMackin
Date
November 2016

Produces an ambient object which will return the specified salinity and temeprature values.

Arguments

Type IntentOptional AttributesName
real(kind=r8), intent(in), optional :: temperature

The temperature of the ambient ocean. Default is 0.

real(kind=r8), intent(in), optional :: salinity

The salinity of the ambient ocean. Default is 0.

Return Value type(uniform_ambient_conditions)