ESMF_WebServUserModel Module


Uses

  • module~~esmf_webservusermodel~2~~UsesGraph module~esmf_webservusermodel~2 ESMF_WebServUserModel module~esmf ESMF module~esmf_webservusermodel~2->module~esmf module~esmf_io_netcdfmod ESMF_IO_NetCDFMod module~esmf_webservusermodel~2->module~esmf_io_netcdfmod module~esmf_testmod ESMF_TestMod module~esmf_webservusermodel~2->module~esmf_testmod

Subroutines

public subroutine ESMF_WebServUserModelRegister(comp, rc)

Arguments

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

public 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

public 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

public 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