MAPL_CapGridComp_Wrapper Derived Type

type, public :: MAPL_CapGridComp_Wrapper


Inherits

type~~mapl_capgridcomp_wrapper~~InheritsGraph type~mapl_capgridcomp_wrapper MAPL_CapGridComp_Wrapper type~mapl_capgridcomp MAPL_CapGridComp type~mapl_capgridcomp_wrapper->type~mapl_capgridcomp ptr ESMF_Alarm ESMF_Alarm type~mapl_capgridcomp->ESMF_Alarm alarm_list ESMF_Clock ESMF_Clock type~mapl_capgridcomp->ESMF_Clock clock, clock_hist ESMF_Config ESMF_Config type~mapl_capgridcomp->ESMF_Config cf_ext, cf_root, cf_hist, config ESMF_GridComp ESMF_GridComp type~mapl_capgridcomp->ESMF_GridComp gc, gcs ESMF_State ESMF_State type~mapl_capgridcomp->ESMF_State import_state, export_state, child_imports, child_exports ESMF_Time ESMF_Time type~mapl_capgridcomp->ESMF_Time cap_restart_time, AlarmRingTime ESMF_VM ESMF_VM type~mapl_capgridcomp->ESMF_VM vm type~throughputtimers ThroughputTimers type~mapl_capgridcomp->type~throughputtimers starts

Components

Type Visibility Attributes Name Initial
type(MAPL_CapGridComp), public, pointer :: ptr => null()

Source Code

  type :: MAPL_CapGridComp_Wrapper
     type(MAPL_CapGridComp), pointer :: ptr => null()
  end type MAPL_CapGridComp_Wrapper