NUOPC_CompSetEntryPoint Interface

public interface NUOPC_CompSetEntryPoint

Calls

interface~~nuopc_compsetentrypoint~~CallsGraph interface~nuopc_compsetentrypoint NUOPC_CompSetEntryPoint proc~nuopc_cplcompsetentrypoint NUOPC_CplCompSetEntryPoint interface~nuopc_compsetentrypoint->proc~nuopc_cplcompsetentrypoint proc~nuopc_gridcompsetentrypoint NUOPC_GridCompSetEntryPoint interface~nuopc_compsetentrypoint->proc~nuopc_gridcompsetentrypoint interface~nuopc_compattributeget NUOPC_CompAttributeGet proc~nuopc_cplcompsetentrypoint->interface~nuopc_compattributeget interface~nuopc_compattributeset NUOPC_CompAttributeSet proc~nuopc_cplcompsetentrypoint->interface~nuopc_compattributeset proc~esmf_cplcompget ESMF_CplCompGet proc~nuopc_cplcompsetentrypoint->proc~esmf_cplcompget proc~esmf_cplcompgetepphasecount ESMF_CplCompGetEPPhaseCount proc~nuopc_cplcompsetentrypoint->proc~esmf_cplcompgetepphasecount proc~esmf_cplcompsetentrypoint ESMF_CplCompSetEntryPoint proc~nuopc_cplcompsetentrypoint->proc~esmf_cplcompsetentrypoint proc~esmf_logfoundallocerror ESMF_LogFoundAllocError proc~nuopc_cplcompsetentrypoint->proc~esmf_logfoundallocerror proc~esmf_logfounddeallocerror ESMF_LogFoundDeallocError proc~nuopc_cplcompsetentrypoint->proc~esmf_logfounddeallocerror proc~esmf_logfounderror ESMF_LogFoundError proc~nuopc_cplcompsetentrypoint->proc~esmf_logfounderror proc~nuopc_gridcompsetentrypoint->interface~nuopc_compattributeget proc~nuopc_gridcompsetentrypoint->interface~nuopc_compattributeset proc~esmf_gridcompget ESMF_GridCompGet proc~nuopc_gridcompsetentrypoint->proc~esmf_gridcompget proc~esmf_gridcompgetepphasecount ESMF_GridCompGetEPPhaseCount proc~nuopc_gridcompsetentrypoint->proc~esmf_gridcompgetepphasecount proc~esmf_gridcompsetentrypoint ESMF_GridCompSetEntryPoint proc~nuopc_gridcompsetentrypoint->proc~esmf_gridcompsetentrypoint proc~nuopc_gridcompsetentrypoint->proc~esmf_logfoundallocerror proc~nuopc_gridcompsetentrypoint->proc~esmf_logfounddeallocerror proc~nuopc_gridcompsetentrypoint->proc~esmf_logfounderror

Called by

interface~~nuopc_compsetentrypoint~~CalledByGraph interface~nuopc_compsetentrypoint NUOPC_CompSetEntryPoint proc~driversetservices driverSetServices proc~driversetservices->interface~nuopc_compsetentrypoint proc~initializep0~2 InitializeP0 proc~initializep0~2->interface~nuopc_compsetentrypoint proc~setservices SetServices proc~setservices->interface~nuopc_compsetentrypoint proc~setservices~2 SetServices proc~setservices~2->interface~nuopc_compsetentrypoint proc~setservices~20 SetServices proc~setservices~20->interface~nuopc_compsetentrypoint

Module Procedures

private subroutine NUOPC_GridCompSetEntryPoint(comp, methodflag, phaseLabelList, userRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
type(ESMF_Method_Flag), intent(in) :: methodflag
character(len=*), intent(in) :: phaseLabelList(:)
private subroutine userRoutine(gridcomp, importState, exportState, clock, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gridcomp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out) :: rc
integer, intent(out), optional :: rc

private subroutine NUOPC_CplCompSetEntryPoint(comp, methodflag, phaseLabelList, userRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
type(ESMF_Method_Flag), intent(in) :: methodflag
character(len=*), intent(in) :: phaseLabelList(:)
private subroutine userRoutine(cplcomp, importState, exportState, clock, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out) :: rc
integer, intent(out), optional :: rc