mapl3g_DynamicMask Module


Uses

  • module~~mapl3g_dynamicmask~~UsesGraph module~mapl3g_dynamicmask mapl3g_DynamicMask ESMF ESMF module~mapl3g_dynamicmask->ESMF module~mapl_base MAPL_Base module~mapl3g_dynamicmask->module~mapl_base module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl3g_dynamicmask->module~mapl_errorhandlingmod module~mapl_base->ESMF iso_fortran_env iso_fortran_env module~mapl_base->iso_fortran_env module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl3g_dynamicmask~~UsedByGraph module~mapl3g_dynamicmask mapl3g_DynamicMask module~mapl3g_regridder_mgr mapl3g_regridder_mgr module~mapl3g_regridder_mgr->module~mapl3g_dynamicmask module~mapl3g_geomaspect mapl3g_GeomAspect module~mapl3g_geomaspect->module~mapl3g_regridder_mgr module~mapl3g_regridaction mapl3g_RegridAction module~mapl3g_geomaspect->module~mapl3g_regridaction module~mapl3g_regridaction->module~mapl3g_regridder_mgr module~mapl3g_timeinterpolateaction mapl3g_TimeInterpolateAction module~mapl3g_timeinterpolateaction->module~mapl3g_regridder_mgr module~test_regriddermanager Test_RegridderManager module~test_regriddermanager->module~mapl3g_regridder_mgr module~test_routehandlemanager Test_RouteHandleManager module~test_routehandlemanager->module~mapl3g_regridder_mgr module~mapl3g_aspectcollection mapl3g_AspectCollection module~mapl3g_aspectcollection->module~mapl3g_geomaspect module~mapl3g_fieldspec mapl3g_FieldSpec module~mapl3g_fieldspec->module~mapl3g_geomaspect module~mapl3g_fieldspec->module~mapl3g_aspectcollection module~mapl3g_variablespec mapl3g_VariableSpec module~mapl3g_fieldspec->module~mapl3g_variablespec module~mapl3g_variablespec->module~mapl3g_geomaspect module~mapl3g_variablespec->module~mapl3g_aspectcollection module~test_timeinterpolateaction Test_TimeInterpolateAction module~test_timeinterpolateaction->module~mapl3g_timeinterpolateaction module~initialize_advertise_smod initialize_advertise_smod module~initialize_advertise_smod->module~mapl3g_variablespec module~mapl3g_bracketspec mapl3g_BracketSpec module~mapl3g_bracketspec->module~mapl3g_fieldspec module~mapl3g_componentspec mapl3g_ComponentSpec module~mapl3g_componentspec->module~mapl3g_variablespec module~mapl3g_componentspecparser mapl3g_ComponentSpecParser module~mapl3g_componentspecparser->module~mapl3g_variablespec module~mapl3g_generic mapl3g_Generic module~mapl3g_generic->module~mapl3g_variablespec module~mapl3g_historycollectiongridcomp_private mapl3g_HistoryCollectionGridComp_private module~mapl3g_historycollectiongridcomp_private->module~mapl3g_variablespec module~mapl3g_make_itemspec mapl3g_make_itemSpec module~mapl3g_make_itemspec->module~mapl3g_fieldspec module~mapl3g_modelverticalgrid mapl3g_ModelVerticalGrid module~mapl3g_modelverticalgrid->module~mapl3g_fieldspec module~mapl3g_servicespec mapl3g_ServiceSpec module~mapl3g_servicespec->module~mapl3g_variablespec module~mapl3g_stateitemspec mapl3g_StateItemSpec module~mapl3g_stateitemspec->module~mapl3g_aspectcollection module~mapl3g_statespec mapl3g_StateSpec module~mapl3g_statespec->module~mapl3g_variablespec module~mapl3g_variablespecvector mapl3g_VariableSpecVector module~mapl3g_variablespecvector->module~mapl3g_variablespec module~mapl3g_wildcardspec mapl3g_WildcardSpec module~mapl3g_wildcardspec->module~mapl3g_aspectcollection module~mockitemspecmod MockItemSpecMod module~mockitemspecmod->module~mapl3g_aspectcollection module~mockitemspecmod->module~mapl3g_variablespec module~test_addfieldspec Test_AddFieldSpec module~test_addfieldspec->module~mapl3g_fieldspec module~test_bracketspec Test_BracketSpec module~test_bracketspec->module~mapl3g_fieldspec module~test_fieldspec Test_FieldSpec module~test_fieldspec->module~mapl3g_aspectcollection module~test_fieldspec->module~mapl3g_fieldspec module~test_modelverticalgrid Test_ModelVerticalGrid module~test_modelverticalgrid->module~mapl3g_variablespec proc~make_itemspec make_itemSpec proc~make_itemspec->module~mapl3g_variablespec

Interfaces

public interface DynamicMask

  • private function new_DynamicMask_r4(mask_type, src_mask_value, dst_mask_value, handleAllElements, rc) result(mask)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: mask_type
    real(kind=ESMF_KIND_R4) :: src_mask_value
    real(kind=ESMF_KIND_R4), intent(in), optional :: dst_mask_value
    logical, optional :: handleAllElements
    integer, intent(out), optional :: rc

    Return Value type(DynamicMask)

  • private function new_DynamicMask_r8(mask_type, src_mask_value, dst_mask_value, handleAllElements, rc) result(mask)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: mask_type
    real(kind=ESMF_KIND_R8), intent(in), optional :: src_mask_value
    real(kind=ESMF_KIND_R8), intent(in), optional :: dst_mask_value
    logical, optional :: handleAllElements
    integer, intent(out), optional :: rc

    Return Value type(DynamicMask)

  • private function new_DynamicMask_r4r8(spec, rc) result(mask)

    Arguments

    Type IntentOptional Attributes Name
    type(DynamicMaskSpec), intent(in) :: spec
    integer, intent(out), optional :: rc

    Return Value type(DynamicMask)

public interface operator(/=)

  • private impure elemental function not_equal_to(a, b)

    Arguments

    Type IntentOptional Attributes Name
    type(DynamicMask), intent(in) :: a
    type(DynamicMask), intent(in) :: b

    Return Value logical

  • private function not_equal_to_spec(a, b) result(not_equal_to)

    Arguments

    Type IntentOptional Attributes Name
    type(DynamicMaskSpec), intent(in) :: a
    type(DynamicMaskSpec), intent(in) :: b

    Return Value logical

public interface operator(==)

  • private impure elemental function equal_to(a, b)

    Arguments

    Type IntentOptional Attributes Name
    type(DynamicMask), intent(in) :: a
    type(DynamicMask), intent(in) :: b

    Return Value logical

  • private function equal_to_spec(a, b) result(equal_to)

    Arguments

    Type IntentOptional Attributes Name
    type(DynamicMaskSpec), intent(in) :: a
    type(DynamicMaskSpec), intent(in) :: b

    Return Value logical


Derived Types

type, public ::  DynamicMask

Components

Type Visibility Attributes Name Initial
type(ESMF_DynamicMask), public, allocatable :: esmf_mask_r4
type(ESMF_DynamicMask), public, allocatable :: esmf_mask_r8
type(DynamicMaskSpec), public :: spec

Constructor

private function new_DynamicMask_r4 (mask_type, src_mask_value, dst_mask_value, handleAllElements, rc)
private function new_DynamicMask_r8 (mask_type, src_mask_value, dst_mask_value, handleAllElements, rc)
private function new_DynamicMask_r4r8 (spec, rc)