dallaston2015_melt Interface

public interface dallaston2015_melt

Calls

interface~~dallaston2015_melt~~CallsGraph interface~dallaston2015_melt dallaston2015_melt proc~constructor~23 constructor interface~dallaston2015_melt->proc~constructor~23

Contents


Module Procedures

private pure function constructor(beta, melt_conversion, salinity_denom) result(this)

Arguments

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

The inverse stefan number,

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

The factor to convert between the scale for melt used by Dallaston et al. (2015) and that used in ISOFT, where is the melt scale used by Dalalston et al.

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

The factor which, when used to divide the melt_conversion term, produces a conversion factor for the melt-terms in the salinity equation of Dallaston et al. (2015). It has the form where is the subglacial discharge across the grounding line.

Return Value type(dallaston2015_melt)

The newly created object representing the melt relationship.