Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(in) | :: | self_gc | |||
type(ESMF_GridComp), | intent(in) | :: | outer_gc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(InnerMetaComponent), | intent(in) | :: | this |
type :: InnerMetaComponent private type(ESMF_GridComp) :: outer_gc character(len=:), allocatable :: name type(ESMF_GridComp) :: self_gc ! mabye not needed? type(GenericGrid) :: generic_grid ! maybe should go to outer meta? real :: heartbeat !!$ type(MAPL_SunOrbit) :: orbit !!$ type(AlarmVector) :: alarms !!$ type(DistributedProfiler) :: t_profiler !!$ type(MaplGrid) :: grid !!$ class(Logger), pointer :: lgr ! Full compname: "GCM.AGCM...." contains procedure :: get_outer_gridcomp end type InnerMetaComponent