user_FortranComponent Module


Uses

  • module~~user_fortrancomponent~~UsesGraph module~user_fortrancomponent user_FortranComponent module~esmf ESMF module~user_fortrancomponent->module~esmf

Used by

  • module~~user_fortrancomponent~~UsedByGraph module~user_fortrancomponent user_FortranComponent program~esmf_compfortranandc ESMF_CompFortranAndC program~esmf_compfortranandc->module~user_fortrancomponent

Variables

Type Visibility Attributes Name Initial
real(kind=ESMF_KIND_R8), public, save, allocatable :: farray(:,:)

Subroutines

public subroutine myFinalInFortran(comp, importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out) :: rc

public subroutine myInitInFortran(comp, importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out) :: rc

public subroutine myRunInFortran(comp, importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
type(ESMF_Clock) :: clock
integer, intent(out) :: rc

public subroutine mySetServicesInFortran(comp, rc)

Arguments

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

public subroutine mySetVMInFortran(comp, rc)

Arguments

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