ComponentSpecification Derived Type

type, public :: ComponentSpecification


Inherits

type~~componentspecification~~InheritsGraph type~componentspecification ComponentSpecification type~statespecification StateSpecification type~componentspecification->type~statespecification import, export, internal, forcing type~mapl_varspec MAPL_VarSpec type~statespecification->type~mapl_varspec old_var_specs type~varspecvector VarSpecVector type~statespecification->type~varspecvector var_specs type~mapl_varspectype MAPL_VarSpecType type~mapl_varspec->type~mapl_varspectype SpecPtr type~vector_wrapper~19 vector_wrapper type~varspecvector->type~vector_wrapper~19 elements ESMF_Field ESMF_Field type~mapl_varspectype->ESMF_Field FIELD ESMF_FieldBundle ESMF_FieldBundle type~mapl_varspectype->ESMF_FieldBundle BUNDLE ESMF_Grid ESMF_Grid type~mapl_varspectype->ESMF_Grid GRID ESMF_State ESMF_State type~mapl_varspectype->ESMF_State STATE type~fieldspec FieldSpec type~mapl_varspectype->type~fieldspec field_spec type~vector_wrapper~19->type~mapl_varspec item

Inherited by

type~~componentspecification~~InheritedByGraph type~componentspecification ComponentSpecification type~baseframeworkcomponent BaseFrameworkComponent type~baseframeworkcomponent->type~componentspecification component_spec type~maplgenericcomponent MaplGenericComponent type~maplgenericcomponent->type~baseframeworkcomponent type~mapl_metacomp MAPL_MetaComp type~mapl_metacomp->type~maplgenericcomponent type~namedcomponent NamedComponent type~namedcomponent->type~maplgenericcomponent type~historytrajectory HistoryTrajectory type~historytrajectory->type~mapl_metacomp GENSTATE type~masksamplergeosat MaskSamplerGeosat type~masksamplergeosat->type~mapl_metacomp GENSTATE type~stationsampler StationSampler type~stationsampler->type~mapl_metacomp GENSTATE

Components

Type Visibility Attributes Name Initial
type(StateSpecification), public :: export
type(StateSpecification), public :: forcing
type(StateSpecification), public :: import
type(StateSpecification), public :: internal

Source Code

   type :: ComponentSpecification
      type(StateSpecification) :: import
      type(StateSpecification) :: export
      type(StateSpecification) :: internal
      type(StateSpecification) :: forcing
   end type ComponentSpecification