MAPL_RootGcRetrieve Function

public function MAPL_RootGcRetrieve(META) result(GC)

Arguments

Type IntentOptional Attributes Name
type(MAPL_MetaComp), intent(in) :: META

Return Value type(ESMF_GridComp)


Source Code

   function MAPL_RootGcRetrieve (meta) result(GC)
      type (MAPL_MetaComp), intent(IN) :: META
      type(ESMF_GridComp) :: GC

      GC = meta%rootGC
   end function MAPL_RootGcRetrieve