ESMF_MethodAddReplace Interface

public interface ESMF_MethodAddReplace

Module Procedures

private subroutine ESMF_MethodCplCompAddRep(cplcomp, label, index, userRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
private subroutine userRoutine(cplcomp, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
integer, intent(out) :: rc
integer, intent(out), optional :: rc

private subroutine ESMF_MethodCplCompAddRepShObj(cplcomp, label, index, userRoutine, sharedObj, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
character(len=*), intent(in) :: userRoutine
character(len=*), intent(in), optional :: sharedObj
integer, intent(out), optional :: rc

private subroutine ESMF_MethodGridCompAddRep(gcomp, label, index, userRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
private subroutine userRoutine(gcomp, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
integer, intent(out) :: rc
integer, intent(out), optional :: rc

private subroutine ESMF_MethodGridCompAddRepShObj(gcomp, label, index, userRoutine, sharedObj, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
character(len=*), intent(in) :: userRoutine
character(len=*), intent(in), optional :: sharedObj
integer, intent(out), optional :: rc

private subroutine ESMF_MethodStateAddRep(state, label, index, userRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
private subroutine userRoutine(state, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_State) :: state
integer, intent(out) :: rc
integer, intent(out), optional :: rc

private subroutine ESMF_MethodStateAddRepShObj(state, label, index, userRoutine, sharedObj, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=*), intent(in) :: label
integer, intent(in), optional :: index
character(len=*), intent(in) :: userRoutine
character(len=*), intent(in), optional :: sharedObj
integer, intent(out), optional :: rc