ESMF_InternalStateMod Module



Interfaces

interface

  • public subroutine ESMF_CplCompGetInternalState(table, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    type(*) :: internalState
    integer :: rc

interface

  • public subroutine ESMF_CplCompSetInternalState(table, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    type(*) :: internalState
    integer :: rc

interface

  • public subroutine ESMF_GridCompGetInternalState(table, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    type(*) :: internalState
    integer :: rc

interface

  • public subroutine ESMF_GridCompSetInternalState(table, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    type(*) :: internalState
    integer :: rc

public interface ESMF_InternalStateGet

  • private subroutine ESMF_InternalStateGridCompGetL(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_InternalStateCplCompGetL(cplcomp, labelList, rc)

    Arguments

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

interface

  • public subroutine ESMF_UserCompGetInternalState(table, label, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    character(len=*), optional :: label
    type(*) :: internalState
    integer :: rc

interface

  • public subroutine ESMF_UserCompSetInternalState(table, label, internalState, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    character(len=*), optional :: label
    type(*) :: internalState
    integer :: rc

interface

  • private subroutine c_ESMC_InternalStateGetInfo(table, count, maxLen, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    integer :: count
    integer :: maxLen
    integer :: rc

interface

  • private subroutine c_ESMC_InternalStateGetLabels(table, labelList, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(*) :: table
    character(len=*) :: labelList(*)
    integer :: rc

Subroutines

private subroutine ESMF_InternalStateCplCompGetL(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_InternalStateGridCompGetL(gcomp, labelList, rc)

Arguments

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