ESMF_VMComponentEx_gcomp_mod Module


Uses

  • module~~esmf_vmcomponentex_gcomp_mod~~UsesGraph module~esmf_vmcomponentex_gcomp_mod ESMF_VMComponentEx_gcomp_mod module~esmf ESMF module~esmf_vmcomponentex_gcomp_mod->module~esmf

Used by

  • module~~esmf_vmcomponentex_gcomp_mod~~UsedByGraph module~esmf_vmcomponentex_gcomp_mod ESMF_VMComponentEx_gcomp_mod program~esmf_vmcomponentex ESMF_VMComponentEx program~esmf_vmcomponentex->module~esmf_vmcomponentex_gcomp_mod

Subroutines

private recursive subroutine mygcomp_final(gcomp, istate, estate, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
type(ESMF_State) :: istate
type(ESMF_State) :: estate
type(ESMF_Clock) :: clock
integer, intent(out) :: rc

private recursive subroutine mygcomp_init(gcomp, istate, estate, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
type(ESMF_State) :: istate
type(ESMF_State) :: estate
type(ESMF_Clock) :: clock
integer, intent(out) :: rc

public subroutine mygcomp_register(gcomp, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
integer, intent(out) :: rc

private recursive subroutine mygcomp_run(gcomp, istate, estate, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: gcomp
type(ESMF_State) :: istate
type(ESMF_State) :: estate
type(ESMF_Clock) :: clock
integer, intent(out) :: rc