ESMF_MethodAdd Interface

public interface ESMF_MethodAdd

Module Procedures

private subroutine ESMF_MethodCplCompAdd(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_MethodCplCompAddShObj(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_MethodGridCompAdd(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_MethodGridCompAddShObj(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_MethodStateAdd(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_MethodStateAddShObj(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