user_modelA Module


Uses

  • module~~user_modela~~UsesGraph module~user_modela user_modelA module~esmf ESMF module~user_modela->module~esmf module~esmf_testmod ESMF_TestMod module~user_modela->module~esmf_testmod

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 usermA_register(comp, rc)

Arguments

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