my_gc Module


Uses

  • module~~my_gc~~UsesGraph module~my_gc my_gc ESMF ESMF module~my_gc->ESMF module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~my_gc->module~mapl_errorhandlingmod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~my_gc~~UsedByGraph module~my_gc my_gc program~main~6 main program~main~6->module~my_gc

Derived Types

type, public ::  GC_T

Components

Type Visibility Attributes Name Initial
type(ESMF_Clock), public :: clock
type(ESMF_GridComp), public :: gridcomp
type(ESMF_State), public :: exportState
type(ESMF_State), public :: importState

Functions

public function make_gc_t(rc) result(gc)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: rc

Return Value type(GC_T)