NUOPC_CompAttributeSet Interface

public interface NUOPC_CompAttributeSet

Module Procedures

private subroutine NUOPC_GridCompAttributeSetS(comp, name, value, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
character(len=*), intent(in) :: name
character(len=*), intent(in) :: value
integer, intent(out), optional :: rc

private subroutine NUOPC_CplCompAttributeSetS(comp, name, value, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
character(len=*), intent(in) :: name
character(len=*), intent(in) :: value
integer, intent(out), optional :: rc

private subroutine NUOPC_GridCompAttributeSetI(comp, name, value, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
character(len=*), intent(in) :: name
integer, intent(in) :: value
integer, intent(out), optional :: rc

private subroutine NUOPC_CplCompAttributeSetI(comp, name, value, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
character(len=*), intent(in) :: name
integer, intent(in) :: value
integer, intent(out), optional :: rc

private subroutine NUOPC_GridCompAttributeSetSL(comp, name, valueList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
character(len=*), intent(in) :: name
character(len=*), intent(in) :: valueList(:)
integer, intent(out), optional :: rc

private subroutine NUOPC_CplCompAttributeSetSL(comp, name, valueList, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
character(len=*), intent(in) :: name
character(len=*), intent(in) :: valueList(:)
integer, intent(out), optional :: rc