ESMF_XGridGeomBaseCreate Interface

public interface ESMF_XGridGeomBaseCreate

Module Procedures

private function ESMF_XGridGeomBaseCreateGrid(grid, staggerloc, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Grid), intent(in) :: grid
type(ESMF_StaggerLoc), intent(in) :: staggerloc
integer, intent(out), optional :: rc

Return Value type(ESMF_XGridGeomBase)

private function ESMF_XGridGeomBaseCreateMesh(mesh, loc, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Mesh), intent(in) :: mesh
type(ESMF_MeshLoc), intent(in), optional :: loc
integer, intent(out), optional :: rc

Return Value type(ESMF_XGridGeomBase)