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_regridaction mapl3g_RegridAction module~mapl3g_regridaction->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_fieldspec mapl3g_FieldSpec module~mapl3g_fieldspec->module~mapl3g_regridaction module~mapl3g_bracketspec mapl3g_BracketSpec module~mapl3g_bracketspec->module~mapl3g_fieldspec 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~test_addfieldspec Test_AddFieldSpec module~test_addfieldspec->module~mapl3g_fieldspec module~test_bracketspec Test_BracketSpec module~test_bracketspec->module~mapl3g_fieldspec module~test_fieldinfo Test_FieldInfo module~test_fieldinfo->module~mapl3g_fieldspec module~test_fieldspec Test_FieldSpec module~test_fieldspec->module~mapl3g_fieldspec

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)