mapl3g_TimeAverageAction Module


Uses

  • module~~mapl3g_timeaverageaction~~UsesGraph module~mapl3g_timeaverageaction mapl3g_TimeAverageAction module~mapl3g_extensionaction mapl3g_ExtensionAction module~mapl3g_timeaverageaction->module~mapl3g_extensionaction ESMF ESMF module~mapl3g_extensionaction->ESMF module~mapl_errorhandling mapl_ErrorHandling module~mapl3g_extensionaction->module~mapl_errorhandling module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Interfaces

public interface TimeAverageAction

  • private function new_TimeAverageAction_scalar(f_in, f_out, spec) result(action)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(in) :: f_in
    type(ESMF_Field), intent(in) :: f_out
    type(TimeAverageSpec), intent(in) :: spec

    Return Value real


Derived Types

type, public ::  TimeAverageAction

Constructor

private function new_TimeAverageAction_scalar (f_in, f_out, spec)