dallaston2015_glacier_boundary Interface

public interface dallaston2015_glacier_boundary

Calls

interface~~dallaston2015_glacier_boundary~~CallsGraph interface~dallaston2015_glacier_boundary dallaston2015_glacier_boundary proc~constructor~17 constructor interface~dallaston2015_glacier_boundary->proc~constructor~17

Contents


Module Procedures

private pure function constructor(thickness, velocity, chi) result(this)

Author
Chris MacMackin
Date
November 2016

Constructs a boundary condition object for an ice shelf based on the conditions used in Dallaston et al. (2015).

Arguments

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

The ice thickness at the inflowing ice shelf boundary

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

The longitudinal ice velocity at the inflowing ice shelf boundary

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

The dimensionless ratio $\chi \equiv \frac{\rho_igh_0x_x}{2\eta_0u_0}$

Return Value type(dallaston2015_glacier_boundary)