[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Residential heater sizing and cycling question



Look at the example file:   FurnacePLRHeatingCoil.idf 
<cid:part1.01090900.07040504@fsec.ucf.edu>

It uses a Furnace:BlowThrough:HeatOnly system, which uses a gas heating 
coil (Coil:Gas:Heating).

By default, the HVAC time step is automatically reduced below the 
building (zone) time step as needed... down to a minimum of 1 minute if 
needed (not seconds).

See the 'TimeStep In Hour'  and 'System Convergence Limits' objects in 
the Input Output Reference to understand more details on this issue.

Don

taharvey2001 wrote:

>I'd like to be able to model a standard constant volume residential
>forced air heater in EnergyPlus and see the impact of Sizing on
>efficiency and heater cycling. 
>
>I haven't been able to figure out how to model the heater
>appropriately in E+ or and make sure the heater has sufficiently small
>timestep resolution so the heater can cycle, and the difference in
>efficiency can be seen. 
>
>As I understand, the HVAC system timestep is decoupled from the 15
>minute building timestep, allowing it to free-run with an adaptive
>timestep (down to seconds if need be) - is this true, and is there
>anything that need to be done to enable this behavior? Is there anyway
>to see the high-res HVAC transients in the output?
>
>What is the best way to get a const. volume, const BTU heater to model
>residential forced air systems?
>
>thanks,
>
>troy
>  
>

  ----------

! FurnacePLRHeatingCoil.idf (Constant Volume blowthru furnace and unitary system, heat only, gas heater)
! Basic file description:  1 story building divided into 3 interior conditioned zones. Roof with no plenum.
!                          Concrete floor is in contact with the ground.
!
! Highlights:              Example of heating coil with cycling losses.
!
! Simulation Location/Run: CHICAGO_IL_USA TMY2-94846, 2 design days, 2 run periods,
!                          Run Control executes the design days only.
!
! Location:                Chicago, IL
!
! Design Days:             CHICAGO_IL_USA Annual Heating 99% Design Conditions DB, MaxDB= -17.3°C
!                          CHICAGO_IL_USA Annual Cooling 1% Design Conditions, MaxDB=  31.5°C MCWB=  23.0°C
!
! Run Period (Weather File): 1/1 - 12/31, CHICAGO_IL_USA TMY2-94846
!
! Run Control:             No Zone or System sizing required (design days only, see RUN CONTROL object)
!
! Building: Single floor rectangular L-shaped building 40 ft south wall, 40 ft west wall, zone height 10 feet.
!           There is a single window in the West zone south wall. The walls are 4 in face brick over 4 in block
!           w/ 3 in. isulation and gypboard. The roof is a built up roof with 1/2 in stone over 3/8 in felt over 6 in.
!           dense insulation supported by 2 in heavy weight concrete. The window is double pane 3mm clear.
!           The window to wall ratio is approxomately 0.07. The concrete slab is in contact with the ground.
!
!           The building is oriented due north.
!
! Floor Area:        130.1 m2 (1403 ft2)
! Number of Stories: 1
!
! Zone Description Details:
!
!       (0,12.192,0)                 (9.144,12.192,0)
!           ________________________________
!          |                                |
!          |                                |
!          |                                |
!          |                                |
!          |           North                |
!          |          (zone 3)              |
!          |                                |
!          |             (6.096,6.096,0)    |
!          |________________________________|____________ (12.192,6.069,0)
!          | (0,6.096,0)        |    (9.144,6.096,0)     |
!          |                    |                        |
!          |                    |                        |
!          |                    |                        |
!          |        West        |         East           |    window = *
!          |      (zone 1)      |       (zone 2)         |
!          |                    |                        |
!          |                    |                        |
!          |___**************___|________________________|
!
!      (0,0,0)             (6.069,0,0)               (12.192,0,0)
!
! Internal gains description:     ZONE West  - lighting is 0 watts, equip is 2928.751 watts, 3 occupants
! Internal gains description:     ZONE North - lighting is 878.6252 watts, equip is 2928.751 watts, 4 occupants
! Internal gains description:     ZONE East  - lighting is 1464.375 watts, equip is 1464.375 watts, 3 occupants
!
! Interzone Surfaces:             3 interzone surfaces (see diagram)
! Internal Mass:                  None
! People:                         10
! Lights:                         2343 W
! Equipment:                      7323 W
! Windows:                        1 - single pane clear 3mm glass
! Detached Shading:               None
! Daylight:                       None
! Natural Ventilation:            None
! Compact Schedules:              Yes
! Solair Distribution:            FullInteriorAndExterior
!
! HVAC:                           3 zone central system using two air loops. Central gas heating coils.
!                                 Thermostat setting at 20 C in winter with 15 C set back temperature.
!
! Zonal Equipment:                DIRECT AIR
! Central Air Handling Equipment: Yes
! System Equipment Autosize:      No
! Purchased Cooling:              No
! Purchased Heating:              No
! Purchased Chilled Water:        No
! Purchased Hot Water:            No
! HVAC System:                    FURNACE:BLOWTHRU:HEATONLY, UNITARYSYSTEM:BLOWTHRU:HEATONLY
! Coils:                          COIL:GAS:HEATING
! Pumps:                          None
! Boilers:                        None
! Chillers:                       None
! Towers:                         None
!
! Results:
! Standard Reports:               None
! Timestep or Hourly Variables:   Timestep
! Time bins Report:               None
! HTML Report:                    None
! Environmental Emissions:        None
! Utility Tariffs:                None
!

  Version,
    1.4;                     !- Version Identifier

  TIMESTEP IN HOUR,
    6;                       !- Time Step in Hour

  ZONE VOLUME CAPACITANCE MULTIPLIER,
    1.0;                     !- Capacitance Multiplier

  BUILDING,
    NONE,                    !- Building Name
    0.0000000E+00,           !- North Axis {deg}
    Suburbs,                 !- Terrain
    3.9999999E-02,           !- Loads Convergence Tolerance Value {W}
    0.4000000,               !- Temperature Convergence Tolerance Value {deltaC}
    FullInteriorAndExterior, !- Solar Distribution
    25;                      !- Maximum Number of Warmup Days

  SOLUTION ALGORITHM,
    CTF;                     !- SolutionAlgo

  INSIDE CONVECTION ALGORITHM,
    Detailed;                !- InsideConvectionValue

  OUTSIDE CONVECTION ALGORITHM,
    Detailed;                !- OutsideConvectionValue

  debug output,
    0,                       !- YesNo
    0;                       !- EvenDuringWarmup

  RunPeriod,
    1,                       !- Begin Month
    1,                       !- Begin Day Of Month
    12,                      !- End Month
    31,                      !- End Day Of Month
    Tuesday,                 !- Day Of Week For Start Day
    Yes,                     !- Use WeatherFile Holidays/Special Days
    Yes,                     !- Use WeatherFile DaylightSavingPeriod
    No,                      !- Apply Weekend Holiday Rule
    Yes,                     !- Use WeatherFile Rain Indicators
    Yes;                     !- Use WeatherFile Snow Indicators

  RUN CONTROL,
    No,                      !- Do the zone sizing calculation
    No,                      !- Do the system sizing calculation
    No,                      !- Do the plant sizing calculation
    Yes,                     !- Do the design day simulations
    No;                      !- Do the weather file simulation

 Location,
  CHICAGO_IL_USA TMY2-94846,     !- Location Name
      41.78,     !- Latitude {N+ S-}
     -87.75,     !- Longitude {W- E+}
      -6.00,     !- Time Zone Relative to GMT {GMT+/-}
     190.00;     !- Elevation {m}

 ! CHICAGO_IL_USA Annual Heating 99% Design Conditions DB, MaxDB= -17.3°C
 DesignDay,
     CHICAGO_IL_USA Annual Heating 99% Design Conditions DB,     !- Name
      -17.3,      !- Max Dry-Bulb {C}
        0.0,      !- Daily Temp Range {C}
      -17.3,      !- Wet-Bulb at Max {C}
     99063.,      !- Barometric Pressure {Pa}
        4.9,      !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
        270,      !- Wind Direction {Degrees; N=0, S=180}
        0.0,      !- Clearness {0.0 to 1.1}
          0,      !- Rain {0-no,1-yes}
          0,      !- Snow on ground {0-no,1-yes}
         21,      !- Day of Month
          1,      !- Month
  WinterDesignDay,!- Day Type
          0,      !- Daylight Savings Time Indicator
   Wet-Bulb;      !- Humidity Indicating Temperature Type

 ! CHICAGO_IL_USA Annual Cooling 1% Design Conditions, MaxDB=  31.5°C MCWB=  23.0°C
 DesignDay,
     CHICAGO_IL_USA Annual Cooling 1% Design Conditions DB/MCWB,     !- Name
       31.5,      !- Max Dry-Bulb {C}
       10.7,      !- Daily Temp Range {C}
       23.0,      !- Wet-Bulb at Max {C}
     99063.,      !- Barometric Pressure {Pa}
        5.3,      !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
        230,      !- Wind Direction {Degrees; N=0, S=180}
        1.0,      !- Clearness {0.0 to 1.1}
          0,      !- Rain {0-no,1-yes}
          0,      !- Snow on ground {0-no,1-yes}
         21,      !- Day of Month
          7,      !- Month
  SummerDesignDay,!- Day Type
          0,      !- Daylight Savings Time Indicator
   Wet-Bulb;      !- Humidity Indicating Temperature Type

  MATERIAL:Regular,
    A2 - 4 IN DENSE FACE BRICK,  !- Material Name
    Rough,        !- Roughness
    0.1000000,    !- Thickness {m}
    1.240000,     !- Conductivity {w/m-K}
    2082.400,     !- Density {kg/m3}
    920.0000,     !- Specific Heat {J/kg-K}
    0.9000000,    !- Thermal Emittance
    0.9300000,    !- Solar Absorptance
    0.9300000;    !- Visible Absorptance

  MATERIAL:Regular,
    C2 - 4 IN LW CONCRETE BLOCK,  !- Material Name
    MediumRough,  !- Roughness
    0.1000000,    !- Thickness {m}
    0.3800000,    !- Conductivity {w/m-K}
    608.7000,     !- Density {kg/m3}
    830.0000,     !- Specific Heat {J/kg-K}
    0.9000000,    !- Thermal Emittance
    0.6500000,    !- Solar Absorptance
    0.6500000;    !- Visible Absorptance

  MATERIAL:Regular,
   B2 - 3 IN INSULATION,  !- Material Name
   VeryRough,     !- Roughness
   7.6200000E-02, !- Thickness {m}
   1.7480000E-02, !- Conductivity {w/m-K}
   32.03000,      !- Density {kg/m3}
   830.0000,      !- Specific Heat {J/kg-K}
   0.9000000,     !- Thermal Emittance
   0.5000000,     !- Solar Absorptance
   0.5000000;     !- Visible Absorptance

  MATERIAL:Regular,
    E1 - 3 / 4 IN PLASTER OR GYP BOARD,  !- Name
    Smooth,                  !- Roughness
    1.9050000E-02,           !- Thickness {m}
    0.7264224,               !- Conductivity {W/m-K}
    1601.846,                !- Density {kg/m3}
    836.8000,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.9200000,               !- Absorptance:Solar
    0.9200000;               !- Absorptance:Visible

  MATERIAL:Regular,
    C6 - 8 IN CLAY TILE,     !- Name
    Smooth,                  !- Roughness
    0.2033016,               !- Thickness {m}
    0.5707605,               !- Conductivity {W/m-K}
    1121.292,                !- Density {kg/m3}
    836.8000,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.8200000,               !- Absorptance:Solar
    0.8200000;               !- Absorptance:Visible

  MATERIAL:Regular,
    C10 - 8 IN HW CONCRETE,  !- Name
    MediumRough,             !- Roughness
    0.2033016,               !- Thickness {m}
    1.729577,                !- Conductivity {W/m-K}
    2242.585,                !- Density {kg/m3}
    836.8000,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.6500000,               !- Absorptance:Solar
    0.6500000;               !- Absorptance:Visible

  MATERIAL:Regular,
    E2 - 1 / 2 IN SLAG OR STONE,  !- Name
    Rough,                   !- Roughness
    1.2710161E-02,           !- Thickness {m}
    1.435549,                !- Conductivity {W/m-K}
    881.0155,                !- Density {kg/m3}
    1673.600,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.5500000,               !- Absorptance:Solar
    0.5500000;               !- Absorptance:Visible

  MATERIAL:Regular,
    E3 - 3 / 8 IN FELT AND MEMBRANE,  !- Name
    Rough,                   !- Roughness
    9.5402403E-03,           !- Thickness {m}
    0.1902535,               !- Conductivity {W/m-K}
    1121.292,                !- Density {kg/m3}
    1673.600,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.7500000,               !- Absorptance:Solar
    0.7500000;               !- Absorptance:Visible

  MATERIAL:Regular,
    B5 - 6 IN DENSE INSULATION,  !- Name
    VeryRough,               !- Roughness
    1.5233904E-01,           !- Thickness {m}
    4.3239430E-02,           !- Conductivity {W/m-K}
    91.30524,                !- Density {kg/m3}
    836.8000,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.5000000,               !- Absorptance:Solar
    0.5000000;               !- Absorptance:Visible

  MATERIAL:Regular,
    C12 - 2 IN HW CONCRETE,  !- Name
    MediumRough,             !- Roughness
    5.0901599E-02,           !- Thickness {m}
    1.729577,                !- Conductivity {W/m-K}
    2242.585,                !- Density {kg/m3}
    836.8000,                !- Specific Heat {J/kg-K}
    0.9000000,               !- Absorptance:Thermal
    0.6500000,               !- Absorptance:Solar
    0.6500000;               !- Absorptance:Visible

  MATERIAL:WindowGlass,
    WIN-LAY-GLASS-LIGHT,     !- Name
    SpectralAverage,         !- Optical Data Type
    ,                        !- Name of Window Glass Spectral Data Set
    0.003,                   !- Thickness {m}
    0.90,                    !- Solar Transmittance at Normal Incidence
    0.031,                   !- Solar Reflectance at Normal Incidence: Front Side
    0.031,                   !- Solar Reflectance at Normal Incidence: Back Side
    0.90,                    !- Visible Transmittance at Normal Incidence
    0.05,                    !- Visible Reflectance at Normal Incidence: Front Side
    0.05,                    !- Visible Reflectance at Normal Incidence: Back Side
    0.0,                     !- IR Transmittance at Normal Incidence
    0.84,                    !- IR Hemispherical Emissivity: Front Side
    0.84,                    !- IR Hemispherical Emissivity: Back Side
    0.9;                     !- Conductivity {W/m-K}

  MATERIAL:Regular-R,
    FINISH FLOORING - CARPET FIBROUS PAD,  !- Name
    Rough,                   !- Roughness
    0.3600000,               !- Resistance {m2-K/w}
    0.9000000,               !- Thermal Emittance
    0.7500000,               !- Solar Absorptance
    0.7500000;               !- Visible Absorptance

  MATERIAL:WindowGas,
    WinAirB1 - AIRSPACE RESISTANCE,  !- Name
    AIR,                     !- Gas Type
    1.3000000E-02;           !- Thickness {m}
 
  CONSTRUCTION,
    EXTWALL82,                   !- Name
    A2 - 4 IN DENSE FACE BRICK,  !- Outside Layer
    C2 - 4 IN LW CONCRETE BLOCK, !- Layer #2
    B2 - 3 IN INSULATION,        !- Layer #3
    E1 - 3 / 4 IN PLASTER OR GYP BOARD; !- Layer #4

  CONSTRUCTION,
    PARTITION06,             !- Name
    E1 - 3 / 4 IN PLASTER OR GYP BOARD,  !- Outside Layer
    C6 - 8 IN CLAY TILE,     !- Layer #2
    E1 - 3 / 4 IN PLASTER OR GYP BOARD;  !- Layer #3

  CONSTRUCTION,
    FLOOR SLAB 8 IN,         !- Name
    C10 - 8 IN HW CONCRETE,  !- Outside Layer
    FINISH FLOORING - CARPET FIBROUS PAD; !- Inside Layer

  CONSTRUCTION,
    ROOF34,                  !- Name
    E2 - 1 / 2 IN SLAG OR STONE,  !- Outside Layer
    E3 - 3 / 8 IN FELT AND MEMBRANE,  !- Layer #2
    B5 - 6 IN DENSE INSULATION,  !- Layer #3
    C12 - 2 IN HW CONCRETE;  !- Layer #4

  CONSTRUCTION,
    WIN-CON-LIGHT,           !- Name
    WIN-LAY-GLASS-LIGHT,     !- Outside Layer
    WinAirB1 - AIRSPACE RESISTANCE,  !- Layer #2
    WIN-LAY-GLASS-LIGHT;     !- Inside Layer

  ScheduleType,
    Any Number;              !- ScheduleType Name

  ScheduleType,
    Fraction,                !- ScheduleType Name
    0.0 : 1.0,               !- range
    CONTINUOUS;              !- Numeric Type

  ScheduleType,
    Temperature,             !- ScheduleType Name
    -60:200,                 !- range
    CONTINUOUS;              !- Numeric Type

  ScheduleType,
    Control Type,            !- ScheduleType Name
    0:4,                     !- range
    DISCRETE;                !- Numeric Type

  ScheduleType,
    On/Off,                  !- ScheduleType Name
    0:1,                     !- range
    DISCRETE;                !- Numeric Type

  SCHEDULE:COMPACT,
    Activity Sch,            !- Name
    Any Number,              !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: AllDays,            !- Complex Field #2
    Until: 24:00,            !- Complex Field #3
    131.8;                   !- Complex Field #4

  SCHEDULE:COMPACT,
    Work Eff Sch,            !- Name
    Any Number,              !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: AllDays,            !- Complex Field #2
    Until: 24:00,            !- Complex Field #3
    0.0;                     !- Complex Field #4

  SCHEDULE:COMPACT,
    Clothing Sch,            !- Name
    Any Number,              !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: AllDays,            !- Complex Field #2
    Until: 24:00,            !- Complex Field #3
    1.0;                     !- Complex Field #4

  SCHEDULE:COMPACT,
    Air Velo Sch,            !- Name
    Any Number,              !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: AllDays,            !- Complex Field #2
    Until: 24:00,            !- Complex Field #3
    0.137;                   !- Complex Field #4

  SCHEDULE:COMPACT,
    OFFICE OCCUPANCY,        !- Name
    Fraction,                !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: WeekDays WinterDesignDay,   !- Complex Field #2
    Until: 6:00, 0.0,
    Until: 9:00, 0.0,
    Until: 10:00, 0.50,
    Until: 12:00, 1.00,
    Until: 13:00, 0.50,
    Until: 16:00, 1.00,
    Until: 17:00, 0.50,
    Until: 18:00, 0.0,
    Until: 24:00, 0.0,
    For: AllOtherDays,
    Until: 24:00, 0.0;

  SCHEDULE:COMPACT,
    INTERMITTENT,            !- Name
    Fraction,                !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: WeekDays SummerDesignDay, !- Complex Field #2
    Until: 8:00, 0.0,
    Until: 18:00, 1.00,
    Until: 24:00, 0.0,
    For: AllOtherDays,
    Until: 24:00, 0.0;

  SCHEDULE:COMPACT,
    OFFICE LIGHTING,         !- Name
    Fraction,                !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: WeekDays SummerDesignDay,  !- Complex Field #2
    Until: 6:00, 0.05,
    Until: 7:00, 0.20,
    Until: 17:00, 1.00,
    Until: 18:00, 0.50,
    Until: 24:00, 0.05,
    For: AllOtherDays,
    Until: 24:00, 0.05;

  GroundTemperatures,
    20.03,                   !- January Ground Temperature {C}
    20.03,                   !- February Ground Temperature {C}
    20.13,                   !- March Ground Temperature {C}
    20.30,                   !- April Ground Temperature {C}
    20.43,                   !- May Ground Temperature {C}
    20.52,                   !- June Ground Temperature {C}
    20.62,                   !- July Ground Temperature {C}
    20.77,                   !- August Ground Temperature {C}
    20.78,                   !- September Ground Temperature {C}
    20.55,                   !- October Ground Temperature {C}
    20.44,                   !- November Ground Temperature {C}
    20.20;                   !- December Ground Temperature {C}

  ZONE,
    WEST ZONE,               !- Zone Name
    0.0000000E+00,           !- Relative North (to building) {deg}
    0.0000000E+00,           !- X Origin {m}
    0.0000000E+00,           !- Y Origin {m}
    0.0000000E+00,           !- Z Origin {m}
    1,                       !- Type
    1,                       !- Multiplier
    -100.0000,               !- Ceiling Height {m}
    0.0000000E+00;           !- Volume {m3}

  ZONE,
    EAST ZONE,               !- Zone Name
    0.0000000E+00,           !- Relative North (to building) {deg}
    6.096000,                !- X Origin {m}
    0.0000000E+00,           !- Y Origin {m}
    0.0000000E+00,           !- Z Origin {m}
    1,                       !- Type
    1,                       !- Multiplier
    -100.0000,               !- Ceiling Height {m}
    0.0000000E+00;           !- Volume {m3}

  ZONE,
    NORTH ZONE,              !- Zone Name
    0.0000000E+00,           !- Relative North (to building) {deg}
    0.0000000E+00,           !- X Origin {m}
    6.096000,                !- Y Origin {m}
    0.0000000E+00,           !- Z Origin {m}
    1,                       !- Type
    1,                       !- Multiplier
    -100.0000,               !- Ceiling Height {m}
    0.0000000E+00;           !- Volume {m3}

  PEOPLE,
    WEST ZONE People,        !- Name
    WEST ZONE,               !- Zone Name
    3.000000,                !- Number of People
    OFFICE OCCUPANCY,        !- Number of People SCHEDULE Name (real--fraction)
    0.3000000,               !- Fraction Radiant
    Activity Sch,            !- Activity level SCHEDULE Name (units W/person, real)
    zoneaveraged,            !- MRT Calculation Type
    ,                        !- Surface Name/Angle Factor List Name
    Work Eff Sch,            !- Work Efficiency SCHEDULE Name (0.0-1.0,real)
    Clothing Sch,            !- Clothing Insulation SCHEDULE Name (real)
    Air Velo Sch,            !- Air Velocity SCHEDULE Name (units m/s, real)
    FANGER;                  !- Thermal Comfort Report Type #1

  ELECTRIC EQUIPMENT,
    WEST ZONE ElecEq 1,      !- Name
    WEST ZONE,               !- Zone Name
    INTERMITTENT,            !- SCHEDULE Name
    2928.751,                !- Design Level {W}
    0.0000000E+00,           !- Fraction Latent
    0.3000000,               !- Fraction Radiant
    0.0000000E+00;           !- Fraction Lost
    

  PEOPLE,
    EAST ZONE People,        !- Name
    EAST ZONE,               !- Zone Name
    3.000000,                !- Number of People
    OFFICE OCCUPANCY,        !- Number of People SCHEDULE Name (real--fraction)
    0.3000000,               !- Fraction Radiant
    Activity Sch,            !- Activity level SCHEDULE Name (units W/person, real)
    zoneaveraged,            !- MRT Calculation Type
    ,                        !- Surface Name/Angle Factor List Name
    Work Eff Sch,            !- Work Efficiency SCHEDULE Name (0.0-1.0,real)
    Clothing Sch,            !- Clothing Insulation SCHEDULE Name (real)
    Air Velo Sch,            !- Air Velocity SCHEDULE Name (units m/s, real)
    FANGER;                  !- Thermal Comfort Report Type #1

  LIGHTS,
    EAST ZONE Lights 1,      !- Name
    EAST ZONE,               !- Zone Name
    OFFICE LIGHTING,         !- SCHEDULE Name
    1464.375,                !- Design Level {W}
    0.0000000E+00,           !- Return Air Fraction
    0.2000000,               !- Fraction Radiant
    0.2000000,               !- Fraction Visible
    0.0000000E+00,           !- Fraction Replaceable
    GeneralLights;           !- LightsEndUseKey

  ELECTRIC EQUIPMENT,
    EAST ZONE ElecEq 1,      !- Name
    EAST ZONE,               !- Zone Name
    INTERMITTENT,            !- SCHEDULE Name
    1464.375,                !- Design Level {W}
    0.0000000E+00,           !- Fraction Latent
    0.3000000,               !- Fraction Radiant
    0.0000000E+00;           !- Fraction Lost
    

  PEOPLE,
    NORTH ZONE People,       !- Name
    NORTH ZONE,              !- Zone Name
    4.000000,                !- Number of People
    OFFICE OCCUPANCY,        !- Number of People SCHEDULE Name (real--fraction)
    0.3000000,               !- Fraction Radiant
    Activity Sch,            !- Activity level SCHEDULE Name (units W/person, real)
    zoneaveraged,            !- MRT Calculation Type
    ,                        !- Surface Name/Angle Factor List Name
    Work Eff Sch,            !- Work Efficiency SCHEDULE Name (0.0-1.0,real)
    Clothing Sch,            !- Clothing Insulation SCHEDULE Name (real)
    Air Velo Sch,            !- Air Velocity SCHEDULE Name (units m/s, real)
    FANGER;                  !- Thermal Comfort Report Type #1

  LIGHTS,
    NORTH ZONE Lights 1,     !- Name
    NORTH ZONE,              !- Zone Name
    OFFICE LIGHTING,         !- SCHEDULE Name
    878.6252,                !- Design Level {W}
    0.0000000E+00,           !- Return Air Fraction
    0.2000000,               !- Fraction Radiant
    0.2000000,               !- Fraction Visible
    0.0000000E+00,           !- Fraction Replaceable
    GeneralLights;           !- LightsEndUseKey

  ELECTRIC EQUIPMENT,
    NORTH ZONE ElecEq 1,     !- Name
    NORTH ZONE,              !- Zone Name
    INTERMITTENT,            !- SCHEDULE Name
    2928.751,                !- Design Level {W}
    0.0000000E+00,           !- Fraction Latent
    0.3000000,               !- Fraction Radiant
    0.0000000E+00;           !- Fraction Lost
    

  SurfaceGeometry,
    UpperLeftCorner,         !- SurfaceStartingPosition
    CounterClockWise,        !- VertexEntry
    WorldCoordinateSystem;   !- CoordinateSystem

  Surface:HeatTransfer,
    Zn001:Wall001,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,0.0000000E+00,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer:Sub,
    Zn001:Wall001:Win001,    !- User Supplied Surface Name
    Window,                  !- Surface Type
    WIN-CON-LIGHT,           !- Construction Name of the Surface
    Zn001:Wall001,           !- Base Surface Name
    ,                        !- OutsideFaceEnvironment Object
    0.5000000,               !- View Factor to Ground
    ,                        !- Name of shading control
    ,                        !- WindowFrameAndDivider Name
    1.0,                     !- Multiplier
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.548000,0.0000000E+00,2.5000,  !- X,Y,Z ==> Vertex 1
    0.548000,0.0000000E+00,1.5000,  !- X,Y,Z ==> Vertex 2
    5.548000,0.0000000E+00,1.5000,  !- X,Y,Z ==> Vertex 3
    5.548000,0.0000000E+00,2.5000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn001:Wall002,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    0.0000000E+00,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    0.0000000E+00,0.0000000E+00,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn001:Wall003,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn003:Wall004,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    0.0000000E+00,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn001:Wall004,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn002:Wall004,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn001:Flr001,            !- User Supplied Surface Name
    Floor,                   !- Surface Type
    FLOOR SLAB 8 IN,         !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    Ground,                  !- OutsideFaceEnvironment
    Zn001:Flr001,            !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    1.000000,                !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,0.0000000E+00,0.0000000E+00;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn001:Roof001,           !- User Supplied Surface Name
    Roof,                    !- Surface Type
    ROOF34,                  !- Construction Name of the Surface
    WEST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.0000000E+00,           !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 2
    6.096000,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 3
    6.096000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Wall001,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    12.19200,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    12.19200,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    9.144000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    9.144000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Wall002,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    12.19200,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    12.19200,0.0000000E+00,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Wall003,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    12.19200,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 1
    12.19200,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    12.19200,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    12.19200,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Wall004,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn001:Wall004,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,0.0000000E+00,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Wall005,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn003:Wall005,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    9.144000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    9.144000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Flr001,            !- User Supplied Surface Name
    Floor,                   !- Surface Type
    FLOOR SLAB 8 IN,         !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    Ground,                  !- OutsideFaceEnvironment
    Zn002:Flr001,            !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    1.000000,                !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,0.0000000E+00,0.0000000E+00,  !- X,Y,Z ==> Vertex 1
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    12.19200,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    12.19200,0.0000000E+00,0.0000000E+00;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn002:Roof001,           !- User Supplied Surface Name
    Roof,                    !- Surface Type
    ROOF34,                  !- Construction Name of the Surface
    EAST ZONE,               !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.0000000E+00,           !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 2
    12.19200,0.0000000E+00,3.048000,  !- X,Y,Z ==> Vertex 3
    12.19200,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Wall001,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,12.19200,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    0.0000000E+00,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Wall002,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    9.144000,12.19200,3.048000,  !- X,Y,Z ==> Vertex 1
    9.144000,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    0.0000000E+00,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    0.0000000E+00,12.19200,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Wall003,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    EXTWALL82,               !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    9.144000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    9.144000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    9.144000,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    9.144000,12.19200,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Wall004,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn001:Wall003,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    6.096000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Wall005,           !- User Supplied Surface Name
    Wall,                    !- Surface Type
    PARTITION06,             !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    OtherZone,               !- OutsideFaceEnvironment
    Zn002:Wall005,           !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    0.5000000,               !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    6.096000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 1
    6.096000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    9.144000,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    9.144000,6.096000,3.048000;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Flr001,            !- User Supplied Surface Name
    Floor,                   !- Surface Type
    FLOOR SLAB 8 IN,         !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    Ground,                  !- OutsideFaceEnvironment
    Zn003:Flr001,            !- OutsideFaceEnvironment Object
    NoSun,                   !- Sun Exposure
    NoWind,                  !- Wind Exposure
    1.000000,                !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,6.096000,0.0000000E+00,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 2
    9.144000,12.19200,0.0000000E+00,  !- X,Y,Z ==> Vertex 3
    9.144000,6.096000,0.0000000E+00;  !- X,Y,Z ==> Vertex 4

  Surface:HeatTransfer,
    Zn003:Roof001,           !- User Supplied Surface Name
    Roof,                    !- Surface Type
    ROOF34,                  !- Construction Name of the Surface
    NORTH ZONE,              !- InsideFaceEnvironment
    ExteriorEnvironment,     !- OutsideFaceEnvironment
    ,                        !- OutsideFaceEnvironment Object
    SunExposed,              !- Sun Exposure
    WindExposed,             !- Wind Exposure
    0.0000000E+00,           !- View Factor to Ground
    4,                       !- Number of Surface Vertex Groups -- Number of (X,Y,Z) groups
    0.0000000E+00,12.19200,3.048000,  !- X,Y,Z ==> Vertex 1
    0.0000000E+00,6.096000,3.048000,  !- X,Y,Z ==> Vertex 2
    9.144000,6.096000,3.048000,  !- X,Y,Z ==> Vertex 3
    9.144000,12.19200,3.048000;  !- X,Y,Z ==> Vertex 4

  SCHEDULE:COMPACT,
    FanAndCoilAvailSched,    !- Name
    Fraction,                !- ScheduleType
    Through: 3/31,
    For: AllDays,
    Until: 24:00, 1.0,
    Through: 9/30,
    For: WeekDays SummerDesignDay,
    Until: 7:00, 0.0,
    Until: 17:00, 1.0,
    Until: 24:00, 0.0,
    For: WinterDesignDay,
    Until: 24:00, 0.0,
    For: AllOtherDays,
    Until: 24:00, 0.0,
    Through: 12/31,
    For: AllDays,
    Until: 24:00, 1.0;

  SCHEDULE:COMPACT,
    Heating Setpoints,       !- Name
    Temperature,             !- ScheduleType
    Through: 12/31,
    For: AllDays,
    Until:  7:00, 15.0,
    Until: 17:00, 23.9,
    Until: 24:00, 15.0;

  SCHEDULE:COMPACT,
    Cooling Setpoints,       !- Name
    Temperature,             !- ScheduleType
    Through: 12/31,
    For: AllDays,
    Until:  7:00, 30.0,
    Until: 17:00, 24.0,
    Until: 24:00, 30.0;

  SCHEDULE:COMPACT,
    Zone Control Type Sched, !- Name
    Control Type,            !- ScheduleType
    Through: 3/31,
    For: AllDays,
    Until: 24:00, 1,
    Through: 9/30,
    For: AllDays,
    Until: 24:00, 2,
    Through: 12/31,
    For: AllDays,
    Until: 24:00, 1;

SCHEDULE:COMPACT,
    Infiltration Schedule,   !- Name
    Fraction,                !- ScheduleType
    Through: 12/31,          !- Complex Field #1
    For: Weekdays SummerDesignDay,  !- Complex Field #2
    Until: 07:00,            !- Complex Field #3
    1.0,                     !- Complex Field #4
    Until: 18:00,            !- Complex Field #5
    0.0,                     !- Complex Field #6
    Until: 24:00,            !- Complex Field #7
    1.0,                     !- Complex Field #8
    For: Saturday WinterDesignDay,  !- Complex Field #9
    Until: 07:00,            !- Complex Field #10
    1.0,                     !- Complex Field #11
    Until: 13:00,            !- Complex Field #12
    0.0,                     !- Complex Field #13
    Until: 24:00,            !- Complex Field #14
    1.0,                     !- Complex Field #15
    For: Sunday Holidays AllOtherDays,  !- Complex Field #16
    Until: 07:00,            !- Complex Field #17
    1.0,                     !- Complex Field #18
    Until: 13:00,            !- Complex Field #19
    0.0,                     !- Complex Field #20
    Until: 24:00,            !- Complex Field #21
    1.0;                     !- Complex Field #22

INFILTRATION,
    WEST ZONE Infil,         !- Name
    WEST ZONE,               !- Zone Name
    Infiltration Schedule,   !- SCHEDULE Name
    0.001,                   !- Design Volume Flow Rate {m3/s}
    1,                       !- Constant Term Coefficient
    0.03636,                 !- Temperature Term Coefficient
    0,                       !- Velocity Term Coefficient
    0;                       !- Velocity Squared Term Coefficient

INFILTRATION,
    EAST ZONE Infil,         !- Name
    EAST ZONE,               !- Zone Name
    Infiltration Schedule,   !- SCHEDULE Name
    0.001,                   !- Design Volume Flow Rate {m3/s}
    1,                       !- Constant Term Coefficient
    0.03636,                 !- Temperature Term Coefficient
    0,                       !- Velocity Term Coefficient
    0;                       !- Velocity Squared Term Coefficient

INFILTRATION,
    NORTH ZONE Infil,        !- Name
    NORTH ZONE,              !- Zone Name
    Infiltration Schedule,   !- SCHEDULE Name
    0.0012,                   !- Design Volume Flow Rate {m3/s}
    1,                       !- Constant Term Coefficient
    0.03636,                 !- Temperature Term Coefficient
    0,                       !- Velocity Term Coefficient
    0;                       !- Velocity Squared Term Coefficient

! Primary air loop serving EAST (zone 2) and WEST ZONE (zone 1)
  Air Primary Loop,
    Typical Terminal Reheat 1, !- Primary Air Loop Name
    ,                          !- Name: Controller List
    Furnace 1 Avail List,      !- Name: System Availability Manager List
    0.83,                      !- Primary air design volumetric flow rate {m3/s}
    Air Loop Branches,         !- Air Loop Branch List Name
    ,                          !- Air Loop Connector List Name
    Air Loop Inlet Node,       !- ReturnAir AirLoop Inlet Node
    Return Air Mixer Outlet,   !- ZoneEquipGroup Outlet Node
    Zone Equipment Inlet Node, !- SupplyAirPath ZoneEquipGroup Inlet Nodes
    Air Loop Outlet Node;      !- AirLoop Outlet Nodes

  BRANCH LIST,
    Air Loop Branches,         !- Branch List Name
    Air Loop Main Branch;      !- Branch Name 1

  BRANCH,
    Air Loop Main Branch,      !- Branch Name
    0.83,                      !- Maximum Branch Flow Rate {m3/s}
    FURNACE:BLOWTHRU:HEATONLY, !- Comp1 Type
    Gas Furnace 1,             !- Comp1 Name
    Air Loop Inlet Node,       !- Comp1 Inlet Node Name
    Air Loop Outlet Node,      !- Comp1 Outlet Node Name
    ACTIVE;                    !- Comp1 Branch Control Type

  SYSTEM AVAILABILITY MANAGER LIST,
    Furnace 1 Avail List,      !- Name
    SYSTEM AVAILABILITY MANAGER:SCHEDULED,  !- System Availability Manager Type 1
    Furnace 1 Avail;           !- System Availability Manager Name 1

  SYSTEM AVAILABILITY MANAGER:SCHEDULED,
    Furnace 1 Avail,           !- Name
    FanAndCoilAvailSched;      !- Schedule name

  ZONE CONTROL:THERMOSTATIC,
    Zone 2 Thermostat,         !- Thermostat Name
    EAST ZONE,                 !- Zone Name
    Zone Control Type Sched,   !- Control Type SCHEDULE Name
    SINGLE HEATING SETPOINT,   !- Control Type #1
    Heating Setpoint with SB,  !- Control Type Name #1
    SINGLE COOLING SETPOINT,   !- Control Type #2
    Cooling Setpoint with SB;  !- Control Type Name #2

  SINGLE HEATING SETPOINT,
    Heating Setpoint with SB,  !- Name
    Heating Setpoints;         !- Setpoint Temperature SCHEDULE Name

  SINGLE COOLING SETPOINT,
    Cooling Setpoint with SB,  !- Name
    Cooling Setpoints;         !- Setpoint Temperature SCHEDULE Name

  ZONE SUPPLY AIR PATH,
    FurnaceSupplyPath,         !- Supply Air Path Name
    Zone Equipment Inlet Node, !- Supply Air Path Inlet Node
    Zone Splitter,             !- KEY--System Component Type 1
    Zone Supply Air Splitter;  !- Component Name 1

  ZONE RETURN AIR PATH,
    FurnaceReturnPath,         !- Return Air Path Name
    Return Air Mixer Outlet,   !- Return Air Path Outlet Node
    Zone Mixer,                !- KEY--System Component Type 1
    Zone Return Air Mixer;     !- Component Name 1

  ZONE SPLITTER,
    Zone Supply Air Splitter,  !- Splitter Name
    Zone Equipment Inlet Node, !- Inlet_Node
    Zone 1 Inlet Node,         !- Outlet_Node_2
    Zone 2 Inlet Node;         !- Outlet_Node_3

  ZONE MIXER,
    Zone Return Air Mixer,     !- Mixer Name
    Return Air Mixer Outlet,   !- Outlet_Node
    Zone 1 Outlet Node,        !- Inlet_Node_2
    Zone 2 Outlet Node;        !- Inlet_Node_3

  CONTROLLED ZONE EQUIP CONFIGURATION,
    WEST ZONE,                 !- Zone Name
    Zone1Equipment,            !- List Name: Zone Equipment
    Zone1Inlets,               !- Node List or Node Name: Zone Air Inlet Node(s)
    ,                          !- Node List or Node Name: Zone Air Exhaust Node(s)
    Zone 1 Node,               !- Zone Air Node Name
    Zone 1 Outlet Node;        !- Zone Return Air Node Name

  CONTROLLED ZONE EQUIP CONFIGURATION,
    EAST ZONE,                 !- Zone Name
    Zone2Equipment,            !- List Name: Zone Equipment
    Zone2Inlets,               !- Node List or Node Name: Zone Air Inlet Node(s)
    ,                          !- Node List or Node Name: Zone Air Exhaust Node(s)
    Zone 2 Node,               !- Zone Air Node Name
    Zone 2 Outlet Node;        !- Zone Return Air Node Name

  ZONE EQUIPMENT LIST,
    Zone1Equipment,            !- Name
    DIRECT AIR,                !- KEY--Zone Equipment Type 1
    Zone1DirectAir,            !- Type Name 1
    1,                         !- Cooling Priority
    1;                         !- Heating Priority

  ZONE EQUIPMENT LIST,
    Zone2Equipment,            !- Name
    DIRECT AIR,                !- KEY--Zone Equipment Type 1
    Zone2DirectAir,            !- Type Name 1
    1,                         !- Cooling Priority
    1;                         !- Heating Priority

  DIRECT AIR,
    Zone1DirectAir,            !- Direct Air Name
    FanAndCoilAvailSched,      !- Schedule name for on/off schedule
    Zone 1 Inlet Node,         !- Zone Supply Air Node Name
    0.48;                      !- Maximum air flow rate {m3/s}

  DIRECT AIR,
    Zone2DirectAir,            !- Direct Air Name
    FanAndCoilAvailSched,      !- Schedule name for on/off schedule
    Zone 2 Inlet Node,         !- Zone Supply Air Node Name
    0.35;                       !- Maximum air flow rate {m3/s}

  NODE LIST,
    Zone1Inlets,               !- Node List Name
    Zone 1 Inlet Node;         !- Node_ID_1

  NODE LIST,
    Zone2Inlets,               !- Node List Name
    Zone 2 Inlet Node;         !- Node_ID_1

  FURNACE:BLOWTHRU:HEATONLY,
    Gas Furnace 1,             !- Name of furnace
    FanAndCoilAvailSched,      !- Availability schedule
    Air Loop Inlet Node,       !- Furnace inlet node name
    Air Loop Outlet Node,      !- Furnace outlet node name
    CycFanCycCoil,             !- Operating Mode
    15000,                     !- Furnace heating capacity {W}
    80,                        !- Maximum supply air temperature from furnace heater {C}
    0.83,                      !- Design air flow rate through the furnace {m3/s}
    East Zone,                 !- Controlling zone or thermostat location
    0.421686747,               !- Fraction of the total or design volume flow that goes throu
    FAN:SIMPLE:ONOFF,          !- Supply fan type
    Supply Fan 1,              !- Supply fan name
    Heating Coil Air Inlet Node,  !- Fan outlet node
    COIL:GAS:HEATING,          !- Heating coil type
    Furnace Coil,              !- Heating coil name
    0.001;                     !- Heating convergence tolerance

  COIL:Gas:Heating,
    Furnace Coil,              !- Coil Name
    FanAndCoilAvailSched,      !- Available Schedule
    0.8,                       !- Gas Burner Efficiency of the Coil
    15000,                     !- Nominal Capacity of the Coil {W}
    Heating Coil Air Inlet Node,  !- Coil_Air_Inlet_Node
    Air Loop Outlet Node,      !- Coil_Air_Outlet_Node
    ,                          !- Coil_Temp_Setpoint_Node
    100,                       !- Parasitic Electric Load {W}
    PLFCurveforGasFurnace,     !- Part load fraction correlation (function of part load ratio
    10;                        !- Parasitic Gas Load {W}

  CURVE:CUBIC,
    PLFCurveforGasFurnace,     !- Name
    0.8,                       !- Coeff1 Constant
    0.2,                       !- Coeff2 x
    0.0,                       !- Coeff3 x**2
    0.0,                       !- Coeff4 x**3
    0,                         !- minimum value of x
    1;                         !- maximum value of x

  FAN:SIMPLE:ONOFF,
    Supply Fan 1,              !- Fan Name
    FanAndCoilAvailSched,      !- Available Schedule
    0.7,                       !- Fan Total Efficiency
    600.0,                     !- Delta Pressure {Pa}
    0.83,                      !- Max Flow Rate {m3/s}
    0.9,                       !- Motor Efficiency
    1.0,                       !- Motor In Airstream Fraction
    Air Loop Inlet Node,       !- Fan_Inlet_Node
    Heating Coil Air Inlet Node;  !- Fan_Outlet_Node

! Primary air loop serving NORTH ZONE (zone 3)
  Air Primary Loop,
    Typical Terminal Reheat 2, !- Primary Air Loop Name
    ,                          !- Name: Controller List
    UnitarySystem 1 Avail List, !- Name: System Availability Manager List
    0.47,                      !- Primary air design volumetric flow rate {m3/s}
    Air Loop Branches 2,       !- Air Loop Branch List Name
    ,                          !- Air Loop Connector List Name
    Air Loop Inlet Node 2,     !- ReturnAir AirLoop Inlet Node
    Return Air Mixer Outlet 2, !- ZoneEquipGroup Outlet Node
    Zone Equipment Inlet Node 2, !- SupplyAirPath ZoneEquipGroup Inlet Nodes
    Air Loop Outlet Node 2;    !- AirLoop Outlet Nodes

  BRANCH LIST,
    Air Loop Branches 2,       !- Branch List Name
    Air Loop Main Branch 2;    !- Branch Name 1

  BRANCH,
    Air Loop Main Branch 2,    !- Branch Name
    0.47,                      !- Maximum Branch Flow Rate {m3/s}
    UNITARYSYSTEM:BLOWTHRU:HEATONLY, !- Comp1 Type
    Gas Furnace 2,             !- Comp1 Name
    Air Loop Inlet Node 2,     !- Comp1 Inlet Node Name
    Air Loop Outlet Node 2,    !- Comp1 Outlet Node Name
    ACTIVE;                    !- Comp1 Branch Control Type

  SYSTEM AVAILABILITY MANAGER LIST,
    UnitarySystem 1 Avail List, !- Name
    SYSTEM AVAILABILITY MANAGER:SCHEDULED,  !- System Availability Manager Type 1
    UnitarySystem 1 Avail;      !- System Availability Manager Name 1

  SYSTEM AVAILABILITY MANAGER:SCHEDULED,
    UnitarySystem 1 Avail,     !- Name
    FanAndCoilAvailSched;      !- Schedule name

  ZONE CONTROL:THERMOSTATIC,
    Zone 3 Thermostat,         !- Thermostat Name
    NORTH ZONE,                !- Zone Name
    Zone Control Type Sched,   !- Control Type SCHEDULE Name
    SINGLE HEATING SETPOINT,   !- Control Type #1
    Heating Setpoint with SB,  !- Control Type Name #1
    SINGLE COOLING SETPOINT,   !- Control Type #2
    Cooling Setpoint with SB;  !- Control Type Name #2

  ZONE SUPPLY AIR PATH,
    UnitarySystemSupplyPath,   !- Supply Air Path Name
    Zone Equipment Inlet Node 2, !- Supply Air Path Inlet Node
    Zone Splitter,             !- KEY--System Component Type 1
    Zone Supply Air Splitter 2;!- Component Name 1

  ZONE RETURN AIR PATH,
    UnitarySystemReturnPath,   !- Return Air Path Name
    Return Air Mixer Outlet 2, !- Return Air Path Outlet Node
    Zone Mixer,                !- KEY--System Component Type 1
    Zone Return Air Mixer 2;   !- Component Name 1

  ZONE SPLITTER,
    Zone Supply Air Splitter 2, !- Splitter Name
    Zone Equipment Inlet Node 2, !- Inlet_Node
    Zone 3 Inlet Node;          !- Outlet_Node_1

  ZONE MIXER,
    Zone Return Air Mixer 2,   !- Mixer Name
    Return Air Mixer Outlet 2, !- Outlet_Node
    Zone 3 Outlet Node;        !- Inlet_Node_1

  CONTROLLED ZONE EQUIP CONFIGURATION,
    NORTH ZONE,                !- Zone Name
    Zone3Equipment,            !- List Name: Zone Equipment
    Zone3Inlets,               !- Node List or Node Name: Zone Air Inlet Node(s)
    ,                          !- Node List or Node Name: Zone Air Exhaust Node(s)
    Zone 3 Node,               !- Zone Air Node Name
    Zone 3 Outlet Node;        !- Zone Return Air Node Name

  ZONE EQUIPMENT LIST,
    Zone3Equipment,            !- Name
    DIRECT AIR,                !- KEY--Zone Equipment Type 1
    Zone3DirectAir,            !- Type Name 1
    1,                         !- Cooling Priority
    1;                         !- Heating Priority

  DIRECT AIR,
    Zone3DirectAir,            !- Direct Air Name
    FanAndCoilAvailSched,      !- Schedule name for on/off schedule
    Zone 3 Inlet Node,         !- Zone Supply Air Node Name
    0.47;                      !- Maximum air flow rate {m3/s}

  NODE LIST,
    Zone3Inlets,               !- Node List Name
    Zone 3 Inlet Node;         !- Node_ID_1

  UNITARYSYSTEM:BLOWTHRU:HEATONLY,
    Gas Furnace 2,             !- Name of furnace
    FanAndCoilAvailSched,      !- Availability schedule
    Air Loop Inlet Node 2,     !- Furnace inlet node name
    Air Loop Outlet Node 2,    !- Furnace outlet node name
    CycFanCycCoil,             !- Operating Mode
    10000,                     !- Furnace heating capacity {W}
    80,                        !- Maximum supply air temperature from furnace heater {C}
    0.47,                      !- Design air flow rate through the furnace {m3/s}
    North Zone,                !- Controlling zone or thermostat location
    1.0,                       !- Fraction of the total or design volume flow that goes throu
    FAN:SIMPLE:ONOFF,          !- Supply fan type
    Supply Fan 2,              !- Supply fan name
    Heating Coil Air Inlet Node 2,  !- Fan outlet node
    COIL:GAS:HEATING,          !- Heating coil type
    Furnace Coil 2,            !- Heating coil name
    0.001;                     !- Heating convergence tolerance

  COIL:Gas:Heating,
    Furnace Coil 2,            !- Coil Name
    FanAndCoilAvailSched,      !- Available Schedule
    0.8,                       !- Gas Burner Efficiency of the Coil
    10000,                     !- Nominal Capacity of the Coil {W}
    Heating Coil Air Inlet Node 2,  !- Coil_Air_Inlet_Node
    Air Loop Outlet Node 2,    !- Coil_Air_Outlet_Node
    ,                          !- Coil_Temp_Setpoint_Node
    100,                       !- Parasitic Electric Load {W}
    PLFCurveforGasFurnace 2,   !- Part load fraction correlation (function of part load ratio
    10;                        !- Parasitic Gas Load {W}

  CURVE:CUBIC,
    PLFCurveforGasFurnace 2,   !- Name
    0.8,                       !- Coeff1 Constant
    0.2,                       !- Coeff2 x
    0.0,                       !- Coeff3 x**2
    0.0,                       !- Coeff4 x**3
    0,                         !- minimum value of x
    1;                         !- maximum value of x

  FAN:SIMPLE:ONOFF,
    Supply Fan 2,              !- Fan Name
    FanAndCoilAvailSched,      !- Available Schedule
    0.7,                       !- Fan Total Efficiency
    600.0,                     !- Delta Pressure {Pa}
    0.47,                      !- Max Flow Rate {m3/s}
    0.9,                       !- Motor Efficiency
    1.0,                       !- Motor In Airstream Fraction
    Air Loop Inlet Node 2,     !- Fan_Inlet_Node
    Heating Coil Air Inlet Node 2;  !- Fan_Outlet_Node

  Report Variable,
    Air Loop Inlet Node,       !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Inlet Node,       !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Heating Coil Air Inlet Node,  !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Heating Coil Air Inlet Node,  !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Outlet Node,      !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Outlet Node,      !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Inlet Node 2,     !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Inlet Node 2,     !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Heating Coil Air Inlet Node 2,  !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Heating Coil Air Inlet Node 2,  !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Outlet Node 2,    !- Key_Value
    System Node MassFlowRate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    Air Loop Outlet Node 2,    !- Key_Value
    System Node Temp,          !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Furnace Fan Part-Load Ratio,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Zone/Sys Sensible Heating Rate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Zone/Sys Air Temperature,       !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Zone Air Humidity Ratio,       !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Heating Coil Rate,         !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Heating Coil Gas Consumption Rate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Heating Coil Electric Power,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Heating Coil Runtime Fraction,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Heating Coil Parasitic Gas Consumption Rate,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Time Not Comfortable Winter Clothes Any Zone,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Time Not Comfortable Summer Clothes Any Zone,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report Variable,
    *,                         !- Key_Value
    Zone Mean Radiant Temperature,  !- Variable_Name
    timestep;                  !- Reporting_Frequency

  Report,
    Variable Dictionary;       !- Type_of_Report

  report,
    surfaces,                  !- Type_of_Report
    dxf;                       !- Name_of_Report

  report,
    construction;              !- Type_of_Report

  Report MeterFileOnly,
    Electricity:Facility,      !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    Electricity:Building,      !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    InteriorLights:Electricity,  !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    Electricity:HVAC,          !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    Gas:Facility,              !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    Gas:HVAC,                  !- Meter_Name
    monthly;                   !- Reporting_Frequency

  Report MeterFileOnly,
    Electricity:Facility,      !- Meter_Name
    runperiod;                 !- Reporting_Frequency

  Report MeterFileOnly,
    Electricity:Building,      !- Meter_Name
    runperiod;                 !- Reporting_Frequency

  Report MeterFileOnly,
    InteriorLights:Electricity,  !- Meter_Name
    runperiod;                 !- Reporting_Frequency

  Report MeterFileOnly,
    Electricity:HVAC,          !- Meter_Name
    runperiod;                 !- Reporting_Frequency

  Report MeterFileOnly,
    Gas:Facility,              !- Meter_Name
    runperiod;                 !- Reporting_Frequency

  Report MeterFileOnly,
    Gas:HVAC,                  !- Meter_Name
    runperiod;                 !- Reporting_Frequency



[Non-text portions of this message have been removed]



The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are not allowed -- please post any files to the appropriate folder in the Files area of the Support Web Site.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/EnergyPlus_Support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/EnergyPlus_Support/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:EnergyPlus_Support-digest@xxxxxxxxxxxxxxx 
    mailto:EnergyPlus_Support-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/