accumulator_action_test_common Module


Uses

  • module~~accumulator_action_test_common~~UsesGraph module~accumulator_action_test_common accumulator_action_test_common ESMF ESMF module~accumulator_action_test_common->ESMF funit funit module~accumulator_action_test_common->funit module~mapl_fieldutils MAPL_FieldUtils module~accumulator_action_test_common->module~mapl_fieldutils module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations module~mapl_fieldutils->module~mapl_fieldbinaryoperations module~mapl_fieldblas mapl_FieldBLAS module~mapl_fieldutils->module~mapl_fieldblas module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldutils->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions MAPL_FieldUnaryFunctions module~mapl_fieldutils->module~mapl_fieldunaryfunctions module~mapl_fieldutilities MAPL_FieldUtilities module~mapl_fieldutils->module~mapl_fieldutilities module~mapl_fieldbinaryoperations->ESMF module~mapl_fieldbinaryoperations->module~mapl_fieldpointerutilities module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fieldbinaryoperations->module~mapl_exceptionhandling module~mapl_fieldblas->ESMF module~mapl_fieldblas->module~mapl_fieldpointerutilities module~mapl_fieldblas->module~mapl_exceptionhandling module~mapl_fieldpointerutilities->ESMF iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_fieldpointerutilities->module~mapl_exceptionhandling module~mapl_fieldunaryfunctions->ESMF module~mapl_fieldunaryfunctions->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions->module~mapl_exceptionhandling module~mapl_fieldutilities->ESMF module~mapl_fieldutilities->module~mapl_fieldpointerutilities module~mapl3g_fieldinfo mapl3g_FieldInfo module~mapl_fieldutilities->module~mapl3g_fieldinfo module~mapl3g_infoutilities mapl3g_InfoUtilities module~mapl_fieldutilities->module~mapl3g_infoutilities module~mapl3g_lu_bound mapl3g_LU_Bound module~mapl_fieldutilities->module~mapl3g_lu_bound module~mapl3g_ungriddeddims mapl3g_UngriddedDims module~mapl_fieldutilities->module~mapl3g_ungriddeddims module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_fieldutilities->module~mapl_errorhandlingmod module~mapl_keywordenforcer mapl_KeywordEnforcer module~mapl_fieldutilities->module~mapl_keywordenforcer module~mapl3g_fieldinfo->ESMF module~mapl3g_fieldinfo->module~mapl3g_infoutilities module~mapl3g_fieldinfo->module~mapl3g_ungriddeddims module~mapl3g_fieldinfo->module~mapl_keywordenforcer module~mapl3g_esmf_info_keys mapl3g_esmf_info_keys module~mapl3g_fieldinfo->module~mapl3g_esmf_info_keys module~mapl3g_verticalstaggerloc mapl3g_VerticalStaggerLoc module~mapl3g_fieldinfo->module~mapl3g_verticalstaggerloc module~mapl_errorhandling mapl_ErrorHandling module~mapl3g_fieldinfo->module~mapl_errorhandling module~mapl3g_infoutilities->ESMF module~mapl3g_infoutilities->module~mapl_keywordenforcer module~mapl3g_infoutilities->module~mapl3g_esmf_info_keys module~mapl3g_infoutilities->module~mapl_errorhandling module~mapl3g_ungriddeddims->ESMF module~mapl3g_ungriddeddims->module~mapl3g_infoutilities module~mapl3g_ungriddeddims->module~mapl3g_lu_bound module~mapl3g_ungriddeddims->module~mapl3g_esmf_info_keys module~mapl3g_ungriddeddim mapl3g_UngriddedDim module~mapl3g_ungriddeddims->module~mapl3g_ungriddeddim module~mapl3g_ungriddeddimvector mapl3g_UngriddedDimVector module~mapl3g_ungriddeddims->module~mapl3g_ungriddeddimvector module~mapl3g_ungriddeddims->module~mapl_errorhandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod

Used by

  • module~~accumulator_action_test_common~~UsedByGraph module~accumulator_action_test_common accumulator_action_test_common module~test_accumulatoraction Test_AccumulatorAction module~test_accumulatoraction->module~accumulator_action_test_common module~test_maxaction Test_MaxAction module~test_maxaction->module~accumulator_action_test_common module~test_meanaction Test_MeanAction module~test_meanaction->module~accumulator_action_test_common module~test_minaction Test_MinAction module~test_minaction->module~accumulator_action_test_common

Variables

Type Visibility Attributes Name Initial
integer(kind=ESMF_KIND_I4), public, parameter :: START_TIME = 3000
integer(kind=ESMF_KIND_I4), public, parameter :: TIME_STEP = 1
integer, public, parameter :: I8 = ESMF_KIND_I8
integer, public, parameter :: MAX_INDEX(2) = [4, 4]
integer, public, parameter :: R4 = ESMF_KIND_R4
integer, public, parameter :: R8 = ESMF_KIND_R8
real(kind=ESMF_KIND_R8), public, parameter :: MAX_CORNER_COORD(2) = [4.0_R8, 4.0_R8]
real(kind=ESMF_KIND_R8), public, parameter :: MIN_CORNER_COORD(2) = [0.0_R8, 0.0_R8]
type(ESMF_TypeKind_Flag), public, parameter :: typekind = ESMF_TYPEKIND_R4

Functions

public function is_initialized(rc) result(lval)

Arguments

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

Return Value logical

public elemental function undef(t) result(lval)

Arguments

Type IntentOptional Attributes Name
real(kind=ESMF_KIND_R4), intent(in) :: t

Return Value logical


Subroutines

public subroutine destroy_objects(importState, exportState, clock, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State), intent(inout) :: importState
type(ESMF_State), intent(inout) :: exportState
type(ESMF_Clock), intent(inout) :: clock
integer, intent(out), optional :: rc

public subroutine get_field(state, field, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State), intent(inout) :: state
type(ESMF_Field), intent(inout) :: field
integer, intent(out), optional :: rc

public subroutine initialize_field(field, typekind, grid, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field
type(ESMF_TypeKind_Flag), intent(in) :: typekind
type(ESMF_Grid), intent(inout), optional :: grid
integer, intent(out), optional :: rc

public subroutine initialize_objects(importState, exportState, clock, typekind, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State), intent(inout) :: importState
type(ESMF_State), intent(inout) :: exportState
type(ESMF_Clock), intent(inout) :: clock
type(ESMF_TypeKind_Flag), intent(in) :: typekind
integer, intent(out), optional :: rc

public elemental subroutine set_undef(t)

Arguments

Type IntentOptional Attributes Name
real(kind=ESMF_KIND_R4), intent(inout) :: t