LatAxis Interface

public interface LatAxis

Module Procedures

private pure function new_LatAxis(centers, corners) result(axis)

Arguments

Type IntentOptional Attributes Name
real(kind=R8), intent(in) :: centers(:)
real(kind=R8), intent(in) :: corners(:)

Return Value type(LatAxis)