mapl3g_ComponentSpec Module


Uses

Used by

  • module~~mapl3g_componentspec~~UsedByGraph module~mapl3g_componentspec mapl3g_ComponentSpec module~mapl3g_componentspecparser mapl3g_ComponentSpecParser module~mapl3g_componentspecparser->module~mapl3g_componentspec module~mapl3g_generic mapl3g_Generic module~mapl3g_generic->module~mapl3g_componentspec module~mapl3g_outermetacomponent mapl3g_OuterMetaComponent module~mapl3g_outermetacomponent->module~mapl3g_componentspec

Interfaces

public interface ComponentSpec

  • private function new_ComponentSpec(var_specs, connections, timestep) result(spec)

    Arguments

    Type IntentOptional Attributes Name
    type(VariableSpecVector), intent(in), optional :: var_specs
    type(ConnectionVector), intent(in), optional :: connections
    type(ESMF_TimeInterval), intent(in), optional :: timestep

    Return Value type(ComponentSpec)


Derived Types

type, public ::  ComponentSpec

$ private

Components

Type Visibility Attributes Name Initial
type(ESMF_HConfig), public, allocatable :: geom_hconfig
type(ESMF_TimeInterval), public, allocatable :: timestep
type(ChildSpecMap), public :: children
type(ConnectionVector), public :: connections
type(GeometrySpec), public :: geometry_spec
type(VariableSpecVector), public :: var_specs

Constructor

private function new_ComponentSpec (var_specs, connections, timestep)

Type-Bound Procedures

procedure, public :: add_connection
procedure, public :: add_var_spec
procedure, public :: has_geom_hconfig