mapl3g_HorizontalDimsSpec Module


Used by

  • module~~mapl3g_horizontaldimsspec~~UsedByGraph module~mapl3g_horizontaldimsspec mapl3g_HorizontalDimsSpec module~mapl3g_fieldspec mapl3g_FieldSpec module~mapl3g_fieldspec->module~mapl3g_horizontaldimsspec module~mapl3g_geomaspect mapl3g_GeomAspect module~mapl3g_fieldspec->module~mapl3g_geomaspect module~mapl3g_variablespec mapl3g_VariableSpec module~mapl3g_fieldspec->module~mapl3g_variablespec module~mapl3g_geomaspect->module~mapl3g_horizontaldimsspec module~mapl3g_variablespec->module~mapl3g_horizontaldimsspec module~mapl3g_variablespec->module~mapl3g_geomaspect module~initialize_advertise_smod initialize_advertise_smod module~initialize_advertise_smod->module~mapl3g_variablespec module~mapl3g_aspectcollection mapl3g_AspectCollection module~mapl3g_aspectcollection->module~mapl3g_geomaspect 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_statespec mapl3g_StateSpec module~mapl3g_statespec->module~mapl3g_variablespec module~mapl3g_variablespecvector mapl3g_VariableSpecVector module~mapl3g_variablespecvector->module~mapl3g_variablespec module~mockitemspecmod MockItemSpecMod 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_fieldspec module~test_modelverticalgrid Test_ModelVerticalGrid module~test_modelverticalgrid->module~mapl3g_variablespec proc~make_itemspec make_itemSpec proc~make_itemspec->module~mapl3g_variablespec

Variables

Type Visibility Attributes Name Initial
type(HorizontalDimsSpec), public, parameter :: HORIZONTAL_DIMS_GEOM = HorizontalDimsSpec(1)
type(HorizontalDimsSpec), public, parameter :: HORIZONTAL_DIMS_NONE = HorizontalDimsSpec(0)
type(HorizontalDimsSpec), public, parameter :: HORIZONTAL_DIMS_UNKNOWN = HorizontalDimsSpec(-1)

Interfaces

public interface operator(/=)

  • private elemental function not_equal_to(a, b)

    Arguments

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

    Return Value logical

public interface operator(==)

  • private elemental function equal_to(a, b)

    Arguments

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

    Return Value logical


Derived Types

type, public ::  HorizontalDimsSpec