MAPL_TerminateImport Interface

public interface MAPL_TerminateImport

Module Procedures

private subroutine MAPL_DoNotConnect(GC, SHORT_NAME, CHILD, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(inout) :: GC
character(len=*), intent(in) :: SHORT_NAME
integer, intent(in) :: CHILD
integer, intent(out), optional :: RC

private subroutine MAPL_DoNotConnectMany(GC, SHORT_NAME, CHILD, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(inout) :: GC
character(len=*), intent(in) :: SHORT_NAME(:)
integer, intent(in) :: CHILD
integer, intent(out), optional :: RC

private subroutine MAPL_DoNotConnectAnyImport(GC, CHILD, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(inout) :: GC
integer, intent(in) :: CHILD
integer, intent(out), optional :: RC

private subroutine MAPL_TerminateImportAllBut(GC, SHORT_NAMES, CHILD_IDS, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(inout) :: GC
character(len=*), intent(in) :: SHORT_NAMES(:)
integer, intent(in) :: CHILD_IDS(:)
integer, intent(out), optional :: RC

private subroutine MAPL_TerminateImportAll(GC, ALL, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp), intent(inout) :: GC
logical, intent(in) :: ALL
integer, intent(out), optional :: RC