CPLR_mod Module


Uses


Subroutines

public subroutine CPLR_SetServices(cpl, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cpl
integer, intent(out) :: rc

public subroutine my_final(cpl, importStatelist, exportStatelist, externalclock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cpl
type(ESMF_State) :: importStatelist
type(ESMF_State) :: exportStatelist
type(ESMF_Clock) :: externalclock
integer, intent(out) :: rc

public subroutine my_init(cpl, importStatelist, exportStatelist, externalclock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cpl
type(ESMF_State) :: importStatelist
type(ESMF_State) :: exportStatelist
type(ESMF_Clock) :: externalclock
integer, intent(out) :: rc

public subroutine my_run(cpl, importStatelist, exportStatelist, externalclock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: cpl
type(ESMF_State) :: importStatelist
type(ESMF_State) :: exportStatelist
type(ESMF_Clock) :: externalclock
integer, intent(out) :: rc