ESMF_Config Derived Type

type, public :: ESMF_Config
sequence


Inherits

type~~esmf_config~~InheritsGraph type~esmf_config ESMF_Config type~esmf_configclass ESMF_ConfigClass type~esmf_config->type~esmf_configclass cptr type~esmf_configattrused ESMF_ConfigAttrUsed type~esmf_configclass->type~esmf_configattrused attr_used type~esmf_hconfig ESMF_HConfig type~esmf_configclass->type~esmf_hconfig hconfig

Inherited by

type~~esmf_config~~InheritedByGraph type~esmf_config ESMF_Config type~esmf_compclass ESMF_CompClass type~esmf_compclass->type~esmf_config config type~esmf_cwrap ESMF_CWrap type~esmf_compclass->type~esmf_cwrap compw type~esmf_cplcomp ESMF_CplComp type~esmf_cplcomp->type~esmf_compclass compp type~esmf_cwrap->type~esmf_compclass compp type~esmf_gridcomp ESMF_GridComp type~esmf_gridcomp->type~esmf_compclass compp type~esmf_scicomp ESMF_SciComp type~esmf_scicomp->type~esmf_compclass compp type~componentmapentryt ComponentMapEntryT type~componentmapentryt->type~esmf_gridcomp component type~connectormapentryt ConnectorMapEntryT type~connectormapentryt->type~esmf_cplcomp connector type~esmfiolayout ESMFIOLayout type~esmfiolayout->type~esmf_gridcomp taskComp type~mycomponents myComponents type~mycomponents->type~esmf_gridcomp component1, component2 type~type_internalstatestruct~3 type_InternalStateStruct type~type_internalstatestruct~3->type~esmf_cplcomp connectorComp type~type_internalstatestruct~3->type~esmf_gridcomp modelComp type~componentmapentry ComponentMapEntry type~componentmapentry->type~componentmapentryt wrap type~connectormapentry ConnectorMapEntry type~connectormapentry->type~connectormapentryt wrap type~iodata ioData type~iodata->type~esmfiolayout IOLayout type~mycomponentswrapper myComponentsWrapper type~mycomponentswrapper->type~mycomponents wrap type~type_internalstate~3 type_InternalState type~type_internalstate~3->type~type_internalstatestruct~3 wrap

Components

Type Visibility Attributes Name Initial
integer(kind=ESMF_KIND_I8), public :: isInit = 76838410
type(ESMF_ConfigClass), public, pointer :: cptr => null()

Source Code

       type ESMF_Config
#ifndef ESMF_SEQUENCE_BUG
#ifndef ESMF_NO_SEQUENCE
          sequence
#endif
#endif
          !private       
          type (ESMF_ConfigClass), pointer :: cptr => null ()
          ESMF_INIT_DECLARE
       end type ESMF_Config