GridType Interface

public interface GridType

Module Procedures

private function newGridType_name(name) result(grid_type)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Return Value type(GridType)

private function newGridType_mapl(grid) result(grid_type)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Grid), intent(in) :: grid

Return Value type(GridType)