user_modelB Module


Uses

  • module~~user_modelb~~UsesGraph module~user_modelb user_modelB module~esmf ESMF module~user_modelb->module~esmf module~esmf_testmod ESMF_TestMod module~user_modelb->module~esmf_testmod

Used by

  • module~~user_modelb~~UsedByGraph module~user_modelb user_modelB program~esmf_concurrentensemblestest ESMF_ConcurrentEnsembleSTest program~esmf_concurrentensemblestest->module~user_modelb program~esmf_sequentialensemblestest ESMF_SequentialEnsembleSTest program~esmf_sequentialensemblestest->module~user_modelb

Derived Types

type, private, sequence  ::  dataWrapper

Components

Type Visibility Attributes Name Initial
type(dblock), public, pointer :: p

type, private, sequence  ::  dblock

Components

Type Visibility Attributes Name Initial
real(kind=ESMF_KIND_R8), public :: offset

Subroutines

private subroutine user_final(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

private subroutine user_init(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

private subroutine user_run(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 usermB_register(comp, rc)

Arguments

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