TYPE DefineNightVentSysAvailManager
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of the manager object
INTEGER :: MgrType = 0 ! Integer equivalent of availability manager type
INTEGER :: SchedPtr = 0 ! Applicability schedule pointer
CHARACTER(len=MaxNameLength) :: FanSched = ' ' ! Fan schedule name
INTEGER :: FanSchedPtr = 0 ! Fan schedule pointer
CHARACTER(len=MaxNameLength) :: VentTempSched = ' ' ! Ventilation temperature schedule
INTEGER :: VentTempSchedPtr = 0 ! Ventilation temperature schedule pointer
REAL(r64) :: VentDelT = 0.0d0 ! Ventilation delta T [deltaC]
REAL(r64) :: VentTempLowLim = 0.0d0 ! ventilation temperature low limit
CHARACTER(len=MaxNameLength) :: CtrlZoneName = ' ' ! Name of the control zone
INTEGER :: ZoneNum = 0 ! zome number of control zone
INTEGER :: ControlledZoneNum = 0 ! controlled zone number of control zone
REAL(r64) :: VentFlowFrac = 0.0d0 ! the night venting flow fraction
INTEGER :: AvailStatus = 0 ! reports status of availability manager
END TYPE DefineNightVentSysAvailManager