ESMF_MethodGet Interface

public interface ESMF_MethodGet

Module Procedures

private subroutine ESMF_MethodCplCompGet(cplcomp, label, index, isPresent, rc)

Arguments

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

private subroutine ESMF_MethodCplCompGetList(cplcomp, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc

private subroutine ESMF_MethodGridCompGet(gcomp, label, index, isPresent, rc)

Arguments

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

private subroutine ESMF_MethodGridCompGetList(gcomp, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc

private subroutine ESMF_MethodStateGet(state, label, index, isPresent, rc)

Arguments

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

private subroutine ESMF_MethodStateGetList(state, labelList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=:), intent(out), allocatable :: labelList(:)
integer, intent(out), optional :: rc