UngriddedDims Interface

public interface UngriddedDims

Module Procedures

private function new_UngriddedDims_empty() result(spec)

Arguments

None

Return Value type(UngriddedDims)

private pure function new_UngriddedDims_vec(dim_specs) result(spec)

Arguments

Type IntentOptional Attributes Name
type(UngriddedDimVector), intent(in) :: dim_specs

Return Value type(UngriddedDims)

private function new_UngriddedDims_arr(dim_specs) result(spec)

Arguments

Type IntentOptional Attributes Name
type(UngriddedDim), intent(in) :: dim_specs(:)

Return Value type(UngriddedDims)