NUOPC_CompSpecialize Interface

public interface NUOPC_CompSpecialize

Calls

interface~~nuopc_compspecialize~~CallsGraph interface~nuopc_compspecialize NUOPC_CompSpecialize proc~nuopc_cplcompspecialize NUOPC_CplCompSpecialize interface~nuopc_compspecialize->proc~nuopc_cplcompspecialize proc~nuopc_gridcompspecialize NUOPC_GridCompSpecialize interface~nuopc_compspecialize->proc~nuopc_gridcompspecialize interface~esmf_methodaddreplace ESMF_MethodAddReplace proc~nuopc_cplcompspecialize->interface~esmf_methodaddreplace interface~nuopc_compattributeget NUOPC_CompAttributeGet proc~nuopc_cplcompspecialize->interface~nuopc_compattributeget interface~nuopc_compsearchphasemap NUOPC_CompSearchPhaseMap proc~nuopc_cplcompspecialize->interface~nuopc_compsearchphasemap proc~esmf_cplcompget ESMF_CplCompGet proc~nuopc_cplcompspecialize->proc~esmf_cplcompget proc~esmf_logfounderror ESMF_LogFoundError proc~nuopc_cplcompspecialize->proc~esmf_logfounderror proc~esmf_logseterror ESMF_LogSetError proc~nuopc_cplcompspecialize->proc~esmf_logseterror proc~nuopc_gridcompspecialize->interface~esmf_methodaddreplace proc~nuopc_gridcompspecialize->interface~nuopc_compattributeget proc~nuopc_gridcompspecialize->interface~nuopc_compsearchphasemap proc~esmf_gridcompget ESMF_GridCompGet proc~nuopc_gridcompspecialize->proc~esmf_gridcompget proc~nuopc_gridcompspecialize->proc~esmf_logfounderror proc~nuopc_gridcompspecialize->proc~esmf_logseterror

Called by

interface~~nuopc_compspecialize~~CalledByGraph interface~nuopc_compspecialize NUOPC_CompSpecialize proc~driversetservices driverSetServices proc~driversetservices->interface~nuopc_compspecialize proc~f_nuopc_compspecialize f_nuopc_compspecialize proc~f_nuopc_compspecialize->interface~nuopc_compspecialize proc~setservices~11 SetServices proc~setservices~11->interface~nuopc_compspecialize proc~setservices~12 SetServices proc~setservices~12->interface~nuopc_compspecialize proc~setservices~13 SetServices proc~setservices~13->interface~nuopc_compspecialize proc~setservices~14 SetServices proc~setservices~14->interface~nuopc_compspecialize proc~setservices~15 SetServices proc~setservices~15->interface~nuopc_compspecialize proc~setservices~2 SetServices proc~setservices~2->interface~nuopc_compspecialize proc~setservices~20 SetServices proc~setservices~20->interface~nuopc_compspecialize proc~setservices~7 SetServices proc~setservices~7->interface~nuopc_compspecialize proc~setservices~8 SetServices proc~setservices~8->interface~nuopc_compspecialize proc~f_nuopc_modelsetservices f_nuopc_modelsetservices proc~f_nuopc_modelsetservices->proc~setservices~15

Module Procedures

private subroutine NUOPC_GridCompSpecialize(comp, specLabel, specPhaseLabel, specRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
character(len=*), intent(in) :: specLabel
character(len=*), intent(in), optional :: specPhaseLabel
private subroutine specRoutine(gridcomp, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gridcomp
integer, intent(out) :: rc
integer, intent(out), optional :: rc

private subroutine NUOPC_CplCompSpecialize(comp, specLabel, specPhaseLabel, specRoutine, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
character(len=*), intent(in) :: specLabel
character(len=*), intent(in), optional :: specPhaseLabel
private subroutine specRoutine(cplcomp, rc)
Arguments
Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cplcomp
integer, intent(out) :: rc
integer, intent(out), optional :: rc