kappa_init_func Abstract Interface

abstract interface
private pure function kappa_init_func(n, location) result(kappa)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n

The index of the Taylor coefficient being calculated

real(kind=r8), intent(in), dimension(:):: location

The position $\vec{x}$ at which to compute the coefficient

Return Value real(kind=r8)

The value of coefficient n at location

Description

Abstract interface for function providing the Taylor coefficients describing the distribution of internal reflectors within an ice shelf.