LatLonGeomSpec Interface

public interface LatLonGeomSpec

Module Procedures

private function new_LatLonGeomSpec(lon_axis, lat_axis, decomposition) result(spec)

Arguments

Type IntentOptional Attributes Name
type(LonAxis), intent(in) :: lon_axis
type(LatAxis), intent(in) :: lat_axis
type(LatLonDecomposition), intent(in) :: decomposition

Return Value type(LatLonGeomSpec)