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

Re: [EnergyPlus_Support] Continue: problem with my IDF file




1, 5, 7.  There are misspellings in the outlet node names of some of the 
chillers ("outet" instead of "outlet"):

    Chiller3 Outet Node,     !- Plant_Side_Outlet_Node
    Chiller4 Outet Node,     !- Plant_Side_Outlet_Node
    Chiller5 Outet Node,     !- Plant_Side_Outlet_Node
    Chiller6 Outet Node,     !- Plant_Side_Outlet_Node

6.  The reheat coils are not entered correctly.  The same reheat coil is 
referenced by a SINGLE DUCT:CONST VOLUME:REHEAT and by a BRANCH.  It does not 
belong on a BRANCH.  The outlet node of the reheat coil should be the same node 
as the "Unit Air Outlet Node" of the SINGLE DUCT:CONST VOLUME:REHEAT.  See the 
VAVSingleDuctReheat.idf example file.

2, 3, and 4.  In the eio output file, the zone heating loads are all reported 
as zero.  In the csv results file, many of the Mean Radiant and Mean Air 
Temperatures are extremely high (100C or more).  The problem is the schedules 
for occupancy, lights, equipment, etc.  They have been entered as percentages 
(0 to 100), but they should be fractions (0 to 1).

Also, there are errors such as:

   ** Severe  ** Error in Node="OAINNODE-FCUZONELG4", Inlet node did not find 
an appropriate matching "outlet" node.
   **   ~~~   ** Reference Object=FAN COIL UNIT:4 PIPE, Name=ZONELG4FANCOIL

These nodes are not referenced by any OUTSIDE AIR INLET NODE LIST objects.

On 9 Oct 2004, at 11:25, wing sun lee wrote:

> 
> Dear Mike,
> 
> I have already fixed the cooling design problem by changing the Day Type into
> Monday. However, I can¡¦t fixe the following problems:
> 
> 1.  (I have already checked that there is no error in the connection nodes) **
> Warning ** Potential Node Connection Error for object CHILLER:CONST COP,
> name=CHILLER3(SYS_2) **   ~~~   **   Node Types are still UNDEFINED -- See
> Branch/Node Details file for further information **   ~~~   **   Inlet Node :
> CHILLER3 INLET NODE **   ~~~   **   Outlet Node: CHILLER3 OUTLET NODE
> 
> 2. (I don¡¦t know why?)
>    ** Warning ** Calculated Humidity Ratio is invalid (PsyWFnTdbRhPb)
>    **   ~~~   **  Occurrence info=HONG KONG  SUMMER, 07/21 19:20 - 19:30
>    **   ~~~   **  Dry-Bulb= 102.09 Relative Humidity (fraction)= 1.00 Pressure=
>    99433.54 **   ~~~   ** Calculated Humidity Ratio= -6.9382 ... Humidity Ratio
>    set to .00001
> 
> 3. (I don¡¦t know why?)
>    ** Warning ** Temperature out of range [-100. to 200.] (PsyPsatFnTemp)
>    **   ~~~   **  Occurrence info=HONG KONG WINTER, 01/21 09:50 - 10:00
>    **   ~~~   **  Input Temperature=200.78 
> 
> 4. (I don¡¦t know why?)
>    ** Warning ** The design coil load is zero for COIL:Water:SimpleHeating
>    ZONELG4FANCOILHEATINGCOIL **   ~~~   ** The autosize value for max water flow
>    rate is zero **   ~~~   ** To change this, input a value for UA, change the
>    heating design day, or lower **   ~~~   **   the system heating design supply
>    air temperature 
> 
> 5. (I have already checked that there is no error in the connection nodes)
>    ** Warning ** Potential Node Connection Error for object CHILLER:CONST COP,
>    name=CHILLER3(SYS_2) **   ~~~   **   Node Types are still UNDEFINED -- See
>    Branch/Node Details file for further information **   ~~~   **   Inlet Node :
>    CHILLER3 INLET NODE **   ~~~   **   Outlet Node: CHILLER3 OUTLET NODE
> 
> 6. (I have already checked that there is no error in the connection nodes)
>    ** Warning ** Potential Node Connection Error for object
>    COIL:ELECTRIC:HEATING, name=DUCT HEATER-AHU LGA L/F **   ~~~   **   Node
>    Types are still UNDEFINED -- See Branch/Node Details file for further
>    information **   ~~~   **   Inlet Node : SUPPLY AIR INLET NODE-ZONELG1 **  
>    ~~~   **   Outlet Node: RETURN AIR OUTLET NODE-ZONELG1
> 
> 7. (I have already checked that there is no error in the connection nodes)
>    ** Warning ** Node Connection Error for object CHILLER:CONST COP,
>    name=CHILLER3(SYS_2) **   ~~~   **   Chilled Water Nodes not on any Branch or
>    Parent Object **   ~~~   **   Inlet Node : CHILLER3 INLET NODE **   ~~~   ** 
>     Outlet Node: CHILLER3 OUTET NODE 
> 
> Thank for you kindly assist.
> 
> Regards,
> 
> SAMLEE
> Enc. The latest IDF file ¡§LG test15 singlepump¡¨
> 
> 
> "Michael J. Witte" <mjwitte@xxxxxxxx> wrote:
> 1.     ** Severe  ** Existing Fluid type for node, incorrect for request. 
> Node=DUCT HEATER OUTLET NODE-AHU LGA L/F
>    **   ~~~   ** Existing Fluid type=Water, Requested Fluid Type=Air
> 
> This was caused by the following input:
> 
> SINGLE DUCT:CONST VOLUME:REHEAT,
>     CAVsystem-zoneLG1,       !- Name of System
>     FCU/AHU Sched,           !- System Availability schedule
>     Return Air Outlet Node-zoneLG1,  !- Unit Air Outlet Node
>     Supply Air Inlet Node-zoneLG1,  !- Unit Air Inlet Node
>     autosize,                !- Maximum air flow rate {m3/s}
>     Duct Heater Outlet Node-AHU LGA L/F,  !- Control node
>     COIL:Electric:Heating,   !- Reheat Component Object
>     Duct Heater-AHU LGA L/F; !- Name of Reheat Component
> 
> The heating coil leaving air node has been specified as the control node, but
> the VAV box expects a coil water inlet node here.  This error terminated the
> simulation.  If the simulation terminates before all components have set up
> input, then false node connection errors may be listed at the end of the err
> file (which happened here).
> 
> 2.  As you realized, because this is electric reheat, the control node should be
> left blank, but then the run crashed after these errors:
> 
>    ** Warning ** The design coil load is zero for COIL:Water:SimpleCooling
> COOLING COIL-FCUZONELG4
>    **   ~~~   ** The autosize value for max water flow rate is zero
>    **   ~~~   ** To change this, input a value for UA, change the cooling 
> design day, or lower
>    **   ~~~   **   the zone cooling design supply air temperature
>    ** Warning ** The design air volume flow rate is zero for COIL:Water:Cooling
> COOLING COIL-FCUZONELG4
>    **   ~~~   ** The autosize value for max air volume flow rate is zero
> 
> The crash occurs because the design coil load is zero.  A change request 
> (CR6475) has been posted to prevent the crash.  But the question is why did it
> size to zero?
> 
> Because the cooling design day Day Type is SummerDesignDay, and the cooling
> setpoint schedule for SummerDesignDay is ZoneTempSummer7 which is 32C.  The
> heating setpoint schedule for WinterDesignDay also needs to be changed.  These
> can be fixed by changing the setpoint schedule definitions or by changing the
> design days to be a different day type, such as Monday.  Also, check that the
> proper internal load schedules are being used for the selected design day day
> type.  I tried changing both days to "Monday" but now some of the heating coils
> are sizing to zero - check all of the sizing inputs.
> 
> Be sure to fix the upside down floors, too.  (** Warning ** Floor Tilt=0.0, much
> less than expected tilt of 180).
> 
> Mike
> 
> 
> On 7 Oct 2004, at 23:08, wing sun lee wrote:
> 
> > 
> > Dear Mike,
> > 
> > After running my IDF file - "~LG test14 single pump 03a", the message
> > "EnergyPlus Crashed" was generated.
> > 
> > 
> > Note: In the Object of Single Duct Const Volume Reheat, I was cancelled out
> > the field:control node. It is becase there is no need to enter as using
> > electric heater. Original IDF file - ""~LG test14 single pump 03a".
> > 
> > I don't know why this happen. Please help me!!
> > 
> > Thanks,
> > 
> > SAMLEE
> > 
> > 
> > ­É¹L¡B¤@©ç¨â´²¡B©_¬¥§õºû´µ¦^«H...
> > ¥þ´ä³Ì¤j¤â¾÷¤U¸ü¤¤¤ß
> > http://mobile.yahoo.com.hk/
> > 
> > 
> > [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.
> > 
> > Yahoo! Groups Links
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> ========================================================
> Michael J. Witte, GARD Analytics, Inc.
> EnergyPlus Testing and Support      
> EnergyPlus-Support@xxxxxxxx
> 
> 
> 
> 
> 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.
> 
> 
> 
> Yahoo! Groups SponsorADVERTISEMENT
> 
> 
> ---------------------------------
> Yahoo! Groups Links
> 
>    To visit your group on the web, go to:
> http://groups.yahoo.com/group/EnergyPlus_Support/
> 
>    To unsubscribe from this group, send an email to:
> EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx
> 
>    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 
> 
> 
> 
> ­É¹L¡B¤@©ç¨â´²¡B©_¬¥§õºû´µ¦^«H...
> ¥þ´ä³Ì¤j¤â¾÷¤U¸ü¤¤¤ß
> http://mobile.yahoo.com.hk/
> 
>   ----------
> 
> !-Generator IDFEditor 1.20
> 
> !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated
> !automatically. -      Use '!' comments if they need to be retained when using
> !the IDFEditor.
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: VERSION ===========
> 
> ! VAVSingleDuctReheat.IDF
> ! Basic file description: Basic test of a very simple VAV system.  This file is
> ! more or less
> !                         identical to the TermReheat.idf file except that a VAV
> !                         fan has replace the constant volume fan and dampers
> !                         with controls have been added to the zone equipment
> !                         loop.
> ! Run: 2 design days.
> ! Building: Fictional 3 zone building with interzone partitions connecting all
> ! zones together.
> !           No ground contact (all floors are "partitions").  Roofs exposed to
> !           outdoor environment. There is one single pane window.
> ! Internal: People, equipment, and lighting all at approximately "normal" levels
> ! and schedules. System:   3 zone variable air volume system using a single air
> ! loop.  Controlled about like the old
> !           BLAST "NWS2" control profile.  Heating up to 20 C during occupied
> !           hours, 15 C otherwise. Cooling to 24 C while occupied, 30 C
> !           otherwise.  Fans and coils scheduled to be unavailable during
> !           unoccupied hours.  Cooling coil off all winter.  Reheat coil on all
> !           year. System configuration is very basic--air loop has a fan and
> !           cooling coil, each zone leg has nothing more than a reheat coil.
> ! Plant:    Heating loop served by purchased heating.  Cooling loop served by
> ! two different types of
> !           chillers and purchased cooling.  Priority based controls determine
> !           which piece of equipment tries to meet the load.
> ! SolDis=FullInteriorAndExterior, Aniso, Detailed Interior and Exterior
> ! Convection
> VERSION,
>     1.2.0;                   !- Version Identifier
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: BUILDING ===========
> 
> BUILDING,
>     Aberdeen Police Training School (New Training Block),  !- Building Name 3,  
>                         !- North Axis {deg} City,                    !- Terrain
>     3.9999999E-02,           !- Loads Convergence Tolerance Value {W} 0.4000000,
>                   !- Temperature Convergence Tolerance Value {deltaC}
>     MinimalShadowing,        !- Solar Distribution 25;                      !-
>     Maximum Number of Warmup Days
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: TIMESTEP IN HOUR ===========
> 
> TIMESTEP IN HOUR,
>     6;                       !- Time Step in Hour
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: INSIDE CONVECTION ALGORITHM ===========
> 
> INSIDE CONVECTION ALGORITHM,
>     Detailed;                !- InsideConvectionValue
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: OUTSIDE CONVECTION ALGORITHM ===========
> 
> OUTSIDE CONVECTION ALGORITHM,
>     Detailed;                !- OutsideConvectionValue
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SOLUTION ALGORITHM ===========
> 
> SOLUTION ALGORITHM,
>     CTF;                     !- SolutionAlgo
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE VOLUME CAPACITANCE MULTIPLIER
> !===========
> 
> ZONE VOLUME CAPACITANCE MULTIPLIER,
>     1.0;                     !- Capacitance Multiplier
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: RUN CONTROL ===========
> 
> RUN CONTROL,
>     Yes,                     !- Do the zone sizing calculation
>     Yes,                     !- Do the system sizing calculation
>     Yes,                     !- Do the plant sizing calculation
>     No,                      !- Do the design day simulations
>     Yes;                     !- Do the weather file simulation
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: RUNPERIOD ===========
> 
> RunPeriod,
>     1,                       !- Begin Month
>     1,                       !- Begin Day Of Month
>     12,                      !- End Month
>     31,                      !- End Day Of Month
>     Thursday,                !- 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
>     0;                       !- Number of years of simulation
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: LOCATION ===========
> 
> Location,
>     Aberdeen Police Training School,  !- LocationName
>     22.3,                    !- Latitude {deg}
>     114.16,                  !- Longitude {deg}
>     8,                       !- TimeZone {hr}
>     23.8;                    !- Elevation {m}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: DESIGNDAY ===========
> 
> DesignDay,
>     HONG KONG  SUMMER,       !- DesignDayName
>     33.5,                    !- Maximum Dry-Bulb Temperature {C}
>     4.8,                     !- Daily Temperature Range {deltaC}
>     27,                      !- Humidity Indicating Temperature at Max Temp {C}
>     99433.54,                !- Barometric Pressure {Pa} 5.4,                   
>      !- Wind Speed {m/s} 230,                     !- Wind Direction {deg} .38,  
>                       !- Sky Clearness 0,                       !- Rain
>     Indicator 0,                       !- Snow Indicator 21,                    
>      !- Day Of Month 7,                       !- Month Monday,                 
>     !- Day Type 0,                       !- Daylight Saving Time Indicator
>     Dew-Point;               !- Humidity Indicating Temperature Type
> 
> DesignDay,
>     HONG KONG WINTER,        !- DesignDayName
>     7,                       !- Maximum Dry-Bulb Temperature {C}
>     4.1,                     !- Daily Temperature Range {deltaC}
>     -4.5,                    !- Humidity Indicating Temperature at Max Temp {C}
>     99433.54,                !- Barometric Pressure {Pa} 7.2,                   
>      !- Wind Speed {m/s} 60,                      !- Wind Direction {deg} .44,  
>                       !- Sky Clearness 0,                       !- Rain
>     Indicator 0,                       !- Snow Indicator 21,                    
>      !- Day Of Month 1,                       !- Month Monday,                 
>     !- Day Type 0,                       !- Daylight Saving Time Indicator
>     Dew-Point;               !- Humidity Indicating Temperature Type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: GROUNDTEMPERATURES ===========
> 
> 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}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: MATERIAL:REGULAR ===========
> 
> MATERIAL:REGULAR,
>     10mm cement/sand render, !- Name
>     Smooth,                  !- Roughness
>     .01,                     !- Thickness {m}
>     .72,                     !- Conductivity {W/m-K}
>     1548.2,                  !- Density {kg/m3}
>     836.8000,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.9200000,               !- Absorptance:Solar
>     0.9200000;               !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     100mm common brick,      !- Name
>     Rough,                   !- Roughness
>     .1,                      !- Thickness {m}
>     .726,                    !- Conductivity {W/m-K}
>     1922.2,                  !- Density {kg/m3}
>     836.8000,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.7600000,               !- Absorptance:Solar
>     0.7600000;               !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     19mm gypsum plaster,     !- Name
>     Smooth,                  !- Roughness
>     .019,                    !- Thickness {m}
>     .726,                    !- Conductivity {W/m-K}
>     1601.8,                  !- Density {kg/m3}
>     836.8000,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.9200000,               !- Absorptance:Solar
>     0.9200000;               !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     150mm HW concrete,       !- Name
>     MediumRough,             !- Roughness
>     .15,                     !- Thickness {m}
>     2.16,                    !- Conductivity {W/m-K}
>     2242.6,                  !- Density {kg/m3}
>     836.8000,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     .83,                     !- Absorptance:Solar
>     .83;                     !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     200mm HW concrete,       !- Name
>     MediumRough,             !- Roughness
>     .2,                      !- Thickness {m}
>     1.73,                    !- Conductivity {W/m-K}
>     2242.6,                  !- Density {kg/m3}
>     836.8,                   !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     .83,                     !- Absorptance:Solar
>     .83;                     !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     13mm slag or stone,      !- Name
>     Rough,                   !- Roughness
>     .013,                    !- Thickness {m}
>     1.44,                    !- Conductivity {W/m-K}
>     881,                     !- Density {kg/m3}
>     1673.600,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.5500000,               !- Absorptance:Solar
>     0.5500000;               !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     10mm felt/membrane,      !- Name
>     Rough,                   !- Roughness
>     .01,                     !- Thickness {m}
>     .19,                     !- Conductivity {W/m-K}
>     1121.3,                  !- Density {kg/m3}
>     1673.600,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.7500000,               !- Absorptance:Solar
>     0.7500000;               !- Absorptance:Visible
> 
> MATERIAL:REGULAR,
>     25mm dense insulation,   !- Name
>     VeryRough,               !- Roughness
>     .025,                    !- Thickness {m}
>     .043,                    !- Conductivity {W/m-K}
>     91.3,                    !- Density {kg/m3}
>     836.8000,                !- Specific Heat {J/kg-K}
>     0.9000000,               !- Absorptance:Thermal
>     0.5000000,               !- Absorptance:Solar
>     0.5000000;               !- Absorptance:Visible
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: MATERIAL:WINDOWGLASS ===========
> 
> MATERIAL:WINDOWGLASS,
>     Window,                  !- 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}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONSTRUCTION ===========
> 
> CONSTRUCTION,
>     External wall,           !- Name
>     10mm cement/sand render, !- Outside Layer
>     150mm HW concrete,       !- Layer #2
>     19mm gypsum plaster;     !- Layer #3
> 
> CONSTRUCTION,
>     Staircase wall,          !- Name
>     19mm gypsum plaster,     !- Outside Layer
>     200mm HW concrete,       !- Layer #2
>     19mm gypsum plaster;     !- Layer #3
> 
> CONSTRUCTION,
>     Partition,               !- Name
>     19mm gypsum plaster,     !- Outside Layer
>     100mm common brick,      !- Layer #2
>     19mm gypsum plaster;     !- Layer #3
> 
> CONSTRUCTION,
>     Floor,                   !- Name
>     19mm gypsum plaster,     !- Outside Layer
>     150mm HW concrete,       !- Layer #2
>     19mm gypsum plaster;     !- Layer #3
> 
> CONSTRUCTION,
>     Roof,                    !- Name
>     13mm slag or stone,      !- Outside Layer
>     100mm common brick,      !- Layer #2
>     25mm dense insulation,   !- Layer #3
>     150mm HW concrete,       !- Layer #4
>     19mm gypsum plaster;     !- Layer #5
> 
> CONSTRUCTION,
>     Window  1,               !- Name
>     Window;                  !- Outside Layer
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE ===========
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-3,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     100.337639,              !- X Origin {m}
> ! FIELD Origin - Item 2
>     49.337914,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-2,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     100.337639,              !- X Origin {m}
> ! FIELD Origin - Item 2
>     30.987913,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-1,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     91.337639,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     38.187916,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-5,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     82.385262,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     34.837914,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-6,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     84.265640,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     36.337914,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-4,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     100.337639,              !- X Origin {m}
> ! FIELD Origin - Item 2
>     55.172913,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-7,               !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     91.787643,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     60.572914,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-EX1,             !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     82.385262,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     30.987913,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> ! NAME OF OBJECT
> ZONE,
>     Zone LG-EX2,             !- Zone Name
> ! FIELD Relative North (to building)
>     0,                       !- Relative North (to building) {deg}
> ! FIELD Origin - Item 1
>     98.737640,               !- X Origin {m}
> ! FIELD Origin - Item 2
>     76.012917,               !- Y Origin {m}
> ! FIELD Origin - Item 3
>     0.000000,                !- Z Origin {m}
> ! FIELD Type
>     1,                       !- Type
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Ceiling Height
>     2.7;                     !- Ceiling Height {m}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SURFACEGEOMETRY ===========
> 
> SurfaceGeometry,
>     LowerLeftCorner,         !- SurfaceStartingPosition
>     CounterClockWise,        !- VertexEntry
>     WorldCoordinateSystem;   !- CoordinateSystem
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SURFACE:HEATTRANSFER ===========
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   0,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-3,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  26,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0,                       !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   1,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-3,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.937916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.937916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   2,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-3,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   6,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.937916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.937916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.937916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.937916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   3,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-3,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  58,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.937916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.937916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   4,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-2,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  10,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     38.187916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     38.187916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   5,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-2,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  59,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0,                       !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     38.187916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.937916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.937916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     38.187916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   6,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-2,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   2,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.937916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.937916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.937916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.937916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   7,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-2,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0,                       !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.937916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.937916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   8,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-2,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG   9,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-1,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  60,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     38.187916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     38.187916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     38.187916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     38.187916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  10,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-1,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   4,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     38.187916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     38.187916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  11,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-1,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  12,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-1,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  15,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  13,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-1,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  61,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0,                       !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     38.187916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     38.187916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  14,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-5,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  62,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  15,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-5,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  12,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0,                       !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  16,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-5,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  17,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-5,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  51,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  18,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-6,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  48,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.265640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.265640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.265640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.265640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  19,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-6,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  47,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.265640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.890640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.890640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.265640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  20,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-6,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.890640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     89.619637,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     89.619637,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.890640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  21,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-6,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  66,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     89.619637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     89.619637,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     89.619637,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     89.619637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  22,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-6,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  65,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     89.619637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.265640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.265640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     89.619637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  23,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  56,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     55.172913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     110.087639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     55.172913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     110.087639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     55.172913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     55.172913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  24,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     110.087639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     55.172913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     110.087639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     110.087639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     110.087639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     55.172913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  25,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     110.087639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     110.087639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  26,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   0,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  27,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  57,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     55.172913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     55.172913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  28,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-7,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  43,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     60.572914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     71.237915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     71.237915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     60.572914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  29,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-7,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  42,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     71.237915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     71.237915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     71.237915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     71.237915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  30,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-7,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  41,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     71.237915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337166,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337166,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     71.237915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  31,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-7,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337166,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.737640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.737640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337166,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  32,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-7,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  72,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.737640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.737640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     60.572914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.737640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     60.572914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.737640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  33,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-4,               !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  71,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.737640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     60.572914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     60.572914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     60.572914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.737640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     60.572914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  34,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     75.412994,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     75.412994,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  35,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     75.412994,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     75.412994,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.862915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     75.412994,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.862915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     75.412994,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  36,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     75.412994,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.862915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     68.637642,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.862915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     68.637642,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.862915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     75.412994,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.862915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  37,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     68.637642,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.862915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     68.637642,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     67.187912,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     68.637642,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     67.187912,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     68.637642,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.862915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  38,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     68.637642,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     67.187912,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     75.438004,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     67.187912,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     75.438004,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     67.187912,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     68.637642,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     67.187912,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  39,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     75.438004,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     67.187912,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     75.438004,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     75.438004,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     75.438004,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     67.187912,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  40,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     75.438004,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337166,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337166,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     75.438004,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  41,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  30,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337166,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     71.237915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     71.237915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337166,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  42,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  29,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     71.237915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     71.237915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     71.237915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     71.237915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  43,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  28,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     71.237915,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     60.572914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     60.572914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     71.237915,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  44,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  70,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     60.572914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     48.812916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     48.812916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     60.572914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  45,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     48.812916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.890640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     48.812916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.890640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     48.812916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     48.812916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  46,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.890640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     48.812916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.890640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.890640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.890640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     48.812916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  47,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  19,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.890640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.265640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.265640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.890640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  48,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  18,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.265640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.265640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.265640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.265640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  49,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  64,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.265640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.265640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  50,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  63,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  51,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX1,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  17,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  52,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.737640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.662643,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.662643,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.737640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  53,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.662643,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     107.662643,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     57.972916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     107.662643,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     57.972916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.662643,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  54,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     107.662643,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     57.972916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     110.087639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     57.972916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     110.087639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     57.972916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     107.662643,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     57.972916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  55,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     110.087639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     57.972916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     110.087639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     55.172913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     110.087639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     55.172913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     110.087639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     57.972916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  56,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  23,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     110.087639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     55.172913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     55.172913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     55.172913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     110.087639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     55.172913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  57,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Staircase wall,          !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  27,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     55.172913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     49.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     49.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     55.172913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  58,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   3,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     49.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     39.937916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     39.937916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     49.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  59,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   5,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     39.937916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     100.337639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     38.187916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     100.337639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     38.187916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     39.937916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  60,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG   9,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     100.337639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     38.187916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     38.187916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     38.187916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     100.337639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     38.187916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  61,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  13,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     38.187916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.337639,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.337639,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     38.187916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  62,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  14,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.337639,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     34.837914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     34.837914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.337639,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  63,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  50,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     34.837914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     82.385262,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     82.385262,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     34.837914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  64,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  49,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     82.385262,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     84.265640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     84.265640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     82.385262,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  65,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  22,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     84.265640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     89.619637,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     36.337914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     89.619637,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     36.337914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     84.265640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  66,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  21,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     89.619637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     36.337914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     89.619637,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     89.619637,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     89.619637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     36.337914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  67,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     89.619637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.112640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.112640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     89.619637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  68,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.112640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.112640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     48.812916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.112640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     48.812916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.112640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  69,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     External wall,           !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     SunExposed,              !- Sun Exposure
> ! FIELD Wind Exposure
>     WindExposed,             !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.112640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     48.812916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     48.812916,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     48.812916,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.112640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     48.812916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  70,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  44,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     48.812916,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     91.787643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     60.572914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     91.787643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     60.572914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     48.812916,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  71,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  33,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     91.787643,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     60.572914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.737640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     60.572914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.737640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     60.572914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     91.787643,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     60.572914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer,
>     Wall LG  72,             !- User Supplied Surface Name
> ! FIELD Surface Type
>     WALL,                    !- Surface Type
> ! FIELD Construction Name of the Surface
>     Partition,               !- Construction Name of the Surface
> ! FIELD Inside Face Environment
>     Zone LG-EX2,             !- InsideFaceEnvironment
> ! FIELD Outside Face Environment
>     OtherZoneSurface,        !- OutsideFaceEnvironment
> ! FIELD Outside Face Environment Object
>     Wall LG  32,             !- OutsideFaceEnvironment Object
> ! FIELD Sun Exposure
>     NoSun,                   !- Sun Exposure
> ! FIELD Wind Exposure
>     NoWind,                  !- Wind Exposure
> ! FIELD View Factor to Ground
>     0.000000,                !- View Factor to Ground
> ! FIELD Number of Surface Vertices
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Surface Vertices List - Item 1
>     98.737640,               !- Vertex 1 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 2
>     60.572914,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 3
>     0.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 4
>     98.737640,               !- Vertex 2 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 6
>     0.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 7
>     98.737640,               !- Vertex 3 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 9
>     4.000000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Surface Vertices List - Item 10
>     98.737640,               !- Vertex 4 X-coordinate {m}
> ! FIELD Surface Vertices List - Item 11
>     60.572914,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Surface Vertices List - Item 12
>     4.000000;                !- Vertex 4 Z-coordinate {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-1,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-1,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 8.05,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 8.05,             
>           !- Vertex 3 X-coordinate {m} 8.05,                    !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8.05,                    !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-1,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-1,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 8.05,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 8.05,             
>           !- Vertex 3 X-coordinate {m} 8.05,                    !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8.05,                    !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-2,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-2,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 8.08,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 8.08,             
>           !- Vertex 3 X-coordinate {m} 8.08,                    !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8.08,                    !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-2,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-2,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 8.08,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 8.08,             
>           !- Vertex 3 X-coordinate {m} 8.08,                    !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8.08,                    !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-4,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-4,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 7.5,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 7.5,              
>           !- Vertex 3 X-coordinate {m} 7.5,                     !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 7.5,                     !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roor Zone LG-4,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-4,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 7.5,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 7.5,              
>           !- Vertex 3 X-coordinate {m} 7.5,                     !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 7.5,                     !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-5,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-5,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 5.8,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 5.8,              
>           !- Vertex 3 X-coordinate {m} 5.8,                     !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 5.8,                     !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-5,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-5,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 5.8,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 5.8,              
>           !- Vertex 3 X-coordinate {m} 5.8,                     !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 5.8,                     !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-6,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-6,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 4.5,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 4.5,              
>           !- Vertex 3 X-coordinate {m} 4.5,                     !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 4.5,                     !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-6,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-6,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 4.5,                     !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 4.5,              
>           !- Vertex 3 X-coordinate {m} 4.5,                     !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 4.5,                     !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-7,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-7,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 10.5,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 10.5,             
>           !- Vertex 3 X-coordinate {m} 10.5,                    !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 10.5,                    !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-7,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-7,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 10.5,                    !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 10.5,             
>           !- Vertex 3 X-coordinate {m} 10.5,                    !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 10.5,                    !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-EX1,       !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-EX1,             !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 28,                      !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 28,               
>           !- Vertex 3 X-coordinate {m} 28,                      !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 28,                      !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-EX1,        !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-EX1,             !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 28,                      !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 28,               
>           !- Vertex 3 X-coordinate {m} 28,                      !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 28,                      !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-EX2,       !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-EX2,             !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 18,                      !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 18,               
>           !- Vertex 3 X-coordinate {m} 18,                      !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 18,                      !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-EX2,        !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-EX2,             !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 18,                      !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 18,               
>           !- Vertex 3 X-coordinate {m} 18,                      !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 18,                      !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Floor Zone LG-3,         !- User Supplied Surface Name
>     FLOOR,                   !- Surface Type
>     Floor,                   !- Construction Name of the Surface
>     Zone LG-3,               !- InsideFaceEnvironment
>     Ground,                  !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     NoSun,                   !- Sun Exposure
>     NoWind,                  !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 0,   
>                        !- Vertex 1 Z-coordinate {m} 8,                       !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 0,                       !- Vertex 2 Z-coordinate {m} 8,                
>           !- Vertex 3 X-coordinate {m} 8,                       !- Vertex 3
>     Y-coordinate {m} 0,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8,                       !-
>     Vertex 4 Y-coordinate {m} 0;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> Surface:HeatTransfer,
>     Roof Zone LG-3,          !- User Supplied Surface Name
>     CEILING,                 !- Surface Type
>     Roof,                    !- Construction Name of the Surface
>     Zone LG-3,               !- InsideFaceEnvironment
>     ExteriorEnvironment,     !- OutsideFaceEnvironment
>     ,                        !- OutsideFaceEnvironment Object
>     SunExposed,              !- Sun Exposure
>     WindExposed,             !- Wind Exposure
>     0,                       !- View Factor to Ground
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface 0,                       !- Vertex 1
>     X-coordinate {m} 0,                       !- Vertex 1 Y-coordinate {m} 4,   
>                        !- Vertex 1 Z-coordinate {m} 8,                       !-
>     Vertex 2 X-coordinate {m} 0,                       !- Vertex 2 Y-coordinate
>     {m} 4,                       !- Vertex 2 Z-coordinate {m} 8,                
>           !- Vertex 3 X-coordinate {m} 8,                       !- Vertex 3
>     Y-coordinate {m} 4,                       !- Vertex 3 Z-coordinate {m} 0,   
>                        !- Vertex 4 X-coordinate {m} 8,                       !-
>     Vertex 4 Y-coordinate {m} 4;                       !- Vertex 4 Z-coordinate
>     {m}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SURFACE:HEATTRANSFER:SUB ===========
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG   1) LG   0,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG   1,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     48.602913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     40.772915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     40.772915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     48.602913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG  11) LG   1,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG  11,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     99.952637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     92.122643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     92.122643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     99.952637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG  20) LG   2,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG  20,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     85.111641,               !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     40.262913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     89.619637,               !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     40.262913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     89.619637,               !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     40.262913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     85.111641,               !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     40.262913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG  16) LG   3,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG  16,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     90.952637,               !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     83.122643,               !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     83.122643,               !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     90.952637,               !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG   8) LG   4,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG   8,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     106.952637,              !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     30.987913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     101.122643,              !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     30.987913,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     101.122643,              !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     30.987913,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     106.952637,              !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     30.987913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG   7) LG   5,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG   7,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     107.637642,              !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     37.117912,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     107.637642,              !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     31.287914,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     107.637642,              !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     31.287914,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     107.637642,              !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     37.117912,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG  24) LG   6,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG  24,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     110.087639,              !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     51.699913,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     110.087639,              !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     53.529915,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     110.087639,              !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     53.529915,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     110.087639,              !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     51.699913,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> ! NAME OF OBJECT
> Surface:HeatTransfer:Sub,
>     Window (Wall LG  31) LG   7,  !- User Supplied Surface Name
> ! FIELD Surface Type
>     WINDOW,                  !- Surface Type
> ! FIELD Construction Name of the Surface
>     Window  1,               !- Construction Name of the Surface
> ! FIELD Base Surface Name
>     Wall LG  31,             !- Base Surface Name
> ! FIELD Outside Face Environment Object
>     ,                        !- OutsideFaceEnvironment Object
> ! FIELD View Factor to Ground
>     0.5,                     !- View Factor to Ground
> ! FIELD Name of shading control
>     ,                        !- Name of shading control
> ! FIELD Window Frame And Divider Name
>     ,                        !- WindowFrameAndDivider Name
> ! FIELD Multiplier
>     1,                       !- Multiplier
> ! FIELD Number of Surface Vertices Groups
>     4,                       !- Number of Surface Vertex Groups -- Number of
>     (X,Y,Z) groups in this surface
> ! FIELD Vertex List - Item 1
>     93.887650,               !- Vertex 1 X-coordinate {m}
> ! FIELD Vertex List - Item 2
>     76.012917,               !- Vertex 1 Y-coordinate {m}
> ! FIELD Vertex List - Item 3
>     1.000000,                !- Vertex 1 Z-coordinate {m}
> ! FIELD Vertex List - Item 4
>     96.187653,               !- Vertex 2 X-coordinate {m}
> ! FIELD Vertex List - Item 5
>     76.012917,               !- Vertex 2 Y-coordinate {m}
> ! FIELD Vertex List - Item 6
>     1.000000,                !- Vertex 2 Z-coordinate {m}
> ! FIELD Vertex List - Item 7
>     96.187653,               !- Vertex 3 X-coordinate {m}
> ! FIELD Vertex List - Item 8
>     76.012917,               !- Vertex 3 Y-coordinate {m}
> ! FIELD Vertex List - Item 9
>     2.430000,                !- Vertex 3 Z-coordinate {m}
> ! FIELD Vertex List - Item 10
>     93.887650,               !- Vertex 4 X-coordinate {m}
> ! FIELD Vertex List - Item 11
>     76.012917,               !- Vertex 4 Y-coordinate {m}
> ! FIELD Vertex List - Item 12
>     2.430000;                !- Vertex 4 Z-coordinate {m}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SCHEDULETYPE ===========
> 
> ScheduleType,
>     Any Number;              !- ScheduleType Name
> 
> ScheduleType,
>     Percentage,              !- ScheduleType Name
>     0.0 : 100,               !- 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
> 
> ScheduleType,
>     Fraction,                !- ScheduleType Name
>     0:1,                     !- range
>     CONTINUOUS;              !- Numeric Type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: DAYSCHEDULE ===========
> 
> DAYSCHEDULE,
>     Hot Water Loop Daily,    !- Name
>     Temperature,             !- ScheduleType
>     82.,                     !- Hour 1
>     82.,                     !- Hour 2
>     82.,                     !- Hour 3
>     82.,                     !- Hour 4
>     82.,                     !- Hour 5
>     82.,                     !- Hour 6
>     82.,                     !- Hour 7
>     82.,                     !- Hour 8
>     82.,                     !- Hour 9
>     82.,                     !- Hour 10
>     82.,                     !- Hour 11
>     82.,                     !- Hour 12
>     82.,                     !- Hour 13
>     82.,                     !- Hour 14
>     82.,                     !- Hour 15
>     82.,                     !- Hour 16
>     82.,                     !- Hour 17
>     82.,                     !- Hour 18
>     82.,                     !- Hour 19
>     82.,                     !- Hour 20
>     82.,                     !- Hour 21
>     82.,                     !- Hour 22
>     82.,                     !- Hour 23
>     82.;                     !- Hour 24
> 
> DAYSCHEDULE,
>     OffOccDay 1-5,           !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     10,                      !- Hour 7
>     70,                      !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     50,                      !- Hour 13
>     95,                      !- Hour 14
>     95,                      !- Hour 15
>     95,                      !- Hour 16
>     70,                      !- Hour 17
>     30,                      !- Hour 18
>     10,                      !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     OffOccDay 6,             !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     10,                      !- Hour 7
>     40,                      !- Hour 8
>     70,                      !- Hour 9
>     70,                      !- Hour 10
>     70,                      !- Hour 11
>     70,                      !- Hour 12
>     70,                      !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     OffOccDay 7,             !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassOccDay 1-5,         !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     90,                      !- Hour 9
>     90,                      !- Hour 10
>     90,                      !- Hour 11
>     90,                      !- Hour 12
>     0,                       !- Hour 13
>     90,                      !- Hour 14
>     90,                      !- Hour 15
>     90,                      !- Hour 16
>     90,                      !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassOccDay 6,           !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     90,                      !- Hour 9
>     90,                      !- Hour 10
>     90,                      !- Hour 11
>     90,                      !- Hour 12
>     90,                      !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassOccDay 7,           !- Name
>     Percentage,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     OffEquipDay 1-5,         !- Name
>     Percentage,              !- ScheduleType
>     20,                      !- Hour 1
>     20,                      !- Hour 2
>     20,                      !- Hour 3
>     20,                      !- Hour 4
>     20,                      !- Hour 5
>     20,                      !- Hour 6
>     30,                      !- Hour 7
>     80,                      !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     95,                      !- Hour 14
>     95,                      !- Hour 15
>     95,                      !- Hour 16
>     95,                      !- Hour 17
>     80,                      !- Hour 18
>     50,                      !- Hour 19
>     30,                      !- Hour 20
>     20,                      !- Hour 21
>     20,                      !- Hour 22
>     20,                      !- Hour 23
>     20;                      !- Hour 24
> 
> DAYSCHEDULE,
>     OffEquipDay 6,           !- Name
>     Percentage,              !- ScheduleType
>     20,                      !- Hour 1
>     20,                      !- Hour 2
>     20,                      !- Hour 3
>     20,                      !- Hour 4
>     20,                      !- Hour 5
>     20,                      !- Hour 6
>     30,                      !- Hour 7
>     80,                      !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     20,                      !- Hour 14
>     20,                      !- Hour 15
>     20,                      !- Hour 16
>     20,                      !- Hour 17
>     20,                      !- Hour 18
>     20,                      !- Hour 19
>     20,                      !- Hour 20
>     20,                      !- Hour 21
>     20,                      !- Hour 22
>     20,                      !- Hour 23
>     20;                      !- Hour 24
> 
> DAYSCHEDULE,
>     OffEquipDay 7,           !- Name
>     Percentage,              !- ScheduleType
>     20,                      !- Hour 1
>     20,                      !- Hour 2
>     20,                      !- Hour 3
>     20,                      !- Hour 4
>     20,                      !- Hour 5
>     20,                      !- Hour 6
>     20,                      !- Hour 7
>     20,                      !- Hour 8
>     20,                      !- Hour 9
>     20,                      !- Hour 10
>     20,                      !- Hour 11
>     20,                      !- Hour 12
>     20,                      !- Hour 13
>     20,                      !- Hour 14
>     20,                      !- Hour 15
>     20,                      !- Hour 16
>     20,                      !- Hour 17
>     20,                      !- Hour 18
>     20,                      !- Hour 19
>     20,                      !- Hour 20
>     20,                      !- Hour 21
>     20,                      !- Hour 22
>     20,                      !- Hour 23
>     20;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ClassEquipDay 1-5,       !- Name
>     Percentage,              !- ScheduleType
>     10,                      !- Hour 1
>     10,                      !- Hour 2
>     10,                      !- Hour 3
>     10,                      !- Hour 4
>     10,                      !- Hour 5
>     10,                      !- Hour 6
>     10,                      !- Hour 7
>     10,                      !- Hour 8
>     90,                      !- Hour 9
>     90,                      !- Hour 10
>     90,                      !- Hour 11
>     90,                      !- Hour 12
>     10,                      !- Hour 13
>     90,                      !- Hour 14
>     90,                      !- Hour 15
>     90,                      !- Hour 16
>     90,                      !- Hour 17
>     10,                      !- Hour 18
>     10,                      !- Hour 19
>     10,                      !- Hour 20
>     10,                      !- Hour 21
>     10,                      !- Hour 22
>     10,                      !- Hour 23
>     10;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ClassEquipDay 6,         !- Name
>     Percentage,              !- ScheduleType
>     10,                      !- Hour 1
>     10,                      !- Hour 2
>     10,                      !- Hour 3
>     10,                      !- Hour 4
>     10,                      !- Hour 5
>     10,                      !- Hour 6
>     10,                      !- Hour 7
>     10,                      !- Hour 8
>     90,                      !- Hour 9
>     90,                      !- Hour 10
>     90,                      !- Hour 11
>     90,                      !- Hour 12
>     90,                      !- Hour 13
>     10,                      !- Hour 14
>     10,                      !- Hour 15
>     10,                      !- Hour 16
>     10,                      !- Hour 17
>     10,                      !- Hour 18
>     10,                      !- Hour 19
>     10,                      !- Hour 20
>     10,                      !- Hour 21
>     10,                      !- Hour 22
>     10,                      !- Hour 23
>     10;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ClassEquipDay 7,         !- Name
>     Percentage,              !- ScheduleType
>     10,                      !- Hour 1
>     10,                      !- Hour 2
>     10,                      !- Hour 3
>     10,                      !- Hour 4
>     10,                      !- Hour 5
>     10,                      !- Hour 6
>     10,                      !- Hour 7
>     10,                      !- Hour 8
>     10,                      !- Hour 9
>     10,                      !- Hour 10
>     10,                      !- Hour 11
>     10,                      !- Hour 12
>     10,                      !- Hour 13
>     10,                      !- Hour 14
>     10,                      !- Hour 15
>     10,                      !- Hour 16
>     10,                      !- Hour 17
>     10,                      !- Hour 18
>     10,                      !- Hour 19
>     10,                      !- Hour 20
>     10,                      !- Hour 21
>     10,                      !- Hour 22
>     10,                      !- Hour 23
>     10;                      !- Hour 24
> 
> DAYSCHEDULE,
>     OffLightDay 1-5,         !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     30,                      !- Hour 7
>     80,                      !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     95,                      !- Hour 14
>     95,                      !- Hour 15
>     95,                      !- Hour 16
>     95,                      !- Hour 17
>     95,                      !- Hour 18
>     80,                      !- Hour 19
>     50,                      !- Hour 20
>     30,                      !- Hour 21
>     10,                      !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     OffLightDay 6,           !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     30,                      !- Hour 7
>     80,                      !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     80,                      !- Hour 14
>     60,                      !- Hour 15
>     50,                      !- Hour 16
>     50,                      !- Hour 17
>     30,                      !- Hour 18
>     30,                      !- Hour 19
>     10,                      !- Hour 20
>     10,                      !- Hour 21
>     5,                       !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     OffLightdDay 7,          !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     5,                       !- Hour 7
>     5,                       !- Hour 8
>     5,                       !- Hour 9
>     5,                       !- Hour 10
>     5,                       !- Hour 11
>     5,                       !- Hour 12
>     5,                       !- Hour 13
>     5,                       !- Hour 14
>     5,                       !- Hour 15
>     5,                       !- Hour 16
>     5,                       !- Hour 17
>     5,                       !- Hour 18
>     5,                       !- Hour 19
>     5,                       !- Hour 20
>     5,                       !- Hour 21
>     5,                       !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassLightDay 1-5,       !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     5,                       !- Hour 7
>     5,                       !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     95,                      !- Hour 14
>     95,                      !- Hour 15
>     95,                      !- Hour 16
>     95,                      !- Hour 17
>     5,                       !- Hour 18
>     5,                       !- Hour 19
>     5,                       !- Hour 20
>     5,                       !- Hour 21
>     5,                       !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassLightDay 6,         !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     5,                       !- Hour 7
>     5,                       !- Hour 8
>     95,                      !- Hour 9
>     95,                      !- Hour 10
>     95,                      !- Hour 11
>     95,                      !- Hour 12
>     95,                      !- Hour 13
>     5,                       !- Hour 14
>     5,                       !- Hour 15
>     5,                       !- Hour 16
>     5,                       !- Hour 17
>     5,                       !- Hour 18
>     5,                       !- Hour 19
>     5,                       !- Hour 20
>     5,                       !- Hour 21
>     5,                       !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClassLightDay 7,         !- Name
>     Percentage,              !- ScheduleType
>     5,                       !- Hour 1
>     5,                       !- Hour 2
>     5,                       !- Hour 3
>     5,                       !- Hour 4
>     5,                       !- Hour 5
>     5,                       !- Hour 6
>     5,                       !- Hour 7
>     5,                       !- Hour 8
>     5,                       !- Hour 9
>     5,                       !- Hour 10
>     5,                       !- Hour 11
>     5,                       !- Hour 12
>     5,                       !- Hour 13
>     5,                       !- Hour 14
>     5,                       !- Hour 15
>     5,                       !- Hour 16
>     5,                       !- Hour 17
>     5,                       !- Hour 18
>     5,                       !- Hour 19
>     5,                       !- Hour 20
>     5,                       !- Hour 21
>     5,                       !- Hour 22
>     5,                       !- Hour 23
>     5;                       !- Hour 24
> 
> DAYSCHEDULE,
>     SysOnDay 1-5,            !- Name
>     On/Off,                  !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     1,                       !- Hour 16
>     1,                       !- Hour 17
>     1,                       !- Hour 18
>     1,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     SysOnDay 6,              !- Name
>     On/Off,                  !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     SysOffDay 7,             !- Name
>     On/Off,                  !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ChilledWaterLoopTemp,    !- Name
>     Temperature,             !- ScheduleType
>     7,                       !- Hour 1
>     7,                       !- Hour 2
>     7,                       !- Hour 3
>     7,                       !- Hour 4
>     7,                       !- Hour 5
>     7,                       !- Hour 6
>     7,                       !- Hour 7
>     7,                       !- Hour 8
>     7,                       !- Hour 9
>     7,                       !- Hour 10
>     7,                       !- Hour 11
>     7,                       !- Hour 12
>     7,                       !- Hour 13
>     7,                       !- Hour 14
>     7,                       !- Hour 15
>     7,                       !- Hour 16
>     7,                       !- Hour 17
>     7,                       !- Hour 18
>     7,                       !- Hour 19
>     7,                       !- Hour 20
>     7,                       !- Hour 21
>     7,                       !- Hour 22
>     7,                       !- Hour 23
>     7;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempSummer1-5 ,      !- Name
>     Temperature,             !- ScheduleType
>     32,                      !- Hour 1
>     32,                      !- Hour 2
>     32,                      !- Hour 3
>     32,                      !- Hour 4
>     32,                      !- Hour 5
>     32,                      !- Hour 6
>     24,                      !- Hour 7
>     24,                      !- Hour 8
>     24,                      !- Hour 9
>     24,                      !- Hour 10
>     24,                      !- Hour 11
>     24,                      !- Hour 12
>     24,                      !- Hour 13
>     24,                      !- Hour 14
>     24,                      !- Hour 15
>     24,                      !- Hour 16
>     24,                      !- Hour 17
>     24,                      !- Hour 18
>     24,                      !- Hour 19
>     32,                      !- Hour 20
>     32,                      !- Hour 21
>     32,                      !- Hour 22
>     32,                      !- Hour 23
>     32;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempWinter1-5,       !- Name
>     Temperature,             !- ScheduleType
>     7,                       !- Hour 1
>     7,                       !- Hour 2
>     7,                       !- Hour 3
>     7,                       !- Hour 4
>     7,                       !- Hour 5
>     7,                       !- Hour 6
>     21,                      !- Hour 7
>     21,                      !- Hour 8
>     21,                      !- Hour 9
>     21,                      !- Hour 10
>     21,                      !- Hour 11
>     21,                      !- Hour 12
>     21,                      !- Hour 13
>     21,                      !- Hour 14
>     21,                      !- Hour 15
>     21,                      !- Hour 16
>     21,                      !- Hour 17
>     21,                      !- Hour 18
>     21,                      !- Hour 19
>     7,                       !- Hour 20
>     7,                       !- Hour 21
>     7,                       !- Hour 22
>     7,                       !- Hour 23
>     7;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempSummer7,         !- Name
>     Temperature,             !- ScheduleType
>     32,                      !- Hour 1
>     32,                      !- Hour 2
>     32,                      !- Hour 3
>     32,                      !- Hour 4
>     32,                      !- Hour 5
>     32,                      !- Hour 6
>     32,                      !- Hour 7
>     32,                      !- Hour 8
>     32,                      !- Hour 9
>     32,                      !- Hour 10
>     32,                      !- Hour 11
>     32,                      !- Hour 12
>     32,                      !- Hour 13
>     32,                      !- Hour 14
>     32,                      !- Hour 15
>     32,                      !- Hour 16
>     32,                      !- Hour 17
>     32,                      !- Hour 18
>     32,                      !- Hour 19
>     32,                      !- Hour 20
>     32,                      !- Hour 21
>     32,                      !- Hour 22
>     32,                      !- Hour 23
>     32;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempWinter7,         !- Name
>     Temperature,             !- ScheduleType
>     7,                       !- Hour 1
>     7,                       !- Hour 2
>     7,                       !- Hour 3
>     7,                       !- Hour 4
>     7,                       !- Hour 5
>     7,                       !- Hour 6
>     7,                       !- Hour 7
>     7,                       !- Hour 8
>     7,                       !- Hour 9
>     7,                       !- Hour 10
>     7,                       !- Hour 11
>     7,                       !- Hour 12
>     7,                       !- Hour 13
>     7,                       !- Hour 14
>     7,                       !- Hour 15
>     7,                       !- Hour 16
>     7,                       !- Hour 17
>     7,                       !- Hour 18
>     7,                       !- Hour 19
>     7,                       !- Hour 20
>     7,                       !- Hour 21
>     7,                       !- Hour 22
>     7,                       !- Hour 23
>     7;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempSummer6,         !- Name
>     Temperature,             !- ScheduleType
>     32,                      !- Hour 1
>     32,                      !- Hour 2
>     32,                      !- Hour 3
>     32,                      !- Hour 4
>     32,                      !- Hour 5
>     32,                      !- Hour 6
>     24,                      !- Hour 7
>     24,                      !- Hour 8
>     24,                      !- Hour 9
>     24,                      !- Hour 10
>     24,                      !- Hour 11
>     24,                      !- Hour 12
>     24,                      !- Hour 13
>     24,                      !- Hour 14
>     24,                      !- Hour 15
>     32,                      !- Hour 16
>     32,                      !- Hour 17
>     32,                      !- Hour 18
>     32,                      !- Hour 19
>     32,                      !- Hour 20
>     32,                      !- Hour 21
>     32,                      !- Hour 22
>     32,                      !- Hour 23
>     32;                      !- Hour 24
> 
> DAYSCHEDULE,
>     ZoneTempWinter6,         !- Name
>     Temperature,             !- ScheduleType
>     7,                       !- Hour 1
>     7,                       !- Hour 2
>     7,                       !- Hour 3
>     7,                       !- Hour 4
>     7,                       !- Hour 5
>     7,                       !- Hour 6
>     21,                      !- Hour 7
>     21,                      !- Hour 8
>     21,                      !- Hour 9
>     21,                      !- Hour 10
>     21,                      !- Hour 11
>     21,                      !- Hour 12
>     21,                      !- Hour 13
>     21,                      !- Hour 14
>     21,                      !- Hour 15
>     7,                       !- Hour 16
>     7,                       !- Hour 17
>     7,                       !- Hour 18
>     7,                       !- Hour 19
>     7,                       !- Hour 20
>     7,                       !- Hour 21
>     7,                       !- Hour 22
>     7,                       !- Hour 23
>     7;                       !- Hour 24
> 
> DAYSCHEDULE,
>     SummerSATempDaySch,      !- Name
>     Temperature,             !- ScheduleType
>     13,                      !- Hour 1
>     13,                      !- Hour 2
>     13,                      !- Hour 3
>     13,                      !- Hour 4
>     13,                      !- Hour 5
>     13,                      !- Hour 6
>     13,                      !- Hour 7
>     13,                      !- Hour 8
>     13,                      !- Hour 9
>     13,                      !- Hour 10
>     13,                      !- Hour 11
>     13,                      !- Hour 12
>     13,                      !- Hour 13
>     13,                      !- Hour 14
>     13,                      !- Hour 15
>     13,                      !- Hour 16
>     13,                      !- Hour 17
>     13,                      !- Hour 18
>     13,                      !- Hour 19
>     13,                      !- Hour 20
>     13,                      !- Hour 21
>     13,                      !- Hour 22
>     13,                      !- Hour 23
>     13;                      !- Hour 24
> 
> DAYSCHEDULE,
>     WinterSATempDaySch,      !- Name
>     Temperature,             !- ScheduleType
>     16,                      !- Hour 1
>     16,                      !- Hour 2
>     16,                      !- Hour 3
>     16,                      !- Hour 4
>     16,                      !- Hour 5
>     16,                      !- Hour 6
>     16,                      !- Hour 7
>     16,                      !- Hour 8
>     16,                      !- Hour 9
>     16,                      !- Hour 10
>     16,                      !- Hour 11
>     16,                      !- Hour 12
>     16,                      !- Hour 13
>     16,                      !- Hour 14
>     16,                      !- Hour 15
>     16,                      !- Hour 16
>     16,                      !- Hour 17
>     16,                      !- Hour 18
>     16,                      !- Hour 19
>     16,                      !- Hour 20
>     16,                      !- Hour 21
>     16,                      !- Hour 22
>     16,                      !- Hour 23
>     16;                      !- Hour 24
> 
> DAYSCHEDULE,
>     SummerMATempDaySch,      !- Name
>     Temperature,             !- ScheduleType
>     11.,                     !- Hour 1
>     11.,                     !- Hour 2
>     11.,                     !- Hour 3
>     11.,                     !- Hour 4
>     11.,                     !- Hour 5
>     11.,                     !- Hour 6
>     11.,                     !- Hour 7
>     11.,                     !- Hour 8
>     11.,                     !- Hour 9
>     11.,                     !- Hour 10
>     11.,                     !- Hour 11
>     11.,                     !- Hour 12
>     11.,                     !- Hour 13
>     11.,                     !- Hour 14
>     11.,                     !- Hour 15
>     11.,                     !- Hour 16
>     11.,                     !- Hour 17
>     11.,                     !- Hour 18
>     11.,                     !- Hour 19
>     11.,                     !- Hour 20
>     11.,                     !- Hour 21
>     11.,                     !- Hour 22
>     11.,                     !- Hour 23
>     11.;                     !- Hour 24
> 
> DAYSCHEDULE,
>     WinterMATempDaySch,      !- Name
>     Temperature,             !- ScheduleType
>     14.,                     !- Hour 1
>     14.,                     !- Hour 2
>     14.,                     !- Hour 3
>     14.,                     !- Hour 4
>     14.,                     !- Hour 5
>     14.,                     !- Hour 6
>     14.,                     !- Hour 7
>     14.,                     !- Hour 8
>     14.,                     !- Hour 9
>     14.,                     !- Hour 10
>     14.,                     !- Hour 11
>     14.,                     !- Hour 12
>     14.,                     !- Hour 13
>     14.,                     !- Hour 14
>     14.,                     !- Hour 15
>     14.,                     !- Hour 16
>     14.,                     !- Hour 17
>     14.,                     !- Hour 18
>     14.,                     !- Hour 19
>     14.,                     !- Hour 20
>     14.,                     !- Hour 21
>     14.,                     !- Hour 22
>     14.,                     !- Hour 23
>     14.;                     !- Hour 24
> 
> DAYSCHEDULE,
>     ActLevDay,               !- Name
>     Any Number,              !- ScheduleType
>     130,                     !- Hour 1
>     130,                     !- Hour 2
>     130,                     !- Hour 3
>     130,                     !- Hour 4
>     130,                     !- Hour 5
>     130,                     !- Hour 6
>     130,                     !- Hour 7
>     130,                     !- Hour 8
>     130,                     !- Hour 9
>     130,                     !- Hour 10
>     130,                     !- Hour 11
>     130,                     !- Hour 12
>     130,                     !- Hour 13
>     130,                     !- Hour 14
>     130,                     !- Hour 15
>     130,                     !- Hour 16
>     130,                     !- Hour 17
>     130,                     !- Hour 18
>     130,                     !- Hour 19
>     130,                     !- Hour 20
>     130,                     !- Hour 21
>     130,                     !- Hour 22
>     130,                     !- Hour 23
>     130;                     !- Hour 24
> 
> DAYSCHEDULE,
>     WorkEffDay,              !- Name
>     Any Number,              !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     ClothingDay,             !- Name
>     Any Number,              !- ScheduleType
>     1,                       !- Hour 1
>     1,                       !- Hour 2
>     1,                       !- Hour 3
>     1,                       !- Hour 4
>     1,                       !- Hour 5
>     1,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     1,                       !- Hour 16
>     1,                       !- Hour 17
>     1,                       !- Hour 18
>     1,                       !- Hour 19
>     1,                       !- Hour 20
>     1,                       !- Hour 21
>     1,                       !- Hour 22
>     1,                       !- Hour 23
>     1;                       !- Hour 24
> 
> DAYSCHEDULE,
>     AirVelDay,               !- Name
>     Any Number,              !- ScheduleType
>     .137,                    !- Hour 1
>     .137,                    !- Hour 2
>     .137,                    !- Hour 3
>     .137,                    !- Hour 4
>     .137,                    !- Hour 5
>     .137,                    !- Hour 6
>     .137,                    !- Hour 7
>     .137,                    !- Hour 8
>     .137,                    !- Hour 9
>     .137,                    !- Hour 10
>     .137,                    !- Hour 11
>     .137,                    !- Hour 12
>     .137,                    !- Hour 13
>     .137,                    !- Hour 14
>     .137,                    !- Hour 15
>     .137,                    !- Hour 16
>     .137,                    !- Hour 17
>     .137,                    !- Hour 18
>     .137,                    !- Hour 19
>     .137,                    !- Hour 20
>     .137,                    !- Hour 21
>     .137,                    !- Hour 22
>     .137,                    !- Hour 23
>     .137;                    !- Hour 24
> 
> DAYSCHEDULE,
>     Day On Peak,             !- Name
>     Fraction,                !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     1,                       !- Hour 16
>     1,                       !- Hour 17
>     1,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Day Off Peak,            !- Name
>     Fraction,                !- ScheduleType
>     1,                       !- Hour 1
>     1,                       !- Hour 2
>     1,                       !- Hour 3
>     1,                       !- Hour 4
>     1,                       !- Hour 5
>     1,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     1,                       !- Hour 19
>     1,                       !- Hour 20
>     1,                       !- Hour 21
>     1,                       !- Hour 22
>     1,                       !- Hour 23
>     1;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Day On,                  !- Name
>     Fraction,                !- ScheduleType
>     1,                       !- Hour 1
>     1,                       !- Hour 2
>     1,                       !- Hour 3
>     1,                       !- Hour 4
>     1,                       !- Hour 5
>     1,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     1,                       !- Hour 16
>     1,                       !- Hour 17
>     1,                       !- Hour 18
>     1,                       !- Hour 19
>     1,                       !- Hour 20
>     1,                       !- Hour 21
>     1,                       !- Hour 22
>     1,                       !- Hour 23
>     1;                       !- Hour 24
> 
> DAYSCHEDULE,
>     CoolingCoilOffDay,       !- Name
>     Fraction,                !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     DuctHeaterOffDay,        !- Name
>     Fraction,                !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     DuctHeaterTempDay,       !- Name
>     Temperature,             !- ScheduleType
>     50,                      !- Hour 1
>     50,                      !- Hour 2
>     50,                      !- Hour 3
>     50,                      !- Hour 4
>     50,                      !- Hour 5
>     50,                      !- Hour 6
>     50,                      !- Hour 7
>     50,                      !- Hour 8
>     50,                      !- Hour 9
>     50,                      !- Hour 10
>     50,                      !- Hour 11
>     50,                      !- Hour 12
>     50,                      !- Hour 13
>     50,                      !- Hour 14
>     50,                      !- Hour 15
>     50,                      !- Hour 16
>     50,                      !- Hour 17
>     50,                      !- Hour 18
>     50,                      !- Hour 19
>     50,                      !- Hour 20
>     50,                      !- Hour 21
>     50,                      !- Hour 22
>     50,                      !- Hour 23
>     50;                      !- Hour 24
> 
> DAYSCHEDULE,
>     Summer Control Type Day Sch 1-5,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     2,                       !- Hour 7
>     2,                       !- Hour 8
>     2,                       !- Hour 9
>     2,                       !- Hour 10
>     2,                       !- Hour 11
>     2,                       !- Hour 12
>     2,                       !- Hour 13
>     2,                       !- Hour 14
>     2,                       !- Hour 15
>     2,                       !- Hour 16
>     2,                       !- Hour 17
>     2,                       !- Hour 18
>     2,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Summer Control Type Day Sch 6,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     2,                       !- Hour 7
>     2,                       !- Hour 8
>     2,                       !- Hour 9
>     2,                       !- Hour 10
>     2,                       !- Hour 11
>     2,                       !- Hour 12
>     2,                       !- Hour 13
>     2,                       !- Hour 14
>     2,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Summer Control Type Day Sch 7,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Winter Control Type Day Sch 1-5,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     1,                       !- Hour 16
>     1,                       !- Hour 17
>     1,                       !- Hour 18
>     1,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Winter Control Type Day Sch 6,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     1,                       !- Hour 7
>     1,                       !- Hour 8
>     1,                       !- Hour 9
>     1,                       !- Hour 10
>     1,                       !- Hour 11
>     1,                       !- Hour 12
>     1,                       !- Hour 13
>     1,                       !- Hour 14
>     1,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> DAYSCHEDULE,
>     Winter Control Type Day Sch 7,  !- Name
>     Control Type,            !- ScheduleType
>     0,                       !- Hour 1
>     0,                       !- Hour 2
>     0,                       !- Hour 3
>     0,                       !- Hour 4
>     0,                       !- Hour 5
>     0,                       !- Hour 6
>     0,                       !- Hour 7
>     0,                       !- Hour 8
>     0,                       !- Hour 9
>     0,                       !- Hour 10
>     0,                       !- Hour 11
>     0,                       !- Hour 12
>     0,                       !- Hour 13
>     0,                       !- Hour 14
>     0,                       !- Hour 15
>     0,                       !- Hour 16
>     0,                       !- Hour 17
>     0,                       !- Hour 18
>     0,                       !- Hour 19
>     0,                       !- Hour 20
>     0,                       !- Hour 21
>     0,                       !- Hour 22
>     0,                       !- Hour 23
>     0;                       !- Hour 24
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: WEEKSCHEDULE ===========
> 
> WEEKSCHEDULE,
>     Hot Water Loop Weekly,   !- Name
>     Hot Water Loop Daily,    !- Sunday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Monday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Tuesday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Wednesday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Thursday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Friday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Saturday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- Holiday DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- SummerDesignDay DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- WinterDesignDay DAYSCHEDULE Name
>     Hot Water Loop Daily,    !- CustomDay1 DAYSCHEDULE Name
>     Hot Water Loop Daily;    !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     OFFICE OCCUPANCY,        !- Name
>     OffOccDay 7,             !- Sunday DAYSCHEDULE Name
>     OffOccDay 1-5,           !- Monday DAYSCHEDULE Name
>     OffOccDay 1-5,           !- Tuesday DAYSCHEDULE Name
>     OffOccDay 1-5,           !- Wednesday DAYSCHEDULE Name
>     OffOccDay 1-5,           !- Thursday DAYSCHEDULE Name
>     OffOccDay 1-5,           !- Friday DAYSCHEDULE Name
>     OffOccDay 6,             !- Saturday DAYSCHEDULE Name
>     OffOccDay 7,             !- Holiday DAYSCHEDULE Name
>     OffOccDay 7,             !- SummerDesignDay DAYSCHEDULE Name
>     OffOccDay 7,             !- WinterDesignDay DAYSCHEDULE Name
>     OffOccDay 7,             !- CustomDay1 DAYSCHEDULE Name
>     OffOccDay 7;             !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     OFFICE EQUIPMENT,        !- Name
>     OffEquipDay 7,           !- Sunday DAYSCHEDULE Name
>     OffEquipDay 1-5,         !- Monday DAYSCHEDULE Name
>     OffEquipDay 1-5,         !- Tuesday DAYSCHEDULE Name
>     OffEquipDay 1-5,         !- Wednesday DAYSCHEDULE Name
>     OffEquipDay 1-5,         !- Thursday DAYSCHEDULE Name
>     OffEquipDay 1-5,         !- Friday DAYSCHEDULE Name
>     OffEquipDay 6,           !- Saturday DAYSCHEDULE Name
>     OffEquipDay 7,           !- Holiday DAYSCHEDULE Name
>     OffEquipDay 7,           !- SummerDesignDay DAYSCHEDULE Name
>     OffEquipDay 7,           !- WinterDesignDay DAYSCHEDULE Name
>     OffEquipDay 7,           !- CustomDay1 DAYSCHEDULE Name
>     OffEquipDay 7;           !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     OFFICE LIGHTING,         !- Name
>     OffLightdDay 7,          !- Sunday DAYSCHEDULE Name
>     OffLightDay 1-5,         !- Monday DAYSCHEDULE Name
>     OffLightDay 1-5,         !- Tuesday DAYSCHEDULE Name
>     OffLightDay 1-5,         !- Wednesday DAYSCHEDULE Name
>     OffLightDay 1-5,         !- Thursday DAYSCHEDULE Name
>     OffLightDay 1-5,         !- Friday DAYSCHEDULE Name
>     OffLightDay 6,           !- Saturday DAYSCHEDULE Name
>     OffLightdDay 7,          !- Holiday DAYSCHEDULE Name
>     OffLightdDay 7,          !- SummerDesignDay DAYSCHEDULE Name
>     OffLightdDay 7,          !- WinterDesignDay DAYSCHEDULE Name
>     OffLightdDay 7,          !- CustomDay1 DAYSCHEDULE Name
>     OffLightdDay 7;          !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     CLASSRM OCCUPANCY,       !- Name
>     ClassOccDay 7,           !- Sunday DAYSCHEDULE Name
>     ClassOccDay 1-5,         !- Monday DAYSCHEDULE Name
>     ClassOccDay 1-5,         !- Tuesday DAYSCHEDULE Name
>     ClassOccDay 1-5,         !- Wednesday DAYSCHEDULE Name
>     ClassOccDay 1-5,         !- Thursday DAYSCHEDULE Name
>     ClassOccDay 1-5,         !- Friday DAYSCHEDULE Name
>     ClassOccDay 6,           !- Saturday DAYSCHEDULE Name
>     ClassOccDay 7,           !- Holiday DAYSCHEDULE Name
>     ClassOccDay 7,           !- SummerDesignDay DAYSCHEDULE Name
>     ClassOccDay 7,           !- WinterDesignDay DAYSCHEDULE Name
>     ClassOccDay 7,           !- CustomDay1 DAYSCHEDULE Name
>     ClassOccDay 7;           !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     CLASSRM EQUIPMENT,       !- Name
>     ClassEquipDay 7,         !- Sunday DAYSCHEDULE Name
>     ClassEquipDay 1-5,       !- Monday DAYSCHEDULE Name
>     ClassEquipDay 1-5,       !- Tuesday DAYSCHEDULE Name
>     ClassEquipDay 1-5,       !- Wednesday DAYSCHEDULE Name
>     ClassEquipDay 1-5,       !- Thursday DAYSCHEDULE Name
>     ClassEquipDay 1-5,       !- Friday DAYSCHEDULE Name
>     ClassEquipDay 6,         !- Saturday DAYSCHEDULE Name
>     ClassEquipDay 7,         !- Holiday DAYSCHEDULE Name
>     ClassEquipDay 7,         !- SummerDesignDay DAYSCHEDULE Name
>     ClassEquipDay 7,         !- WinterDesignDay DAYSCHEDULE Name
>     ClassEquipDay 7,         !- CustomDay1 DAYSCHEDULE Name
>     ClassEquipDay 7;         !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     CLASSRM LIGHTING,        !- Name
>     ClassLightDay 7,         !- Sunday DAYSCHEDULE Name
>     ClassLightDay 1-5,       !- Monday DAYSCHEDULE Name
>     ClassLightDay 1-5,       !- Tuesday DAYSCHEDULE Name
>     ClassLightDay 1-5,       !- Wednesday DAYSCHEDULE Name
>     ClassLightDay 1-5,       !- Thursday DAYSCHEDULE Name
>     ClassLightDay 1-5,       !- Friday DAYSCHEDULE Name
>     ClassLightDay 6,         !- Saturday DAYSCHEDULE Name
>     ClassLightDay 7,         !- Holiday DAYSCHEDULE Name
>     ClassLightDay 7,         !- SummerDesignDay DAYSCHEDULE Name
>     ClassLightDay 7,         !- WinterDesignDay DAYSCHEDULE Name
>     ClassLightDay 7,         !- CustomDay1 DAYSCHEDULE Name
>     ClassLightDay 7;         !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     SYSTEM ON/OFF,           !- Name
>     SysOffDay 7,             !- Sunday DAYSCHEDULE Name
>     SysOnDay 1-5,            !- Monday DAYSCHEDULE Name
>     SysOnDay 1-5,            !- Tuesday DAYSCHEDULE Name
>     SysOnDay 1-5,            !- Wednesday DAYSCHEDULE Name
>     SysOnDay 1-5,            !- Thursday DAYSCHEDULE Name
>     SysOnDay 1-5,            !- Friday DAYSCHEDULE Name
>     SysOnDay 6,              !- Saturday DAYSCHEDULE Name
>     SysOffDay 7,             !- Holiday DAYSCHEDULE Name
>     SysOffDay 7,             !- SummerDesignDay DAYSCHEDULE Name
>     SysOffDay 7,             !- WinterDesignDay DAYSCHEDULE Name
>     SysOffDay 7,             !- CustomDay1 DAYSCHEDULE Name
>     SysOffDay 7;             !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     SummerSATempWeekSch,     !- Name
>     SummerSATempDaySch,      !- Sunday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Monday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Tuesday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Wednesday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Thursday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Friday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Saturday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- Holiday DAYSCHEDULE Name
>     SummerSATempDaySch,      !- SummerDesignDay DAYSCHEDULE Name
>     SummerSATempDaySch,      !- WinterDesignDay DAYSCHEDULE Name
>     SummerSATempDaySch,      !- CustomDay1 DAYSCHEDULE Name
>     SummerSATempDaySch;      !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     WinterSATempWeekSch,     !- Name
>     WinterSATempDaySch,      !- Sunday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Monday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Tuesday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Wednesday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Thursday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Friday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Saturday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- Holiday DAYSCHEDULE Name
>     WinterSATempDaySch,      !- SummerDesignDay DAYSCHEDULE Name
>     WinterSATempDaySch,      !- WinterDesignDay DAYSCHEDULE Name
>     WinterSATempDaySch,      !- CustomDay1 DAYSCHEDULE Name
>     WinterSATempDaySch;      !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     SummerMATempWeekSch,     !- Name
>     SummerMATempDaySch,      !- Sunday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Monday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Tuesday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Wednesday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Thursday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Friday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Saturday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- Holiday DAYSCHEDULE Name
>     SummerMATempDaySch,      !- SummerDesignDay DAYSCHEDULE Name
>     SummerMATempDaySch,      !- WinterDesignDay DAYSCHEDULE Name
>     SummerMATempDaySch,      !- CustomDay1 DAYSCHEDULE Name
>     SummerMATempDaySch;      !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     WinterMATempWeekSch,     !- Name
>     WinterMATempDaySch,      !- Sunday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Monday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Tuesday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Wednesday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Thursday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Friday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Saturday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- Holiday DAYSCHEDULE Name
>     WinterMATempDaySch,      !- SummerDesignDay DAYSCHEDULE Name
>     WinterMATempDaySch,      !- WinterDesignDay DAYSCHEDULE Name
>     WinterMATempDaySch,      !- CustomDay1 DAYSCHEDULE Name
>     WinterMATempDaySch;      !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Zone Temp Lo Week Sch,   !- Name
>     ZoneTempWinter7,         !- Sunday DAYSCHEDULE Name
>     ZoneTempWinter1-5,       !- Monday DAYSCHEDULE Name
>     ZoneTempWinter1-5,       !- Tuesday DAYSCHEDULE Name
>     ZoneTempWinter1-5,       !- Wednesday DAYSCHEDULE Name
>     ZoneTempWinter1-5,       !- Thursday DAYSCHEDULE Name
>     ZoneTempWinter1-5,       !- Friday DAYSCHEDULE Name
>     ZoneTempWinter6,         !- Saturday DAYSCHEDULE Name
>     ZoneTempWinter7,         !- Holiday DAYSCHEDULE Name
>     ZoneTempWinter7,         !- SummerDesignDay DAYSCHEDULE Name
>     ZoneTempWinter7,         !- WinterDesignDay DAYSCHEDULE Name
>     ZoneTempWinter7,         !- CustomDay1 DAYSCHEDULE Name
>     ZoneTempWinter7;         !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Zone Temp Hi Week Sch,   !- Name
>     ZoneTempSummer7,         !- Sunday DAYSCHEDULE Name
>     ZoneTempSummer1-5 ,      !- Monday DAYSCHEDULE Name
>     ZoneTempSummer1-5 ,      !- Tuesday DAYSCHEDULE Name
>     ZoneTempSummer1-5 ,      !- Wednesday DAYSCHEDULE Name
>     ZoneTempSummer1-5 ,      !- Thursday DAYSCHEDULE Name
>     ZoneTempSummer1-5 ,      !- Friday DAYSCHEDULE Name
>     ZoneTempSummer6,         !- Saturday DAYSCHEDULE Name
>     ZoneTempSummer7,         !- Holiday DAYSCHEDULE Name
>     ZoneTempSummer7,         !- SummerDesignDay DAYSCHEDULE Name
>     ZoneTempSummer7,         !- WinterDesignDay DAYSCHEDULE Name
>     ZoneTempSummer7,         !- CustomDay1 DAYSCHEDULE Name
>     ZoneTempSummer7;         !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     ChilledWaterLoopWeekly,  !- Name
>     ChilledWaterLoopTemp,    !- Sunday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Monday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Tuesday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Wednesday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Thursday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Friday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Saturday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- Holiday DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- SummerDesignDay DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- WinterDesignDay DAYSCHEDULE Name
>     ChilledWaterLoopTemp,    !- CustomDay1 DAYSCHEDULE Name
>     ChilledWaterLoopTemp;    !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     ActLevWeek,              !- Name
>     ActLevDay,               !- Sunday DAYSCHEDULE Name
>     ActLevDay,               !- Monday DAYSCHEDULE Name
>     ActLevDay,               !- Tuesday DAYSCHEDULE Name
>     ActLevDay,               !- Wednesday DAYSCHEDULE Name
>     ActLevDay,               !- Thursday DAYSCHEDULE Name
>     ActLevDay,               !- Friday DAYSCHEDULE Name
>     ActLevDay,               !- Saturday DAYSCHEDULE Name
>     ActLevDay,               !- Holiday DAYSCHEDULE Name
>     ActLevDay,               !- SummerDesignDay DAYSCHEDULE Name
>     ActLevDay,               !- WinterDesignDay DAYSCHEDULE Name
>     ActLevDay,               !- CustomDay1 DAYSCHEDULE Name
>     ActLevDay;               !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     WorkEffWeek,             !- Name
>     WorkEffDay,              !- Sunday DAYSCHEDULE Name
>     WorkEffDay,              !- Monday DAYSCHEDULE Name
>     WorkEffDay,              !- Tuesday DAYSCHEDULE Name
>     WorkEffDay,              !- Wednesday DAYSCHEDULE Name
>     WorkEffDay,              !- Thursday DAYSCHEDULE Name
>     WorkEffDay,              !- Friday DAYSCHEDULE Name
>     WorkEffDay,              !- Saturday DAYSCHEDULE Name
>     WorkEffDay,              !- Holiday DAYSCHEDULE Name
>     WorkEffDay,              !- SummerDesignDay DAYSCHEDULE Name
>     WorkEffDay,              !- WinterDesignDay DAYSCHEDULE Name
>     WorkEffDay,              !- CustomDay1 DAYSCHEDULE Name
>     WorkEffDay;              !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     ClothingWeek,            !- Name
>     ClothingDay,             !- Sunday DAYSCHEDULE Name
>     ClothingDay,             !- Monday DAYSCHEDULE Name
>     ClothingDay,             !- Tuesday DAYSCHEDULE Name
>     ClothingDay,             !- Wednesday DAYSCHEDULE Name
>     ClothingDay,             !- Thursday DAYSCHEDULE Name
>     ClothingDay,             !- Friday DAYSCHEDULE Name
>     ClothingDay,             !- Saturday DAYSCHEDULE Name
>     ClothingDay,             !- Holiday DAYSCHEDULE Name
>     ClothingDay,             !- SummerDesignDay DAYSCHEDULE Name
>     ClothingDay,             !- WinterDesignDay DAYSCHEDULE Name
>     ClothingDay,             !- CustomDay1 DAYSCHEDULE Name
>     ClothingDay;             !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     AirVelWeek,              !- Name
>     AirVelDay,               !- Sunday DAYSCHEDULE Name
>     AirVelDay,               !- Monday DAYSCHEDULE Name
>     AirVelDay,               !- Tuesday DAYSCHEDULE Name
>     AirVelDay,               !- Wednesday DAYSCHEDULE Name
>     AirVelDay,               !- Thursday DAYSCHEDULE Name
>     AirVelDay,               !- Friday DAYSCHEDULE Name
>     AirVelDay,               !- Saturday DAYSCHEDULE Name
>     AirVelDay,               !- Holiday DAYSCHEDULE Name
>     AirVelDay,               !- SummerDesignDay DAYSCHEDULE Name
>     AirVelDay,               !- WinterDesignDay DAYSCHEDULE Name
>     AirVelDay,               !- CustomDay1 DAYSCHEDULE Name
>     AirVelDay;               !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Week On Peak,            !- Name
>     Day On Peak,             !- Sunday DAYSCHEDULE Name
>     Day On Peak,             !- Monday DAYSCHEDULE Name
>     Day On Peak,             !- Tuesday DAYSCHEDULE Name
>     Day On Peak,             !- Wednesday DAYSCHEDULE Name
>     Day On Peak,             !- Thursday DAYSCHEDULE Name
>     Day On Peak,             !- Friday DAYSCHEDULE Name
>     Day On Peak,             !- Saturday DAYSCHEDULE Name
>     Day On Peak,             !- Holiday DAYSCHEDULE Name
>     Day On Peak,             !- SummerDesignDay DAYSCHEDULE Name
>     Day On Peak,             !- WinterDesignDay DAYSCHEDULE Name
>     Day On Peak,             !- CustomDay1 DAYSCHEDULE Name
>     Day On Peak;             !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Week Off Peak,           !- Name
>     Day Off Peak,            !- Sunday DAYSCHEDULE Name
>     Day Off Peak,            !- Monday DAYSCHEDULE Name
>     Day Off Peak,            !- Tuesday DAYSCHEDULE Name
>     Day Off Peak,            !- Wednesday DAYSCHEDULE Name
>     Day Off Peak,            !- Thursday DAYSCHEDULE Name
>     Day Off Peak,            !- Friday DAYSCHEDULE Name
>     Day Off Peak,            !- Saturday DAYSCHEDULE Name
>     Day Off Peak,            !- Holiday DAYSCHEDULE Name
>     Day Off Peak,            !- SummerDesignDay DAYSCHEDULE Name
>     Day Off Peak,            !- WinterDesignDay DAYSCHEDULE Name
>     Day Off Peak,            !- CustomDay1 DAYSCHEDULE Name
>     Day Off Peak;            !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Week On,                 !- Name
>     Day On,                  !- Sunday DAYSCHEDULE Name
>     Day On,                  !- Monday DAYSCHEDULE Name
>     Day On,                  !- Tuesday DAYSCHEDULE Name
>     Day On,                  !- Wednesday DAYSCHEDULE Name
>     Day On,                  !- Thursday DAYSCHEDULE Name
>     Day On,                  !- Friday DAYSCHEDULE Name
>     Day On,                  !- Saturday DAYSCHEDULE Name
>     Day On,                  !- Holiday DAYSCHEDULE Name
>     Day On,                  !- SummerDesignDay DAYSCHEDULE Name
>     Day On,                  !- WinterDesignDay DAYSCHEDULE Name
>     Day On,                  !- CustomDay1 DAYSCHEDULE Name
>     Day On;                  !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     CoolingCoilOffWeekly,    !- Name
>     CoolingCoilOffDay,       !- Sunday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Monday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Tuesday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Wednesday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Thursday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Friday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Saturday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- Holiday DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- SummerDesignDay DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- WinterDesignDay DAYSCHEDULE Name
>     CoolingCoilOffDay,       !- CustomDay1 DAYSCHEDULE Name
>     CoolingCoilOffDay;       !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     DuctHeaterOffWeekly,     !- Name
>     DuctHeaterOffDay,        !- Sunday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Monday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Tuesday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Wednesday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Thursday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Friday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Saturday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- Holiday DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- SummerDesignDay DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- WinterDesignDay DAYSCHEDULE Name
>     DuctHeaterOffDay,        !- CustomDay1 DAYSCHEDULE Name
>     DuctHeaterOffDay;        !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     DuctHeaterTempWeekly,    !- Name
>     DuctHeaterTempDay,       !- Sunday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Monday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Tuesday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Wednesday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Thursday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Friday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Saturday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- Holiday DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- SummerDesignDay DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- WinterDesignDay DAYSCHEDULE Name
>     DuctHeaterTempDay,       !- CustomDay1 DAYSCHEDULE Name
>     DuctHeaterTempDay;       !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Summer Control Type Week Sch,  !- Name
>     Summer Control Type Day Sch 7,  !- Sunday DAYSCHEDULE Name
>     Summer Control Type Day Sch 1-5,  !- Monday DAYSCHEDULE Name
>     Summer Control Type Day Sch 1-5,  !- Tuesday DAYSCHEDULE Name
>     Summer Control Type Day Sch 1-5,  !- Wednesday DAYSCHEDULE Name
>     Summer Control Type Day Sch 1-5,  !- Thursday DAYSCHEDULE Name
>     Summer Control Type Day Sch 1-5,  !- Friday DAYSCHEDULE Name
>     Summer Control Type Day Sch 6,  !- Saturday DAYSCHEDULE Name
>     Summer Control Type Day Sch 7,  !- Holiday DAYSCHEDULE Name
>     Summer Control Type Day Sch 7,  !- SummerDesignDay DAYSCHEDULE Name
>     Summer Control Type Day Sch 7,  !- WinterDesignDay DAYSCHEDULE Name
>     Summer Control Type Day Sch 7,  !- CustomDay1 DAYSCHEDULE Name
>     Summer Control Type Day Sch 7;  !- CustomDay2 DAYSCHEDULE Name
> 
> WEEKSCHEDULE,
>     Winter Control Type Week Sch,  !- Name
>     Winter Control Type Day Sch 7,  !- Sunday DAYSCHEDULE Name
>     Winter Control Type Day Sch 1-5,  !- Monday DAYSCHEDULE Name
>     Winter Control Type Day Sch 1-5,  !- Tuesday DAYSCHEDULE Name
>     Winter Control Type Day Sch 1-5,  !- Wednesday DAYSCHEDULE Name
>     Winter Control Type Day Sch 1-5,  !- Thursday DAYSCHEDULE Name
>     Winter Control Type Day Sch 1-5,  !- Friday DAYSCHEDULE Name
>     Winter Control Type Day Sch 6,  !- Saturday DAYSCHEDULE Name
>     Winter Control Type Day Sch 7,  !- Holiday DAYSCHEDULE Name
>     Winter Control Type Day Sch 7,  !- SummerDesignDay DAYSCHEDULE Name
>     Winter Control Type Day Sch 7,  !- WinterDesignDay DAYSCHEDULE Name
>     Winter Control Type Day Sch 7,  !- CustomDay1 DAYSCHEDULE Name
>     Winter Control Type Day Sch 7;  !- CustomDay2 DAYSCHEDULE Name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SCHEDULE ===========
> 
> SCHEDULE,
>     HW Loop Temp Schedule,   !- Name
>     Temperature,             !- ScheduleType
>     Hot Water Loop Weekly,   !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     OffOcc,                  !- Name
>     Percentage,              !- ScheduleType
>     OFFICE OCCUPANCY,        !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     OffEquip,                !- Name
>     Percentage,              !- ScheduleType
>     OFFICE EQUIPMENT,        !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     OffLight,                !- Name
>     Percentage,              !- ScheduleType
>     OFFICE LIGHTING,         !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     ClassrmOcc,              !- Name
>     Percentage,              !- ScheduleType
>     CLASSRM OCCUPANCY,       !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     ClassrmEquip,            !- Name
>     Percentage,              !- ScheduleType
>     CLASSRM EQUIPMENT,       !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     ClassrmLight,            !- Name
>     Percentage,              !- ScheduleType
>     CLASSRM LIGHTING,        !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     SeasonalResetSATempSch,  !- Name
>     Temperature,             !- ScheduleType
>     WinterSATempWeekSch,     !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     3,                       !- End Month 1
>     31,                      !- End Day 1
>     SummerSATempWeekSch,     !- Name of WEEKSCHEDULE 2
>     4,                       !- Start Month 2
>     1,                       !- Start Day 2
>     9,                       !- End Month 2
>     30,                      !- End Day 2
>     WinterSATempWeekSch,     !- Name of WEEKSCHEDULE 3
>     10,                      !- Start Month 3
>     1,                       !- Start Day 3
>     12,                      !- End Month 3
>     31;                      !- End Day 3
> 
> SCHEDULE,
>     SeasonalResetMATempSch,  !- Name
>     Temperature,             !- ScheduleType
>     WinterMATempWeekSch,     !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     3,                       !- End Month 1
>     31,                      !- End Day 1
>     SummerMATempWeekSch,     !- Name of WEEKSCHEDULE 2
>     4,                       !- Start Month 2
>     1,                       !- Start Day 2
>     9,                       !- End Month 2
>     30,                      !- End Day 2
>     WinterMATempWeekSch,     !- Name of WEEKSCHEDULE 3
>     10,                      !- Start Month 3
>     1,                       !- Start Day 3
>     12,                      !- End Month 3
>     31;                      !- End Day 3
> 
> SCHEDULE,
>     FCU/AHU Sched,           !- Name
>     On/Off,                  !- ScheduleType
>     SYSTEM ON/OFF,           !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     CoolingCoilAvailSched,   !- Name
>     Fraction,                !- ScheduleType
>     CoolingCoilOffWeekly,    !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     3,                       !- End Month 1
>     31,                      !- End Day 1
>     SYSTEM ON/OFF,           !- Name of WEEKSCHEDULE 2
>     4,                       !- Start Month 2
>     1,                       !- Start Day 2
>     9,                       !- End Month 2
>     30,                      !- End Day 2
>     CoolingCoilOffWeekly,    !- Name of WEEKSCHEDULE 3
>     10,                      !- Start Month 3
>     1,                       !- Start Day 3
>     12,                      !- End Month 3
>     31;                      !- End Day 3
> 
> SCHEDULE,
>     Cooling Setpoints,       !- Name
>     Temperature,             !- ScheduleType
>     Zone Temp Hi Week Sch,   !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     Heating Setpoints,       !- Name
>     Temperature,             !- ScheduleType
>     Zone Temp Lo Week Sch,   !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     CW Loop Temp Sch,        !- Name
>     Temperature,             !- ScheduleType
>     ChilledWaterLoopWeekly,  !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     Activity Sch,            !- Name
>     Any Number,              !- ScheduleType
>     ActLevWeek,              !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     WorkEff Sch,             !- Name
>     Any Number,              !- ScheduleType
>     WorkEffWeek,             !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     Clothing Sch,            !- Name
>     Any Number,              !- ScheduleType
>     ClothingWeek,            !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     AirVel Sch,              !- Name
>     Any Number,              !- ScheduleType
>     AirVelWeek,              !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     On Peak,                 !- Name
>     Fraction,                !- ScheduleType
>     Week On Peak,            !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     Off Peak,                !- Name
>     Fraction,                !- ScheduleType
>     Week Off Peak,           !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     On,                      !- Name
>     Fraction,                !- ScheduleType
>     Week On,                 !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     DuctHeaterAvailSched,    !- Name
>     Fraction,                !- ScheduleType
>     SYSTEM ON/OFF,           !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     3,                       !- End Month 1
>     31,                      !- End Day 1
>     DuctHeaterOffWeekly,     !- Name of WEEKSCHEDULE 2
>     4,                       !- Start Month 2
>     1,                       !- Start Day 2
>     9,                       !- End Month 2
>     30,                      !- End Day 2
>     SYSTEM ON/OFF,           !- Name of WEEKSCHEDULE 3
>     10,                      !- Start Month 3
>     1,                       !- Start Day 3
>     12,                      !- End Month 3
>     31;                      !- End Day 3
> 
> SCHEDULE,
>     DuctHeaterTempSch,       !- Name
>     Temperature,             !- ScheduleType
>     DuctHeaterTempWeekly,    !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     12,                      !- End Month 1
>     31;                      !- End Day 1
> 
> SCHEDULE,
>     Zone Control Type Sched, !- Name
>     Control Type,            !- ScheduleType
>     Winter Control Type Week Sch,  !- Name of WEEKSCHEDULE 1
>     1,                       !- Start Month 1
>     1,                       !- Start Day 1
>     3,                       !- End Month 1
>     31,                      !- End Day 1
>     Summer Control Type Week Sch,  !- Name of WEEKSCHEDULE 2
>     4,                       !- Start Month 2
>     1,                       !- Start Day 2
>     9,                       !- End Month 2
>     30,                      !- End Day 2
>     Winter Control Type Week Sch,  !- Name of WEEKSCHEDULE 3
>     10,                      !- Start Month 3
>     1,                       !- Start Day 3
>     12,                      !- End Month 3
>     31;                      !- End Day 3
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PEOPLE ===========
> 
> PEOPLE,
>     Zone LG-1,               !- Zone Name
>     5,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-2,               !- Zone Name
>     8,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-3,               !- Zone Name
>     5,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-4,               !- Zone Name
>     4,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-5,               !- Zone Name
>     6,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-6,               !- Zone Name
>     4,                       !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> PEOPLE,
>     Zone LG-7,               !- Zone Name
>     21,                      !- Number of People
>     OffOcc,                  !- Number of People SCHEDULE Name (real--fraction)
>     0.3000000,               !- Fraction Radiant Activity Sch;            !-
>     Activity level SCHEDULE Name (units W/person, real)
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: LIGHTS ===========
> 
> LIGHTS,
>     Zone LG-1,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     1124,                    !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-2,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     1124,                    !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-3,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     1124,                    !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-4,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     468,                     !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-5,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     562,                     !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-6,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     374,                     !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> LIGHTS,
>     Zone LG-7,               !- Zone Name
>     OffLight,                !- SCHEDULE Name
>     1685,                    !- Design Level {W}
>     0.0000000E+00,           !- Return Air Fraction
>     0.2000000,               !- Fraction Radiant
>     0.2000000,               !- Fraction Visible
>     0.0000000E+00,           !- Fraction Replaceable
>     GeneralLights;           !- LightsEndUseKey
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ELECTRIC EQUIPMENT ===========
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-1,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     754,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-2,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     754,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-3,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     754,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-4,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     314,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-5,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     377,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-6,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     251,                     !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> ELECTRIC EQUIPMENT,
>     Zone LG-7,               !- Zone Name
>     OffEquip,                !- SCHEDULE Name
>     1129,                    !- Design Level {W}
>     0.0000000E+00,           !- Fraction Latent
>     0.3000000,               !- Fraction Radiant
>     0.0000000E+00,           !- Fraction Lost
>     0;                       !- End-Use Category
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SIZING PARAMETERS ===========
> 
> SIZING PARAMETERS,
>     1.3,                     !- sizing factor
>     1;                       !- time steps in averaging window
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE SIZING ===========
> 
> ZONE SIZING,
>     Zone LG-1,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-2,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-3,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-4,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-5,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-6,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> ZONE SIZING,
>     Zone LG-7,               !- Name of a zone
>     13,                      !- Zone cooling design supply air temperature {C}
>     50,                      !- Zone heating design supply air temperature {C}
>     .0066,                   !- Zone cooling design supply air humidity ratio
>     {kg-H2O/kg-air} .0056,                   !- Zone heating design supply air
>     humidity ratio {kg-H2O/kg-air} flow/person,             !- outside air
>     method .008,                    !- outside air flow per person {m3/s} 0,    
>                       !- outside air flow {m3/s} 0,                       !-
>     zone sizing factor design day,              !- cooling design air flow
>     method 0,                       !- cooling design air flow rate {m3/s}
>     design day,              !- heating design air flow method 0;               
>            !- heating design air flow rate {m3/s}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SYSTEM SIZING ===========
> 
> SYSTEM SIZING,
>     CAV System-AHU LGA L/F,  !- name of an AIR PRIMARY LOOP object
>     sensible,                !- type of load to size on
>     autosize,                !- Design (minimum) outside air volumetric flow
>     rate {m3/s} 1,                       !- minimum system air flow ratio 7,    
>                       !- Preheat design set temperature {C} 13,                 
>         !- Central cooling design supply air temperature {C} 16,                
>          !- Central heating design supply air temperature {C} noncoincident,    
>           !- Sizing Option no,                      !- Cooling 100% Outside Air
>     no,                      !- Heating 100% Outside Air .0056,                 
>      !- Central cooling design supply air humidity ratio {kg-H2O/kg-air} .008,  
>                      !- Central heating design supply air humidity ratio
>     {kg-H2O/kg-air} design day,              !- cooling design air flow method
>     0,                       !- cooling design air flow rate {m3/s} design day, 
>                 !- heating design air flow method 0;                       !-
>     heating design air flow rate {m3/s}
> 
> SYSTEM SIZING,
>     CAV System-AHU LGB L/F,  !- name of an AIR PRIMARY LOOP object
>     sensible,                !- type of load to size on
>     autosize,                !- Design (minimum) outside air volumetric flow
>     rate {m3/s} 1,                       !- minimum system air flow ratio 7,    
>                       !- Preheat design set temperature {C} 13,                 
>         !- Central cooling design supply air temperature {C} 16,                
>          !- Central heating design supply air temperature {C} noncoincident,    
>           !- Sizing Option no,                      !- Cooling 100% Outside Air
>     no,                      !- Heating 100% Outside Air .0056,                 
>      !- Central cooling design supply air humidity ratio {kg-H2O/kg-air} .008,  
>                      !- Central heating design supply air humidity ratio
>     {kg-H2O/kg-air} design day,              !- cooling design air flow method
>     0,                       !- cooling design air flow rate {m3/s} design day, 
>                 !- heating design air flow method 0;                       !-
>     heating design air flow rate {m3/s}
> 
> SYSTEM SIZING,
>     CAV System-AHU LGC L/F,  !- name of an AIR PRIMARY LOOP object
>     sensible,                !- type of load to size on
>     autosize,                !- Design (minimum) outside air volumetric flow
>     rate {m3/s} 1,                       !- minimum system air flow ratio 7,    
>                       !- Preheat design set temperature {C} 13,                 
>         !- Central cooling design supply air temperature {C} 16,                
>          !- Central heating design supply air temperature {C} noncoincident,    
>           !- Sizing Option no,                      !- Cooling 100% Outside Air
>     no,                      !- Heating 100% Outside Air .0056,                 
>      !- Central cooling design supply air humidity ratio {kg-H2O/kg-air} .008,  
>                      !- Central heating design supply air humidity ratio
>     {kg-H2O/kg-air} design day,              !- cooling design air flow method
>     0,                       !- cooling design air flow rate {m3/s} design day, 
>                 !- heating design air flow method 0;                       !-
>     heating design air flow rate {m3/s}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PLANT SIZING ===========
> 
> PLANT SIZING,
>     Hot Water Loop,          !- name of a PLANT LOOP or CONDENSER LOOP object
>     heating,                 !- loop type 82.,                     !- Design
>     loop exit temperature {C} 11;                      !- Design loop delta T
>     {deltaC}
> 
> PLANT SIZING,
>     Chilled Water Loop Sys_1,!- name of a PLANT LOOP or CONDENSER LOOP object
>     cooling,                 !- loop type 7,                       !- Design
>     loop exit temperature {C} 5.5;                     !- Design loop delta T
>     {deltaC}
> 
> PLANT SIZING,
>     Chilled Water Loop Sys_2,!- name of a PLANT LOOP or CONDENSER LOOP object
>     cooling,                 !- loop type 7,                       !- Design
>     loop exit temperature {C} 5.5;                     !- Design loop delta T
>     {deltaC}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: NODE LIST ===========
> 
> NODE LIST,
>     Hot Water Loop Setpoint Node List,  !- Node List Name
>     HW Supply Outlet Node;   !- Node_ID_1
> 
> NODE LIST,
>     Chilled Water Loop Setpoint Node List,  !- Node List Name
>     CW Supply Outlet Node 2; !- Node_ID_1
> 
> NODE LIST,
>     Supply Air Temp Nodes 1, !- Node List Name
>     Air Loop Outlet Node-AHU LGA L/F,  !- Node_ID_1
>     Air Loop Outlet Node-AHU LGB L/F,  !- Node_ID_2
>     Air Loop Outlet Node-AHU LGC L/F;  !- Node_ID_3
> 
> NODE LIST,
>     Duct Heater Setpoint Nodes AHU-1,  !- Node List Name
>     Duct Heater Outlet Node-AHU LGA L/F,  !- Node_ID_1
>     Duct Heater Outlet Node-AHU LGB L/F,  !- Node_ID_2
>     Duct Heater Outlet Node-AHU LGC L/F;  !- Node_ID_3
> 
> NODE LIST,
>     Duct Heater Setpoint Nodes FCU-1,  !- Node List Name
>     Duct Heater Outlet Node-FCUzoneLG4,  !- Node_ID_1
>     Duct Heater Outlet Node-FCUzoneLG5,  !- Node_ID_2
>     Duct Heater Outlet Node-FCUzoneLG6,  !- Node_ID_3
>     Duct Heater Outlet Node-FCUzoneLG7;  !- Node_ID_4
> 
> NODE LIST,
>     Mixed Air Nodes 1,       !- Node List Name
>     Mixed Air Node-AHU LGA L/F,  !- Node_ID_1
>     Mixed Air Node-AHU LGB L/F,  !- Node_ID_2
>     Mixed Air Node-AHU LGC L/F;  !- Node_ID_3
> 
> NODE LIST,
>     OutsideAirInletNodes 1,  !- Node List Name
>     Outside Air Inlet Node-AHU LGC L/F,  !- Node_ID_1
>     Outside Air Inlet Node-AHU LGA L/F,  !- Node_ID_2
>     Outside Air Inlet Node-AHU LGB L/F;  !- Node_ID_3
> 
> NODE LIST,
>     OutsideAirInletNodes 3,  !- Node List Name
>     Outside Air Inlet Node-FCUzoneLG7,  !- Node_ID_1
>     Outside Air Inlet Node-FCUzoneLG4,  !- Node_ID_2
>     Outside Air Inlet Node-FCUzoneLG5,  !- Node_ID_3
>     Outside Air Inlet Node-FCUzoneLG6;  !- Node_ID_4
> 
> NODE LIST,
>     ZoneLG1Inlets,           !- Node List Name
>     Return Air Outlet Node-zoneLG1;  !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG2Inlets,           !- Node List Name
>     Return Air Outlet Node-zoneLG2;  !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG3Inlets,           !- Node List Name
>     Return Air Outlet Node-zoneLG3;  !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG4Inlets,           !- Node List Name
>     AirOutletNode-FCUzoneLG4;!- Node_ID_1
> 
> NODE LIST,
>     ZoneLG5Inlets,           !- Node List Name
>     AirOutletNode-FCUzoneLG5;!- Node_ID_1
> 
> NODE LIST,
>     ZoneLG6Inlets,           !- Node List Name
>     AirOutletNode-FCUzoneLG6;!- Node_ID_1
> 
> NODE LIST,
>     ZoneLG7Inlets,           !- Node List Name
>     AirOutletNode-FCUzoneLG7;!- Node_ID_1
> 
> NODE LIST,
>     ZoneLG4Exhausts,         !- Node List Name
>     AirInletNode-FCUzoneLG4; !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG5Exhausts,         !- Node List Name
>     AirInletNode-FCUzoneLG5; !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG6Exhausts,         !- Node List Name
>     AirInletNode-FCUzoneLG6; !- Node_ID_1
> 
> NODE LIST,
>     ZoneLG7Exhausts,         !- Node List Name
>     AirInletNode-FCUzoneLG7; !- Node_ID_1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: BRANCH LIST ===========
> 
> BRANCH LIST,
>     Heating Supply Side Branches,  !- Branch List Name
>     Heating Supply Inlet Branch,  !- Branch Name 1
>     Heating Purchased Hot Water Branch,  !- Branch Name 2
>     Heating Supply Bypass Branch,  !- Branch Name 3
>     Heating Supply Outlet Branch;  !- Branch Name 4
> 
> BRANCH LIST,
>     Heating Demand Side Branches,  !- Branch List Name
>     ZonesHWInletBranch,      !- Branch Name 1
>     ZoneLG4HWBranch,         !- Branch Name 2
>     ZoneLG5HWBranch,         !- Branch Name 3
>     ZoneLG6HWBranch,         !- Branch Name 4
>     ZonesHWBypassBranch,     !- Branch Name 5
>     ZonesHWOutletBranch,     !- Branch Name 6
>     ZoneLG7HWBranch;         !- Branch Name 7
> 
> BRANCH LIST,
>     Cooling Supply Side Branches(sys_2),  !- Branch List Name
>     Chiller3 Branch,         !- Branch Name 1
>     Chiller4 Branch,         !- Branch Name 2
>     Chiller5 Branch,         !- Branch Name 3
>     Chiller6 Branch,         !- Branch Name 4
>     Supply Bypass2 Branch,   !- Branch Name 5
>     Cooling Supply Outlet 2, !- Branch Name 6
>     CWP4 Branch;             !- Branch Name 7
> 
> BRANCH LIST,
>     Cooling Demand Side Branches(sys_2),  !- Branch List Name
>     Cooling Demand Inlet 2,  !- Branch Name 1
>     CCoilBranch-AHU LGA L/F, !- Branch Name 2
>     CCoilBranch-AHU LGB L/F, !- Branch Name 3
>     CCoilBranch-AHU LGC L/F, !- Branch Name 4
>     CCoilBranch-FCUzoneLG4,  !- Branch Name 5
>     CCoilBranch-FCUzoneLG5,  !- Branch Name 6
>     CCoilBranch-FCUzoneLG6,  !- Branch Name 7
>     CCoilBranch-FCUzoneLG7,  !- Branch Name 8
>     Cooling Demand Outlet 2; !- Branch Name 9
> 
> BRANCH LIST,
>     Air Loop Branches-AHU LGA L/F,  !- Branch List Name
>     Air Loop Main Branch-AHU LGA L/F;  !- Branch Name 1
> 
> BRANCH LIST,
>     Air Loop Branches-AHU LGB L/F,  !- Branch List Name
>     Air Loop Main Branch-AHU LGB L/F;  !- Branch Name 1
> 
> BRANCH LIST,
>     Air Loop Branches-AHU LGC L/F,  !- Branch List Name
>     Air Loop Main Branch-AHU LGC L/F;  !- Branch Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONNECTOR LIST ===========
> 
> CONNECTOR LIST,
>     Heating Supply Side Connectors,  !- Connector List Name
>     SPLITTER,                !- Type of Connector 1
>     Heating Supply Splitter, !- Name of Connector 1
>     MIXER,                   !- Type of Connector 2
>     Heating Supply Mixer;    !- Name of Connector 2
> 
> CONNECTOR LIST,
>     Heating Demand Side Connectors,  !- Connector List Name
>     SPLITTER,                !- Type of Connector 1
>     Zones HW Splitter,       !- Name of Connector 1
>     MIXER,                   !- Type of Connector 2
>     Zones HW Mixer;          !- Name of Connector 2
> 
> CONNECTOR LIST,
>     Cooling Supply Side Connectors(sys_2),  !- Connector List Name
>     SPLITTER,                !- Type of Connector 1
>     CW Loop Splitter 2,      !- Name of Connector 1
>     MIXER,                   !- Type of Connector 2
>     CW Loop Mixer 2;         !- Name of Connector 2
> 
> CONNECTOR LIST,
>     Cooling Demand Side Connectors(sys_2),  !- Connector List Name
>     SPLITTER,                !- Type of Connector 1
>     CW Demand Splitter(sys_2),  !- Name of Connector 1
>     MIXER,                   !- Type of Connector 2
>     CW Demand Mixer(sys_2);  !- Name of Connector 2
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: BRANCH ===========
> 
> BRANCH,
>     Heating Supply Inlet Branch,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PUMP:VARIABLE SPEED,     !- Comp1 Type
>     HW Circ Pump,            !- Comp1 Name
>     HW Supply Inlet Node,    !- Comp1 Inlet Node Name
>     HW Pump Outlet Node,     !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Heating Purchased Hot Water Branch,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     Purchased:Hot Water,     !- Comp1 Type
>     Purchased Heating,       !- Comp1 Name
>     Purchased Heat Inlet Node,  !- Comp1 Inlet Node Name
>     Purchased Heat Outlet Node,  !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Heating Supply Bypass Branch,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     Heating Supply Side Bypass,  !- Comp1 Name
>     Heating Supply Bypass Inlet Node,  !- Comp1 Inlet Node Name
>     Heating Supply Bypass Outlet Node,  !- Comp1 Outlet Node Name
>     BYPASS;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Heating Supply Outlet Branch,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     Heating Supply Outlet,   !- Comp1 Name
>     Heating Supply Exit Pipe Inlet Node,  !- Comp1 Inlet Node Name
>     HW Supply Outlet Node,   !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZonesHWInletBranch,      !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     ZonesHWInletPipe,        !- Comp1 Name
>     HW Demand Inlet Node,    !- Comp1 Inlet Node Name
>     HW Demand Entrance Pipe Outlet Node,  !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZonesHWOutletBranch,     !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     ZonesHWOutletPipe,       !- Comp1 Name
>     HW Demand Exit Pipe Inlet Node,  !- Comp1 Inlet Node Name
>     HW Demand Outlet Node,   !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZoneLG4HWBranch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:SimpleHeating,!- Comp1 Type
>     ZoneLG4FanCoilHeatingCoil,  !- Comp1 Name
>     ZoneLG4FanCoilHWInletNode,  !- Comp1 Inlet Node Name
>     ZoneLG4FanCoilHWOutletNode,  !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZoneLG5HWBranch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:SimpleHeating,!- Comp1 Type
>     ZoneLG5FanCoilHeatingCoil,  !- Comp1 Name
>     ZoneLG5FanCoilHWInletNode,  !- Comp1 Inlet Node Name
>     ZoneLG5FanCoilHWOutletNode,  !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZoneLG6HWBranch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:SimpleHeating,!- Comp1 Type
>     ZoneLG6FanCoilHeatingCoil,  !- Comp1 Name
>     ZoneLG6FanCoilHWInletNode,  !- Comp1 Inlet Node Name
>     ZoneLG6FanCoilHWOutletNode,  !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZoneLG7HWBranch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:SimpleHeating,!- Comp1 Type
>     ZoneLG7FanCoilHeatingCoil,  !- Comp1 Name
>     ZoneLG7FanCoilHWInletNode,  !- Comp1 Inlet Node Name
>     ZoneLG7FanCoilHWOutletNode,  !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     ZonesHWBypassBranch,     !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     ZonesHWBypassPipe,       !- Comp1 Name
>     ZonesHWBypassInletNode,  !- Comp1 Inlet Node Name
>     ZonesHWBypassOutletNode, !- Comp1 Outlet Node Name
>     BYPASS;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CWP4 Branch,             !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PUMP:CONSTANT SPEED,     !- Comp1 Type
>     CWP4(sys_2),             !- Comp1 Name
>     CW Supply Inlet Node 2,  !- Comp1 Inlet Node Name
>     CW4 Pump Outlet Node,    !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     Chiller3 Branch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     CHILLER:CONST COP,       !- Comp1 Type
>     Chiller3(sys_2),         !- Comp1 Name
>     Chiller3 Inlet Node,     !- Comp1 Inlet Node Name
>     Chiller3 Outlet Node,    !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Chiller4 Branch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     CHILLER:CONST COP,       !- Comp1 Type
>     Chiller4(sys_2),         !- Comp1 Name
>     Chiller4 Inlet Node,     !- Comp1 Inlet Node Name
>     Chiller4 Outlet Node,    !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Chiller5 Branch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     CHILLER:CONST COP,       !- Comp1 Type
>     Chiller5(sys_2),         !- Comp1 Name
>     Chiller5 Inlet Node,     !- Comp1 Inlet Node Name
>     Chiller5 Outlet Node,    !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Chiller6 Branch,         !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     CHILLER:CONST COP,       !- Comp1 Type
>     Chiller6(sys_2),         !- Comp1 Name
>     Chiller6 Inlet Node,     !- Comp1 Inlet Node Name
>     Chiller6 Outlet Node,    !- Comp1 Outlet Node Name
>     ACTIVE;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Supply Bypass2 Branch,   !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     Supply Side Bypass 2,    !- Comp1 Name
>     CW Supply Bypass2 Inlet Node,  !- Comp1 Inlet Node Name
>     CW Supply Bypass2 Outlet Node,  !- Comp1 Outlet Node Name
>     BYPASS;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     Cooling Supply Outlet 2, !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     Supply Side Outlet Pipe 2,  !- Comp1 Name
>     Supply Side Exit Pipe Inlet Node 2,  !- Comp1 Inlet Node Name
>     CW Supply Outlet Node 2, !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     Cooling Demand Inlet 2,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     CW Demand Side Inlet Pipe 2,  !- Comp1 Name
>     CW Demand Inlet Node 2,  !- Comp1 Inlet Node Name
>     CW Demand Entrance Pipe Outlet Node 2,  !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     Cooling Demand Outlet 2, !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     PIPE,                    !- Comp1 Type
>     CW Demand Side Outlet Pipe 2,  !- Comp1 Name
>     CW Demand Exit Pipe Inlet Node 2,  !- Comp1 Inlet Node Name
>     CW Demand Outlet Node 2, !- Comp1 Outlet Node Name
>     PASSIVE;                 !- Comp1 Branch Control Type
> 
> BRANCH,
>     Air Loop Main Branch-AHU LGA L/F,  !- Branch Name
>     autosize,                !- Maximum Branch Flow Rate {m3/s}
>     OUTSIDE AIR SYSTEM,      !- Comp1 Type
>     OASys-AHU LGA L/F,       !- Comp1 Name
>     Air Loop Inlet Node-AHU LGA L/F,  !- Comp1 Inlet Node Name
>     Mixed Air Node-AHU LGA L/F,  !- Comp1 Outlet Node Name
>     PASSIVE,                 !- Comp1 Branch Control Type
>     COIL:Water:Cooling,      !- Comp2 Type
>     Cooling Coil-AHU LGA L/F,!- Comp2 Name
>     Mixed Air Node-AHU LGA L/F,  !- Comp2 Inlet Node Name
>     Cooling Coil Air Outlet Node-AHU LGA L/F,  !- Comp2 Outlet Node Name
>     ACTIVE,                  !- Comp2 Branch Control Type
>     FAN:SIMPLE:ConstVolume,  !- Comp3 Type
>     SupplyFan-AHU LGA L/F,   !- Comp3 Name
>     Cooling Coil Air Outlet Node-AHU LGA L/F,  !- Comp3 Inlet Node Name
>     Heating Coil Air Inlet Node-AHU LGA L/F,  !- Comp3 Outlet Node Name
>     PASSIVE,                 !- Comp3 Branch Control Type
>     COIL:Electric:Heating,   !- Comp4 Type
>     Duct Heater-AHU LGA L/F, !- Comp4 Name
>     Heating Coil Air Inlet Node-AHU LGA L/F,  !- Comp4 Inlet Node Name
>     Air Loop Outlet Node-AHU LGA L/F,  !- Comp4 Outlet Node Name
>     ACTIVE;                  !- Comp4 Branch Control Type
> 
> BRANCH,
>     Air Loop Main Branch-AHU LGB L/F,  !- Branch Name
>     autosize,                !- Maximum Branch Flow Rate {m3/s}
>     OUTSIDE AIR SYSTEM,      !- Comp1 Type
>     OASys-AHU LGB L/F,       !- Comp1 Name
>     Air Loop Inlet Node-AHU LGB L/F,  !- Comp1 Inlet Node Name
>     Mixed Air Node-AHU LGB L/F,  !- Comp1 Outlet Node Name
>     PASSIVE,                 !- Comp1 Branch Control Type
>     COIL:Water:Cooling,      !- Comp2 Type
>     Cooling Coil-AHU LGB L/F,!- Comp2 Name
>     Mixed Air Node-AHU LGB L/F,  !- Comp2 Inlet Node Name
>     Cooling Coil Air Outlet Node-AHU LGB L/F,  !- Comp2 Outlet Node Name
>     ACTIVE,                  !- Comp2 Branch Control Type
>     FAN:SIMPLE:ConstVolume,  !- Comp3 Type
>     SupplyFan-AHU LGB L/F,   !- Comp3 Name
>     Cooling Coil Air Outlet Node-AHU LGB L/F,  !- Comp3 Inlet Node Name
>     Heating Coil Air Inlet Node-AHU LGB L/F,  !- Comp3 Outlet Node Name
>     PASSIVE,                 !- Comp3 Branch Control Type
>     COIL:Electric:Heating,   !- Comp4 Type
>     Duct Heater-AHU LGB L/F, !- Comp4 Name
>     Heating Coil Air Inlet Node-AHU LGB L/F,  !- Comp4 Inlet Node Name
>     Air Loop Outlet Node-AHU LGB L/F,  !- Comp4 Outlet Node Name
>     ACTIVE;                  !- Comp4 Branch Control Type
> 
> BRANCH,
>     Air Loop Main Branch-AHU LGC L/F,  !- Branch Name
>     autosize,                !- Maximum Branch Flow Rate {m3/s}
>     OUTSIDE AIR SYSTEM,      !- Comp1 Type
>     OASys-AHU LGC L/F,       !- Comp1 Name
>     Air Loop Inlet Node-AHU LGC L/F,  !- Comp1 Inlet Node Name
>     Mixed Air Node-AHU LGC L/F,  !- Comp1 Outlet Node Name
>     PASSIVE,                 !- Comp1 Branch Control Type
>     COIL:Water:Cooling,      !- Comp2 Type
>     Cooling Coil-AHU LGC L/F,!- Comp2 Name
>     Mixed Air Node-AHU LGC L/F,  !- Comp2 Inlet Node Name
>     Cooling Coil Air Outlet Node-AHU LGC L/F,  !- Comp2 Outlet Node Name
>     ACTIVE,                  !- Comp2 Branch Control Type
>     FAN:SIMPLE:ConstVolume,  !- Comp3 Type
>     SupplyFan-AHU LGC L/F,   !- Comp3 Name
>     Cooling Coil Air Outlet Node-AHU LGC L/F,  !- Comp3 Inlet Node Name
>     Heating Coil Air Inlet Node-AHU LGC L/F,  !- Comp3 Outlet Node Name
>     PASSIVE,                 !- Comp3 Branch Control Type
>     COIL:Electric:Heating,   !- Comp4 Type
>     Duct Heater-AHU LGC L/F, !- Comp4 Name
>     Heating Coil Air Inlet Node-AHU LGC L/F,  !- Comp4 Inlet Node Name
>     Air Loop Outlet Node-AHU LGC L/F,  !- Comp4 Outlet Node Name
>     ACTIVE;                  !- Comp4 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-AHU LGA L/F, !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-AHU LGA L/F,!- Comp1 Name
>     Cooling Coil Water Inlet Node-AHU LGA L/F,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-AHU LGA L/F,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-AHU LGB L/F, !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-AHU LGB L/F,!- Comp1 Name
>     Cooling Coil Water Inlet Node-AHU LGB L/F,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-AHU LGB L/F,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-AHU LGC L/F, !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-AHU LGC L/F,!- Comp1 Name
>     Cooling Coil Water Inlet Node-AHU LGC L/F,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-AHU LGC L/F,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-FCUzoneLG4,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-FCUzoneLG4, !- Comp1 Name
>     Cooling Coil Water Inlet Node-FCUzoneLG4,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-FCUzoneLG4,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-FCUzoneLG5,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-FCUzoneLG5, !- Comp1 Name
>     Cooling Coil Water Inlet Node-FCUzoneLG5,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-FCUzoneLG5,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-FCUzoneLG6,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-FCUzoneLG6, !- Comp1 Name
>     Cooling Coil Water Inlet Node-FCUzoneLG6,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-FCUzoneLG6,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> BRANCH,
>     CCoilBranch-FCUzoneLG7,  !- Branch Name
>     0,                       !- Maximum Branch Flow Rate {m3/s}
>     COIL:Water:Cooling,      !- Comp1 Type
>     Cooling Coil-FCUzoneLG7, !- Comp1 Name
>     Cooling Coil Water Inlet Node-FCUzoneLG7,  !- Comp1 Inlet Node Name
>     Cooling Coil Water Outlet Node-FCUzoneLG7,  !- Comp1 Outlet Node Name
>     Active;                  !- Comp1 Branch Control Type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PIPE ===========
> 
> PIPE,
>     Heating Supply Side Bypass,  !- PipeName
>     Heating Supply Bypass Inlet Node,  !- Inlet Node Name
>     Heating Supply Bypass Outlet Node;  !- Outlet Node Name
> 
> PIPE,
>     Heating Supply Outlet,   !- PipeName
>     Heating Supply Exit Pipe Inlet Node,  !- Inlet Node Name
>     HW Supply Outlet Node;   !- Outlet Node Name
> 
> PIPE,
>     ZonesHWInletPipe,        !- PipeName
>     HW Demand Inlet Node,    !- Inlet Node Name
>     HW Demand Entrance Pipe Outlet Node;  !- Outlet Node Name
> 
> PIPE,
>     ZonesHWOutletPipe,       !- PipeName
>     HW Demand Exit Pipe Inlet Node,  !- Inlet Node Name
>     HW Demand Outlet Node;   !- Outlet Node Name
> 
> PIPE,
>     ZonesHWBypassPipe,       !- PipeName
>     ZonesHWBypassInletNode,  !- Inlet Node Name
>     ZonesHWBypassOutletNode; !- Outlet Node Name
> 
> PIPE,
>     Supply Side Outlet Pipe 2,  !- PipeName
>     Supply Side Exit Pipe Inlet Node 2,  !- Inlet Node Name
>     CW Supply Outlet Node 2; !- Outlet Node Name
> 
> PIPE,
>     Supply Side Bypass 2,    !- PipeName
>     CW Supply Bypass2 Inlet Node,  !- Inlet Node Name
>     CW Supply Bypass2 Outlet Node;  !- Outlet Node Name
> 
> PIPE,
>     CW Demand Side Inlet Pipe 2,  !- PipeName
>     CW Demand Inlet Node 2,  !- Inlet Node Name
>     CW Demand Entrance Pipe Outlet Node 2;  !- Outlet Node Name
> 
> PIPE,
>     CW Demand Side Outlet Pipe 2,  !- PipeName
>     CW Demand Exit Pipe Inlet Node 2,  !- Inlet Node Name
>     CW Demand Outlet Node 2; !- Outlet Node Name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PLANT LOOP ===========
> 
> PLANT LOOP,
>     Hot Water Loop,          !- Plant Loop Name
>     Water,                   !- Fluid Type
>     Hot Loop Operation,      !- Plant Operation Scheme List Name
>     HW Supply Outlet Node,   !- Loop Temperature Setpoint Node Name
>     100,                     !- Maximum Loop Temperature {C}
>     10,                      !- Minimum Loop Temperature {C}
>     autosize,                !- Maximum Loop Volumetric Flow Rate {m3/s}
>     0.0,                     !- Minimum Loop Volumetric Flow Rate {m3/s}
>     autosize,                !- volume of the plant loop {m3}
>     HW Supply Inlet Node,    !- Plant Side Inlet Node Name
>     HW Supply Outlet Node,   !- Plant Side Outlet Node Name
>     Heating Supply Side Branches,  !- Plant Side Branch List Name
>     Heating Supply Side Connectors,  !- Plant Side Connector List Name
>     HW Demand Inlet Node,    !- Demand Side Inlet Node Name
>     HW Demand Outlet Node,   !- Demand Side Outlet Nodes Name
>     Heating Demand Side Branches,  !- Demand Side Branch List Name
>     Heating Demand Side Connectors,  !- Demand Side Connector List Name
>     Optimal;                 !- Load Distribution Scheme
> 
> PLANT LOOP,
>     Chilled Water Loop Sys_2,!- Plant Loop Name
>     Water,                   !- Fluid Type
>     CW Loop Operation Sys_2, !- Plant Operation Scheme List Name
>     CW Supply Outlet Node 2, !- Loop Temperature Setpoint Node Name
>     98,                      !- Maximum Loop Temperature {C}
>     1,                       !- Minimum Loop Temperature {C}
>     autosize,                !- Maximum Loop Volumetric Flow Rate {m3/s}
>     0,                       !- Minimum Loop Volumetric Flow Rate {m3/s}
>     autosize,                !- volume of the plant loop {m3}
>     CW Supply Inlet Node 2,  !- Plant Side Inlet Node Name
>     CW Supply Outlet Node 2, !- Plant Side Outlet Node Name
>     Cooling Supply Side Branches(Sys_2),  !- Plant Side Branch List Name
>     Cooling Supply Side Connectors(Sys_2),  !- Plant Side Connector List Name CW
>     Demand Inlet Node 2,  !- Demand Side Inlet Node Name CW Demand Outlet Node
>     2, !- Demand Side Outlet Nodes Name Cooling Demand Side Branches(Sys_2),  !-
>     Demand Side Branch List Name Cooling Demand Side Connectors(Sys_2),  !-
>     Demand Side Connector List Name Optimal;                 !- Load
>     Distribution Scheme
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PLANT OPERATION SCHEMES ===========
> 
> PLANT OPERATION SCHEMES,
>     Hot Loop Operation,      !- PlantOperationSchemeName
>     HEATING LOAD RANGE BASED OPERATION,  !- KEY--Control Scheme 1
>     Purchased Heating Only,  !- Control Scheme Name 1
>     ON;                      !- Control Scheme Schedule 1
> 
> PLANT OPERATION SCHEMES,
>     CW Loop Operation Sys_2, !- PlantOperationSchemeName
>     COOLING LOAD RANGE BASED OPERATION,  !- KEY--Control Scheme 1
>     Peak Operation Sys_2,    !- Control Scheme Name 1
>     On Peak,                 !- Control Scheme Schedule 1
>     COOLING LOAD RANGE BASED OPERATION,  !- KEY--Control Scheme 2
>     Off Peak Operation Sys_2,!- Control Scheme Name 2
>     Off Peak;                !- Control Scheme Schedule 2
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: COOLING LOAD RANGE BASED OPERATION
> !===========
> 
> COOLING LOAD RANGE BASED OPERATION,
>     Peak Operation Sys_2,    !- Name
>     0,                       !- Load Range Lower Limit 1 {W}
>     600000,                  !- Load Range Upper Limit 1 {W}
>     Chiller Plant Sys_2A,    !- Priority Control Equip List Name 1
>     600000,                  !- Load Range Lower Limit 2 {W}
>     1200000,                 !- Load Range Upper Limit 2 {W}
>     Chiller Plant Sys_2B;    !- Priority Control Equip List Name 2
> 
> COOLING LOAD RANGE BASED OPERATION,
>     Off Peak Operation Sys_2,!- Name
>     0,                       !- Load Range Lower Limit 1 {W}
>     1200000,                 !- Load Range Upper Limit 1 {W}
>     All Chiller Plants Sys_2 ;  !- Priority Control Equip List Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: HEATING LOAD RANGE BASED OPERATION
> !===========
> 
> HEATING LOAD RANGE BASED OPERATION,
>     Purchased Heating Only,  !- Name
>     0,                       !- Load Range Lower Limit 1 {W}
>     1000000,                 !- Load Range Upper Limit 1 {W}
>     heating plant;           !- Priority Control Equip List Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PLANT EQUIPMENT LIST ===========
> 
> PLANT EQUIPMENT LIST,
>     heating plant,           !- Equip List Name
>     Purchased:Hot Water,     !- KEY--Plant Equip 1
>     Purchased Heating;       !- Equip Name 1
> 
> PLANT EQUIPMENT LIST,
>     Chiller Plant Sys_2A,    !- Equip List Name
>     CHILLER:CONST COP,       !- KEY--Plant Equip 1
>     Chiller3(sys_2),         !- Equip Name 1
>     CHILLER:CONST COP,       !- KEY--Plant Equip 2
>     Chiller4(sys_2)    ;     !- Equip Name 2
> 
> PLANT EQUIPMENT LIST,
>     Chiller Plant Sys_2B,    !- Equip List Name
>     CHILLER:CONST COP,       !- KEY--Plant Equip 1
>     Chiller5(sys_2),         !- Equip Name 1
>     CHILLER:CONST COP,       !- KEY--Plant Equip 2
>     Chiller6(sys_2) ;        !- Equip Name 2
> 
> PLANT EQUIPMENT LIST,
>     All Chiller Plants Sys_2 ,  !- Equip List Name
>     CHILLER:CONST COP,       !- KEY--Plant Equip 1
>     Chiller3(sys_2) ,        !- Equip Name 1
>     CHILLER:CONST COP,       !- KEY--Plant Equip 2
>     Chiller4(sys_2),         !- Equip Name 2
>     CHILLER:CONST COP,       !- KEY--Plant Equip 3
>     Chiller5(sys_2),         !- Equip Name 3
>     CHILLER:CONST COP,       !- KEY--Plant Equip 4
>     Chiller6(sys_2) ;        !- Equip Name 4
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SPLITTER ===========
> 
> SPLITTER,
>     Heating Supply Splitter, !- SplitterName
>     Heating Supply Inlet Branch,  !- Inlet Branch Name
>     Heating Purchased Hot Water Branch,  !- Outlet Branch Name 1
>     Heating Supply Bypass Branch;  !- Outlet Branch Name 2
> 
> SPLITTER,
>     Zones HW Splitter,       !- SplitterName
>     ZonesHWInletBranch,      !- Inlet Branch Name
>     ZoneLG4HWBranch,         !- Outlet Branch Name 1
>     ZoneLG5HWBranch,         !- Outlet Branch Name 2
>     ZoneLG6HWBranch,         !- Outlet Branch Name 3
>     ZoneLG7HWBranch,         !- Outlet Branch Name 4
>     ZonesHWBypassBranch;     !- Outlet Branch Name 5
> 
> SPLITTER,
>     CW Loop Splitter 2,      !- SplitterName
>     CWP4 Branch,             !- Inlet Branch Name
>     Chiller3 Branch,         !- Outlet Branch Name 1
>     Chiller4 Branch,         !- Outlet Branch Name 2
>     Chiller5 Branch,         !- Outlet Branch Name 3
>     Chiller6 Branch,         !- Outlet Branch Name 4
>     Supply Bypass2 Branch;   !- Outlet Branch Name 5
> 
> SPLITTER,
>     CW Demand Splitter(sys_2),  !- SplitterName
>     Cooling Demand Inlet 2,  !- Inlet Branch Name
>     CCoilBranch-AHU LGB L/F, !- Outlet Branch Name 1
>     CCoilBranch-AHU LGC L/F, !- Outlet Branch Name 2
>     CCoilBranch-FCUzoneLG4,  !- Outlet Branch Name 3
>     CCoilBranch-FCUzoneLG5,  !- Outlet Branch Name 4
>     CCoilBranch-FCUzoneLG6,  !- Outlet Branch Name 5
>     CCoilBranch-FCUzoneLG7,  !- Outlet Branch Name 6
>     CCoilBranch-AHU LGA L/F; !- Outlet Branch Name 7
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: MIXER ===========
> 
> MIXER,
>     Heating Supply Mixer,    !- MixerName
>     Heating Supply Outlet Branch,  !- Outlet Branch Name
>     Heating Purchased Hot Water Branch,  !- Inlet Branch Name 1
>     Heating Supply Bypass Branch;  !- Inlet Branch Name 2
> 
> MIXER,
>     Zones HW Mixer,          !- MixerName
>     ZonesHWOutletBranch,     !- Outlet Branch Name
>     ZoneLG4HWBranch,         !- Inlet Branch Name 1
>     ZoneLG5HWBranch,         !- Inlet Branch Name 2
>     ZoneLG6HWBranch,         !- Inlet Branch Name 3
>     ZoneLG7HWBranch,         !- Inlet Branch Name 4
>     ZonesHWBypassBranch;     !- Inlet Branch Name 5
> 
> MIXER,
>     CW Loop Mixer 2,         !- MixerName
>     Cooling Supply Outlet 2, !- Outlet Branch Name
>     Chiller3 Branch,         !- Inlet Branch Name 1
>     Chiller4 Branch,         !- Inlet Branch Name 2
>     Chiller5 Branch,         !- Inlet Branch Name 3
>     Chiller6 Branch,         !- Inlet Branch Name 4
>     Supply Bypass2 Branch;   !- Inlet Branch Name 5
> 
> MIXER,
>     CW Demand Mixer(sys_2),  !- MixerName
>     Cooling Demand Outlet 2, !- Outlet Branch Name
>     CCoilBranch-AHU LGB L/F, !- Inlet Branch Name 1
>     CCoilBranch-AHU LGC L/F, !- Inlet Branch Name 2
>     CCoilBranch-FCUzoneLG4,  !- Inlet Branch Name 3
>     CCoilBranch-FCUzoneLG5,  !- Inlet Branch Name 4
>     CCoilBranch-FCUzoneLG6,  !- Inlet Branch Name 5
>     CCoilBranch-FCUzoneLG7,  !- Inlet Branch Name 6
>     CCoilBranch-AHU LGA L/F; !- Inlet Branch Name 7
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: AIR PRIMARY LOOP ===========
> 
> AIR PRIMARY LOOP,
>     CAV System-AHU LGA L/F,  !- Primary Air Loop Name
>     CAVsysControllers-AHU LGA L/F,  !- Name: Controller List
>     CAV System Avail List-AHU LGA L/F,  !- Name: System Availability Manager
>     List .66,                     !- Primary air design volumetric flow rate
>     {m3/s} Air Loop Branches-AHU LGA L/F,  !- Air Loop Branch List Name ,       
>                     !- Air Loop Connector List Name Air Loop Inlet Node-AHU LGA
>     L/F,  !- ReturnAir AirLoop Inlet Node ZoneEquipOutletNode-zoneLG1,  !-
>     ZoneEquipGroup Outlet Node ZoneEquipInletNode-zoneLG1,  !- SupplyAirPath
>     ZoneEquipGroup Inlet Nodes Air Loop Outlet Node-AHU LGA L/F;  !- AirLoop
>     Outlet Nodes
> 
> AIR PRIMARY LOOP,
>     CAV System-AHU LGB L/F,  !- Primary Air Loop Name
>     CAVsysControllers-AHU LGB L/F,  !- Name: Controller List
>     CAV System Avail List-AHU LGB L/F,  !- Name: System Availability Manager
>     List 1.04,                    !- Primary air design volumetric flow rate
>     {m3/s} Air Loop Branches-AHU LGB L/F,  !- Air Loop Branch List Name ,       
>                     !- Air Loop Connector List Name Air Loop Inlet Node-AHU LGB
>     L/F,  !- ReturnAir AirLoop Inlet Node ZoneEquipOutletNode-zoneLG2,  !-
>     ZoneEquipGroup Outlet Node ZoneEquipInletNode-zoneLG2,  !- SupplyAirPath
>     ZoneEquipGroup Inlet Nodes Air Loop Outlet Node-AHU LGB L/F;  !- AirLoop
>     Outlet Nodes
> 
> AIR PRIMARY LOOP,
>     CAV System-AHU LGC L/F,  !- Primary Air Loop Name
>     CAVsysControllers-AHU LGC L/F,  !- Name: Controller List
>     CAV System Avail List-AHU LGC L/F,  !- Name: System Availability Manager
>     List 1.04,                    !- Primary air design volumetric flow rate
>     {m3/s} Air Loop Branches-AHU LGC L/F,  !- Air Loop Branch List Name ,       
>                     !- Air Loop Connector List Name Air Loop Inlet Node-AHU LGC
>     L/F,  !- ReturnAir AirLoop Inlet Node ZoneEquipOutletNode-zoneLG3,  !-
>     ZoneEquipGroup Outlet Node ZoneEquipInletNode-zoneLG3,  !- SupplyAirPath
>     ZoneEquipGroup Inlet Nodes Air Loop Outlet Node-AHU LGC L/F;  !- AirLoop
>     Outlet Nodes
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONTROLLER LIST ===========
> 
> CONTROLLER LIST,
>     CAVsysControllers-AHU LGA L/F,  !- Name
>     CONTROLLER:SIMPLE,       !- Controller Type 1
>     Cooling Coil Controller-AHU LGA L/F;  !- Controller Name 1
> 
> CONTROLLER LIST,
>     OAsysController-AHU LGA L/F,  !- Name
>     CONTROLLER:OUTSIDE AIR,  !- Controller Type 1
>     OAController-AHU LGA L/F;!- Controller Name 1
> 
> CONTROLLER LIST,
>     CAVsysControllers-AHU LGB L/F,  !- Name
>     CONTROLLER:SIMPLE,       !- Controller Type 1
>     Cooling Coil Controller-AHU LGB L/F;  !- Controller Name 1
> 
> CONTROLLER LIST,
>     OAsysController-AHU LGB L/F,  !- Name
>     CONTROLLER:OUTSIDE AIR,  !- Controller Type 1
>     OAController-AHU LGB L/F;!- Controller Name 1
> 
> CONTROLLER LIST,
>     CAVsysControllers-AHU LGC L/F,  !- Name
>     CONTROLLER:SIMPLE,       !- Controller Type 1
>     Cooling Coil Controller-AHU LGC L/F;  !- Controller Name 1
> 
> CONTROLLER LIST,
>     OAsysController-AHU LGC L/F,  !- Name
>     CONTROLLER:OUTSIDE AIR,  !- Controller Type 1
>     OAController-AHU LGC L/F;!- Controller Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: AIR LOOP EQUIPMENT LIST ===========
> 
> AIR LOOP EQUIPMENT LIST,
>     OASysEquip-AHU LGA L/F,  !- Name
>     OUTSIDE AIR MIXER,       !- KEY--System Component 1
>     OAMixingBox-AHU LGA L/F; !- Component Name 1
> 
> AIR LOOP EQUIPMENT LIST,
>     OASysEquip-AHU LGB L/F,  !- Name
>     OUTSIDE AIR MIXER,       !- KEY--System Component 1
>     OAMixingBox-AHU LGB L/F; !- Component Name 1
> 
> AIR LOOP EQUIPMENT LIST,
>     OASysEquip-AHU LGC L/F,  !- Name
>     OUTSIDE AIR MIXER,       !- KEY--System Component 1
>     OAMixingBox-AHU LGC L/F; !- Component Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: OUTSIDE AIR SYSTEM ===========
> 
> OUTSIDE AIR SYSTEM,
>     OASys-AHU LGA L/F,       !- Name
>     OAsysController-AHU LGA L/F,  !- Name: Controller List
>     OASysEquip-AHU LGA L/F,  !- Name of an Air Loop Equipment List
>     CAV System Avail List-AHU LGA L/F;  !- Name of a System Availability Manager
>     List
> 
> OUTSIDE AIR SYSTEM,
>     OASys-AHU LGB L/F,       !- Name
>     OAsysController-AHU LGB L/F,  !- Name: Controller List
>     OASysEquip-AHU LGB L/F,  !- Name of an Air Loop Equipment List
>     CAV System Avail List-AHU LGB L/F;  !- Name of a System Availability Manager
>     List
> 
> OUTSIDE AIR SYSTEM,
>     OASys-AHU LGC L/F,       !- Name
>     OAsysController-AHU LGC L/F,  !- Name: Controller List
>     OASysEquip-AHU LGC L/F,  !- Name of an Air Loop Equipment List
>     CAV System Avail List-AHU LGC L/F;  !- Name of a System Availability Manager
>     List
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: OUTSIDE AIR INLET NODE LIST ===========
> 
> OUTSIDE AIR INLET NODE LIST,
>     OutsideAirInletNodes 1,  !- 1st Node name or node list name
>     OutsideAirInletNodes 2,  !- 2nd Node name or node list name
>     OutsideAirInletNodes 3,  !- 3rd Node name or node list name
>     OutsideAirInletNodes 4;  !- 4th Node name or node list name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: OUTSIDE AIR MIXER ===========
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-AHU LGA L/F, !- Name
>     Mixed Air Node-AHU LGA L/F,  !- Mixed_Air_Node
>     Outside Air Inlet Node-AHU LGA L/F,  !- Outside_Air_Stream_Node
>     Relief Air Outlet Node-AHU LGA L/F,  !- Relief_Air_Stream_Node
>     Air Loop Inlet Node-AHU LGA L/F;  !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-AHU LGB L/F, !- Name
>     Mixed Air Node-AHU LGB L/F,  !- Mixed_Air_Node
>     Outside Air Inlet Node-AHU LGB L/F,  !- Outside_Air_Stream_Node
>     Relief Air Outlet Node-AHU LGB L/F,  !- Relief_Air_Stream_Node
>     Air Loop Inlet Node-AHU LGB L/F;  !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-AHU LGC L/F, !- Name
>     Mixed Air Node-AHU LGC L/F,  !- Mixed_Air_Node
>     Outside Air Inlet Node-AHU LGC L/F,  !- Outside_Air_Stream_Node
>     Relief Air Outlet Node-AHU LGC L/F,  !- Relief_Air_Stream_Node
>     Air Loop Inlet Node-AHU LGC L/F;  !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-FCUzoneLG4,  !- Name
>     OAMixerNode-FCUzoneLG4,  !- Mixed_Air_Node
>     OAInNode-FCUzoneLG4,     !- Outside_Air_Stream_Node
>     ExhNode-FCUzoneLG4,      !- Relief_Air_Stream_Node
>     AirInletNode-FCUzoneLG4; !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-FCUzoneLG5,  !- Name
>     OAMixerNode-FCUzoneLG5,  !- Mixed_Air_Node
>     OAInNode-FCUzoneLG5,     !- Outside_Air_Stream_Node
>     ExhNode-FCUzoneLG5,      !- Relief_Air_Stream_Node
>     AirInletNode-FCUzoneLG5; !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-FCUzoneLG6,  !- Name
>     OAMixerNode-FCUzoneLG6,  !- Mixed_Air_Node
>     OAInNode-FCUzoneLG6,     !- Outside_Air_Stream_Node
>     ExhNode-FCUzoneLG6,      !- Relief_Air_Stream_Node
>     AirInletNode-FCUzoneLG6; !- Return_Air_Stream_Node
> 
> OUTSIDE AIR MIXER,
>     OAMixingBox-FCUzoneLG7,  !- Name
>     OAMixerNode-FCUzoneLG7,  !- Mixed_Air_Node
>     OAInNode-FCUzoneLG7,     !- Outside_Air_Stream_Node
>     ExhNode-FCUzoneLG7,      !- Relief_Air_Stream_Node
>     AirInletNode-FCUzoneLG7; !- Return_Air_Stream_Node
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SYSTEM AVAILABILITY MANAGER LIST
> !===========
> 
> SYSTEM AVAILABILITY MANAGER LIST,
>     CAV System Avail List-AHU LGA L/F,  !- Name
>     SYSTEM AVAILABILITY MANAGER:SCHEDULED,  !- System Availability Manager Type
>     1 CAV System Avail-AHU LGA L/F;  !- System Availability Manager Name 1
> 
> SYSTEM AVAILABILITY MANAGER LIST,
>     CAV System Avail List-AHU LGB L/F,  !- Name
>     SYSTEM AVAILABILITY MANAGER:SCHEDULED,  !- System Availability Manager Type
>     1 CAV System Avail-AHU LGB L/F;  !- System Availability Manager Name 1
> 
> SYSTEM AVAILABILITY MANAGER LIST,
>     CAV System Avail List-AHU LGC L/F,  !- Name
>     SYSTEM AVAILABILITY MANAGER:SCHEDULED,  !- System Availability Manager Type
>     1 CAV System Avail-AHU LGC L/F;  !- System Availability Manager Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SYSTEM AVAILABILITY MANAGER:SCHEDULED
> !===========
> 
> SYSTEM AVAILABILITY MANAGER:SCHEDULED,
>     CAV System Avail-AHU LGA L/F,  !- Name
>     FCU/AHU Sched;           !- Schedule name
> 
> SYSTEM AVAILABILITY MANAGER:SCHEDULED,
>     CAV System Avail-AHU LGB L/F,  !- Name
>     FCU/AHU Sched;           !- Schedule name
> 
> SYSTEM AVAILABILITY MANAGER:SCHEDULED,
>     CAV System Avail-AHU LGC L/F,  !- Name
>     FCU/AHU Sched;           !- Schedule name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SET POINT MANAGER:SCHEDULED ===========
> 
> SET POINT MANAGER:SCHEDULED,
>     Hot Water Loop Setpoint Manager,  !- Name
>     TEMP,                    !- Control variable
>     HW Loop Temp Schedule,   !- Schedule Name
>     Hot Water Loop Setpoint Node List;  !- Name of the set point Node or Node
>     List
> 
> SET POINT MANAGER:SCHEDULED,
>     Chilled Water Loop Setpoint Manager,  !- Name
>     TEMP,                    !- Control variable
>     CW Loop Temp Sch,        !- Schedule Name
>     Chilled Water Loop Setpoint Node List;  !- Name of the set point Node or
>     Node List
> 
> SET POINT MANAGER:SCHEDULED,
>     Supply Air Temp Manager 1 ,  !- Name
>     TEMP,                    !- Control variable
>     SeasonalResetSATempSch,  !- Schedule Name
>     Supply Air Temp Nodes 1 ;!- Name of the set point Node or Node List
> 
> SET POINT MANAGER:SCHEDULED,
>     Duct Heater Setpoint Manager AHU-1,  !- Name
>     TEMP,                    !- Control variable
>     DuctHeaterTempSch,       !- Schedule Name
>     Duct Heater Setpoint Nodes AHU-1;  !- Name of the set point Node or Node
>     List
> 
> SET POINT MANAGER:SCHEDULED,
>     Duct Heater Setpoint Manager FCU-1,  !- Name
>     TEMP,                    !- Control variable
>     DuctHeaterTempSch,       !- Schedule Name
>     Duct Heater Setpoint Nodes FCU-1;  !- Name of the set point Node or Node
>     List
> 
> SET POINT MANAGER:SCHEDULED,
>     Mixed Air Temp Manager 1,!- Name
>     TEMP,                    !- Control variable
>     SeasonalResetMATempSch,  !- Schedule Name
>     Mixed Air Nodes 1;       !- Name of the set point Node or Node List
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONTROLLER:SIMPLE ===========
> 
> CONTROLLER:SIMPLE,
>     Cooling Coil Controller-AHU LGA L/F,  !- Name
>     TEMP,                    !- Control variable
>     REVERSE,                 !- Action
>     FLOW,                    !- Actuator variable
>     Air Loop Outlet Node-AHU LGA L/F,  !- Control_Node
>     Cooling Coil Water Outlet Node-AHU LGA L/F,  !- Actuator_Node
>     .001,                    !- Controller Convergence Tolerance: delta temp
>     from setpoint temp {deltaC} autosize,                !- Max Actuated Flow
>     {m3/s} 0;                       !- Min Actuated Flow {m3/s}
> 
> CONTROLLER:SIMPLE,
>     Cooling Coil Controller-AHU LGB L/F,  !- Name
>     TEMP,                    !- Control variable
>     REVERSE,                 !- Action
>     FLOW,                    !- Actuator variable
>     Air Loop Outlet Node-AHU LGB L/F,  !- Control_Node
>     Cooling Coil Water Outlet Node-AHU LGB L/F,  !- Actuator_Node
>     .001,                    !- Controller Convergence Tolerance: delta temp
>     from setpoint temp {deltaC} autosize,                !- Max Actuated Flow
>     {m3/s} 0;                       !- Min Actuated Flow {m3/s}
> 
> CONTROLLER:SIMPLE,
>     Cooling Coil Controller-AHU LGC L/F,  !- Name
>     TEMP,                    !- Control variable
>     REVERSE,                 !- Action
>     FLOW,                    !- Actuator variable
>     Air Loop Outlet Node-AHU LGC L/F,  !- Control_Node
>     Cooling Coil Water Outlet Node-AHU LGC L/F,  !- Actuator_Node
>     .001,                    !- Controller Convergence Tolerance: delta temp
>     from setpoint temp {deltaC} autosize,                !- Max Actuated Flow
>     {m3/s} 0;                       !- Min Actuated Flow {m3/s}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONTROLLER:OUTSIDE AIR ===========
> 
> CONTROLLER:OUTSIDE AIR,
>     OAController-AHU LGA L/F,!- Name
>     NO ECONOMIZER,           !- EconomizerChoice
>     NO RETURN AIR TEMP LIMIT,!- ReturnAirTempLimit
>     NO RETURN AIR ENTHALPY LIMIT,  !- ReturnAirEnthalpyLimit
>     NO LOCKOUT,              !- Lockout
>     FIXED MINIMUM,           !- MinimumLimit
>     Mixed Air Node-AHU LGA L/F,  !- Control_Node
>     Outside Air Inlet Node-AHU LGA L/F,  !- Actuated_Node
>     0,                       !- minimum outside air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     ,                        !- temperature limit {C}
>     ,                        !- temperature lower limit {C}
>     ,                        !- enthalpy limit {J/kg}
>     Relief Air Outlet Node-AHU LGA L/F,  !- Relief_Air_Outlet_Node
>     Air Loop Inlet Node-AHU LGA L/F;  !- Return_Air_Node
> 
> CONTROLLER:OUTSIDE AIR,
>     OAController-AHU LGB L/F,!- Name
>     NO ECONOMIZER,           !- EconomizerChoice
>     NO RETURN AIR TEMP LIMIT,!- ReturnAirTempLimit
>     NO RETURN AIR ENTHALPY LIMIT,  !- ReturnAirEnthalpyLimit
>     NO LOCKOUT,              !- Lockout
>     FIXED MINIMUM,           !- MinimumLimit
>     Mixed Air Node-AHU LGB L/F,  !- Control_Node
>     Outside Air Inlet Node-AHU LGB L/F,  !- Actuated_Node
>     0,                       !- minimum outside air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     ,                        !- temperature limit {C}
>     ,                        !- temperature lower limit {C}
>     ,                        !- enthalpy limit {J/kg}
>     Relief Air Outlet Node-AHU LGB L/F,  !- Relief_Air_Outlet_Node
>     Air Loop Inlet Node-AHU LGB L/F;  !- Return_Air_Node
> 
> CONTROLLER:OUTSIDE AIR,
>     OAController-AHU LGC L/F,!- Name
>     NO ECONOMIZER,           !- EconomizerChoice
>     NO RETURN AIR TEMP LIMIT,!- ReturnAirTempLimit
>     NO RETURN AIR ENTHALPY LIMIT,  !- ReturnAirEnthalpyLimit
>     NO LOCKOUT,              !- Lockout
>     FIXED MINIMUM,           !- MinimumLimit
>     Mixed Air Node-AHU LGC L/F,  !- Control_Node
>     Outside Air Inlet Node-AHU LGC L/F,  !- Actuated_Node
>     0,                       !- minimum outside air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     ,                        !- temperature limit {C}
>     ,                        !- temperature lower limit {C}
>     ,                        !- enthalpy limit {J/kg}
>     Relief Air Outlet Node-AHU LGC L/F,  !- Relief_Air_Outlet_Node
>     Air Loop Inlet Node-AHU LGC L/F;  !- Return_Air_Node
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CONTROLLED ZONE EQUIP CONFIGURATION
> !===========
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-1,               !- Zone Name
>     ZoneLG1Equipment,        !- List Name: Zone Equipment
>     ZoneLG1Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s) ,
>                            !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG1 Node,            !- Zone Air Node Name Zone LG1 Outlet Node;    !-
>     Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-2,               !- Zone Name
>     ZoneLG2Equipment,        !- List Name: Zone Equipment
>     ZoneLG2Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s) ,
>                            !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG2 Node,            !- Zone Air Node Name Zone LG2 Outlet Node;    !-
>     Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-3,               !- Zone Name
>     ZoneLG3Equipment,        !- List Name: Zone Equipment
>     ZoneLG3Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s) ,
>                            !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG3 Node,            !- Zone Air Node Name Zone LG3 Outlet Node;    !-
>     Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-4,               !- Zone Name
>     ZoneLG4Equipment,        !- List Name: Zone Equipment
>     ZoneLG4Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s)
>     ZoneLG4Exhausts,         !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG4 Node,            !- Zone Air Node Name Return Air Outlet
>     Node-zoneLG4;  !- Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-5,               !- Zone Name
>     ZoneLG5Equipment,        !- List Name: Zone Equipment
>     ZoneLG5Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s)
>     ZoneLG5Exhausts,         !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG5 Node,            !- Zone Air Node Name Return Air Outlet
>     Node-zoneLG5;  !- Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-6,               !- Zone Name
>     ZoneLG6Equipment,        !- List Name: Zone Equipment
>     ZoneLG6Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s)
>     ZoneLG6Exhausts,         !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG6 Node,            !- Zone Air Node Name Return Air Outlet
>     Node-zoneLG6;  !- Zone Return Air Node Name
> 
> CONTROLLED ZONE EQUIP CONFIGURATION,
>     Zone LG-7,               !- Zone Name
>     ZoneLG7Equipment,        !- List Name: Zone Equipment
>     ZoneLG7Inlets,           !- Node List or Node Name: Zone Air Inlet Node(s)
>     ZoneLG7Exhausts,         !- Node List or Node Name: Zone Air Exhaust Node(s)
>     ZoneLG7 Node,            !- Zone Air Node Name Return Air Outlet
>     Node-zoneLG7;  !- Zone Return Air Node Name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE EQUIPMENT LIST ===========
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG1Equipment,        !- Name
>     AIR DISTRIBUTION UNIT,   !- KEY--Zone Equipment Type 1
>     ADU-zoneLG1 ,            !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG2Equipment,        !- Name
>     AIR DISTRIBUTION UNIT,   !- KEY--Zone Equipment Type 1
>     ADU-zoneLG2 ,            !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG3Equipment,        !- Name
>     AIR DISTRIBUTION UNIT,   !- KEY--Zone Equipment Type 1
>     ADU-zoneLG3 ,            !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG4Equipment,        !- Name
>     FAN COIL UNIT:4 PIPE,    !- KEY--Zone Equipment Type 1
>     ZoneLG4FanCoil,          !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG5Equipment,        !- Name
>     FAN COIL UNIT:4 PIPE,    !- KEY--Zone Equipment Type 1
>     ZoneLG5FanCoil,          !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG6Equipment,        !- Name
>     FAN COIL UNIT:4 PIPE,    !- KEY--Zone Equipment Type 1
>     ZoneLG6FanCoil,          !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> ZONE EQUIPMENT LIST,
>     ZoneLG7Equipment,        !- Name
>     FAN COIL UNIT:4 PIPE,    !- KEY--Zone Equipment Type 1
>     ZoneLG7FanCoil,          !- Type Name 1
>     1,                       !- Cooling Priority
>     1;                       !- Heating Priority
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: AIR DISTRIBUTION UNIT ===========
> 
> AIR DISTRIBUTION UNIT,
>     ADU-zoneLG1 ,            !- Air Distribution Unit Name
>     Return Air Outlet Node-zoneLG1,  !- Air Dist Unit Outlet Node Name
>     SINGLE DUCT:CONST VOLUME:REHEAT,  !- KEY--System Component Type 1
>     CAVsystem-zoneLG1;       !- Component Name 1
> 
> AIR DISTRIBUTION UNIT,
>     ADU-zoneLG2 ,            !- Air Distribution Unit Name
>     Return Air Outlet Node-zoneLG2,  !- Air Dist Unit Outlet Node Name
>     SINGLE DUCT:CONST VOLUME:REHEAT,  !- KEY--System Component Type 1
>     CAVsystem-zoneLG2;       !- Component Name 1
> 
> AIR DISTRIBUTION UNIT,
>     ADU-zoneLG3 ,            !- Air Distribution Unit Name
>     Return Air Outlet Node-zoneLG3,  !- Air Dist Unit Outlet Node Name
>     SINGLE DUCT:CONST VOLUME:REHEAT,  !- KEY--System Component Type 1
>     CAVsystem-zoneLG3;       !- Component Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: FAN COIL UNIT:4 PIPE ===========
> 
> FAN COIL UNIT:4 PIPE,
>     ZoneLG4FanCoil,          !- name of fan coil unit
>     FCU/AHU Sched,           !- availability schedule
>     autosize,                !- maximum air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     AirInletNode-FCUzoneLG4, !- air inlet node
>     AirOutletNode-FCUzoneLG4,!- air outlet node
>     OAInNode-FCUzoneLG4,     !- outside air node
>     ExhNode-FCUzoneLG4,      !- air relief node
>     Cooling Coil Water Outlet Node-FCUzoneLG4,  !- cold water control node
>     ZoneLG4FanCoilHWInletNode,  !- hot water control node
>     OAMixingBox-FCUzoneLG4,  !- outside air mixer name
>     SupplyFan-FCUzoneLG4,    !- fan name
>     Cooling Coil-FCUzoneLG4, !- cooling coil name
>     autosize,                !- maximum cold water flow {m3/s}
>     0,                       !- minimum cold water flow {m3/s}
>     0.001,                   !- Cooling Convergence Tolerance
>     ZoneLG4FanCoilHeatingCoil,  !- heating coil name
>     autosize,                !- maximum hot water flow {m3/s}
>     0,                       !- minimum hot water flow {m3/s}
>     0.001,                   !- Heating Convergence Tolerance
>     COIL:Water:Cooling;      !- Cooling coil type
> 
> FAN COIL UNIT:4 PIPE,
>     ZoneLG5FanCoil,          !- name of fan coil unit
>     FCU/AHU Sched,           !- availability schedule
>     autosize,                !- maximum air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     AirInletNode-FCUzoneLG5, !- air inlet node
>     AirOutletNode-FCUzoneLG5,!- air outlet node
>     OAInNode-FCUzoneLG5,     !- outside air node
>     ExhNode-FCUzoneLG5,      !- air relief node
>     Cooling Coil Water Outlet Node-FCUzoneLG5,  !- cold water control node
>     ZoneLG5FanCoilHWInletNode,  !- hot water control node
>     OAMixingBox-FCUzoneLG5,  !- outside air mixer name
>     SupplyFan-FCUzoneLG5,    !- fan name
>     Cooling Coil-FCUzoneLG5, !- cooling coil name
>     autosize,                !- maximum cold water flow {m3/s}
>     0,                       !- minimum cold water flow {m3/s}
>     0.001,                   !- Cooling Convergence Tolerance
>     ZoneLG5FanCoilHeatingCoil,  !- heating coil name
>     autosize,                !- maximum hot water flow {m3/s}
>     0,                       !- minimum hot water flow {m3/s}
>     0.001,                   !- Heating Convergence Tolerance
>     COIL:Water:Cooling;      !- Cooling coil type
> 
> FAN COIL UNIT:4 PIPE,
>     ZoneLG6FanCoil,          !- name of fan coil unit
>     FCU/AHU Sched,           !- availability schedule
>     autosize,                !- maximum air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     AirInletNode-FCUzoneLG6, !- air inlet node
>     AirOutletNode-FCUzoneLG6,!- air outlet node
>     OAInNode-FCUzoneLG6,     !- outside air node
>     ExhNode-FCUzoneLG6,      !- air relief node
>     Cooling Coil Water Outlet Node-FCUzoneLG6,  !- cold water control node
>     ZoneLG6FanCoilHWInletNode,  !- hot water control node
>     OAMixingBox-FCUzoneLG6,  !- outside air mixer name
>     SupplyFan-FCUzoneLG6,    !- fan name
>     Cooling Coil-FCUzoneLG6, !- cooling coil name
>     autosize,                !- maximum cold water flow {m3/s}
>     0,                       !- minimum cold water flow {m3/s}
>     0.001,                   !- Cooling Convergence Tolerance
>     ZoneLG6FanCoilHeatingCoil,  !- heating coil name
>     autosize,                !- maximum hot water flow {m3/s}
>     0,                       !- minimum hot water flow {m3/s}
>     0.001,                   !- Heating Convergence Tolerance
>     COIL:Water:Cooling;      !- Cooling coil type
> 
> FAN COIL UNIT:4 PIPE,
>     ZoneLG7FanCoil,          !- name of fan coil unit
>     FCU/AHU Sched,           !- availability schedule
>     autosize,                !- maximum air flow rate {m3/s}
>     autosize,                !- maximum outside air flow rate {m3/s}
>     AirInletNode-FCUzoneLG7, !- air inlet node
>     AirOutletNode-FCUzoneLG7,!- air outlet node
>     OAInNode-FCUzoneLG7,     !- outside air node
>     ExhNode-FCUzoneLG7,      !- air relief node
>     Cooling Coil Water Outlet Node-FCUzoneLG7,  !- cold water control node
>     ZoneLG7FanCoilHWInletNode,  !- hot water control node
>     OAMixingBox-FCUzoneLG7,  !- outside air mixer name
>     SupplyFan-FCUzoneLG7,    !- fan name
>     Cooling Coil-FCUzoneLG7, !- cooling coil name
>     autosize,                !- maximum cold water flow {m3/s}
>     0,                       !- minimum cold water flow {m3/s}
>     0.001,                   !- Cooling Convergence Tolerance
>     ZoneLG7FanCoilHeatingCoil,  !- heating coil name
>     autosize,                !- maximum hot water flow {m3/s}
>     0,                       !- minimum hot water flow {m3/s}
>     0.001,                   !- Heating Convergence Tolerance
>     COIL:Water:Cooling;      !- Cooling coil type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SINGLE DUCT:CONST VOLUME:REHEAT
> !===========
> 
> SINGLE DUCT:CONST VOLUME:REHEAT,
>     CAVsystem-zoneLG1,       !- Name of System
>     FCU/AHU Sched,           !- System Availability schedule
>     Return Air Outlet Node-zoneLG1,  !- Unit Air Outlet Node
>     Supply Air Inlet Node-zoneLG1,  !- Unit Air Inlet Node
>     autosize,                !- Maximum air flow rate {m3/s}
>     ,                        !- Control node
>     COIL:Electric:Heating,   !- Reheat Component Object
>     Duct Heater-AHU LGA L/F; !- Name of Reheat Component
> 
> SINGLE DUCT:CONST VOLUME:REHEAT,
>     CAVsystem-zoneLG2,       !- Name of System
>     FCU/AHU Sched,           !- System Availability schedule
>     Return Air Outlet Node-zoneLG2,  !- Unit Air Outlet Node
>     Supply Air Inlet Node-zoneLG2,  !- Unit Air Inlet Node
>     autosize,                !- Maximum air flow rate {m3/s}
>     ,                        !- Control node
>     COIL:Electric:Heating,   !- Reheat Component Object
>     Duct Heater-AHU LGB L/F; !- Name of Reheat Component
> 
> SINGLE DUCT:CONST VOLUME:REHEAT,
>     CAVsystem-zoneLG3,       !- Name of System
>     FCU/AHU Sched,           !- System Availability schedule
>     Return Air Outlet Node-zoneLG3,  !- Unit Air Outlet Node
>     Supply Air Inlet Node-zoneLG3,  !- Unit Air Inlet Node
>     autosize,                !- Maximum air flow rate {m3/s}
>     Duct Heater Outlet Node-AHU LGC  L/F,  !- Control node
>     COIL:Electric:Heating,   !- Reheat Component Object
>     Duct Heater-AHU LGC L/F; !- Name of Reheat Component
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE CONTROL:THERMOSTATIC ===========
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG1 Thermostat,      !- Thermostat Name
>     Zone LG-1,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG2 Thermostat,      !- Thermostat Name
>     Zone LG-2,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG3 Thermostat,      !- Thermostat Name
>     Zone LG-3,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG4 Thermostat,      !- Thermostat Name
>     Zone LG-4,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG5 Thermostat,      !- Thermostat Name
>     Zone LG-5,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG6 Thermostat,      !- Thermostat Name
>     Zone LG-6,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> ZONE CONTROL:THERMOSTATIC,
>     ZoneLG7 Thermostat,      !- Thermostat Name
>     Zone LG-7,               !- Zone Name
>     Zone Control Type Sched, !- Control Type SCHEDULE Name
>     Single Heating Setpoint, !- Control Type #1
>     Heating Setpoint ,       !- Control Type Name #1
>     Single Cooling SetPoint, !- Control Type #2
>     Cooling Setpoint ;       !- Control Type Name #2
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SINGLE HEATING SETPOINT ===========
> 
> SINGLE HEATING SETPOINT,
>     Heating Setpoint ,       !- Name
>     Heating Setpoints;       !- Setpoint Temperature SCHEDULE Name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: SINGLE COOLING SETPOINT ===========
> 
> SINGLE COOLING SETPOINT,
>     Cooling Setpoint ,       !- Name
>     Cooling Setpoints;       !- Setpoint Temperature SCHEDULE Name
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE SUPPLY AIR PATH ===========
> 
> ZONE SUPPLY AIR PATH,
>     SApath-zoneLG1,          !- Supply Air Path Name
>     ZoneEquipInletNode-zoneLG1,  !- Supply Air Path Inlet Node
>     Zone Splitter,           !- KEY--System Component Type 1
>     ZoneLG1Spliter;          !- Component Name 1
> 
> ZONE SUPPLY AIR PATH,
>     SApath-zoneLG2,          !- Supply Air Path Name
>     ZoneEquipInletNode-zoneLG2,  !- Supply Air Path Inlet Node
>     Zone Splitter,           !- KEY--System Component Type 1
>     ZoneLG2Spliter;          !- Component Name 1
> 
> ZONE SUPPLY AIR PATH,
>     SApath-zoneLG3,          !- Supply Air Path Name
>     ZoneEquipInletNode-zoneLG3,  !- Supply Air Path Inlet Node
>     Zone Splitter,           !- KEY--System Component Type 1
>     ZoneLG3Spliter;          !- Component Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE RETURN AIR PATH ===========
> 
> ZONE RETURN AIR PATH,
>     RApath-zoneLG1,          !- Return Air Path Name
>     ZoneEquipOutletNode-zoneLG1,  !- Return Air Path Outlet Node
>     Zone Mixer,              !- KEY--System Component Type 1
>     ZoneLG1Mixer;            !- Component Name 1
> 
> ZONE RETURN AIR PATH,
>     RApath-zoneLG2,          !- Return Air Path Name
>     ZoneEquipOutletNode-zoneLG2,  !- Return Air Path Outlet Node
>     Zone Mixer,              !- KEY--System Component Type 1
>     ZoneLG2Mixer;            !- Component Name 1
> 
> ZONE RETURN AIR PATH,
>     RApath-zoneLG3,          !- Return Air Path Name
>     ZoneEquipOutletNode-zoneLG3,  !- Return Air Path Outlet Node
>     Zone Mixer,              !- KEY--System Component Type 1
>     ZoneLG3Mixer;            !- Component Name 1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE SPLITTER ===========
> 
> ZONE SPLITTER,
>     ZoneLG1Spliter,          !- Splitter Name
>     ZoneEquipInletNode-zoneLG1,  !- Inlet_Node
>     Supply Air Inlet Node-zoneLG1;  !- Outlet_Node_1
> 
> ZONE SPLITTER,
>     ZoneLG2Spliter,          !- Splitter Name
>     ZoneEquipInletNode-zoneLG2,  !- Inlet_Node
>     Supply Air Inlet Node-zoneLG2;  !- Outlet_Node_1
> 
> ZONE SPLITTER,
>     ZoneLG3Spliter,          !- Splitter Name
>     ZoneEquipInletNode-zoneLG3,  !- Inlet_Node
>     Supply Air Inlet Node-zoneLG3;  !- Outlet_Node_1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: ZONE MIXER ===========
> 
> ZONE MIXER,
>     ZoneLG1Mixer,            !- Mixer Name
>     ZoneEquipOutletNode-zoneLG1,  !- Outlet_Node
>     Zone LG1 Outlet Node;    !- Inlet_Node_1
> 
> ZONE MIXER,
>     ZoneLG2Mixer,            !- Mixer Name
>     ZoneEquipOutletNode-zoneLG2,  !- Outlet_Node
>     Zone LG2 Outlet Node;    !- Inlet_Node_1
> 
> ZONE MIXER,
>     ZoneLG3Mixer,            !- Mixer Name
>     ZoneEquipOutletNode-zoneLG3,  !- Outlet_Node
>     Zone LG3 Outlet Node;    !- Inlet_Node_1
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: CHILLER:CONST COP ===========
> 
> CHILLER:CONST COP,
>     Chiller3(sys_2),         !- Chiller Name
>     300000,                  !- Nominal Capacity {W}
>     2.74,                    !- COP
>     .012,                    !- Design Evaporator Volumetric Water Flow Rate
>     {m3/s} .012,                    !- Design Condenser Volumetric Water Flow
>     Rate {m3/s} Chiller3 Inlet Node,     !- Plant_Side_Inlet_Node Chiller3 Outet
>     Node,     !- Plant_Side_Outlet_Node Chiller3 Condenser Inlet Node,  !-
>     Condenser_Side_Inlet_Node Chiller3 Condenser Outlet Node,  !-
>     Condenser_Side_Outlet_Node AIR COOLED,              !- Condenser Type
>     ConstantFlow;            !- Chiller Flow Mode
> 
> CHILLER:CONST COP,
>     Chiller4(sys_2),         !- Chiller Name
>     300000,                  !- Nominal Capacity {W}
>     2.74,                    !- COP
>     .012,                    !- Design Evaporator Volumetric Water Flow Rate
>     {m3/s} .012,                    !- Design Condenser Volumetric Water Flow
>     Rate {m3/s} Chiller4 Inlet Node,     !- Plant_Side_Inlet_Node Chiller4 Outet
>     Node,     !- Plant_Side_Outlet_Node Chiller4 Condenser Inlet Node,  !-
>     Condenser_Side_Inlet_Node Chiller4 Condenser Outlet Node,  !-
>     Condenser_Side_Outlet_Node AIR COOLED,              !- Condenser Type
>     ConstantFlow;            !- Chiller Flow Mode
> 
> CHILLER:CONST COP,
>     Chiller5(sys_2),         !- Chiller Name
>     300000,                  !- Nominal Capacity {W}
>     2.74,                    !- COP
>     .012,                    !- Design Evaporator Volumetric Water Flow Rate
>     {m3/s} .012,                    !- Design Condenser Volumetric Water Flow
>     Rate {m3/s} Chiller5 Inlet Node,     !- Plant_Side_Inlet_Node Chiller5 Outet
>     Node,     !- Plant_Side_Outlet_Node Chiller5 Condenser Inlet Node,  !-
>     Condenser_Side_Inlet_Node Chiller5 Condenser Outlet Node,  !-
>     Condenser_Side_Outlet_Node AIR COOLED,              !- Condenser Type
>     ConstantFlow;            !- Chiller Flow Mode
> 
> CHILLER:CONST COP,
>     Chiller6(sys_2),         !- Chiller Name
>     300000,                  !- Nominal Capacity {W}
>     2.74,                    !- COP
>     .012,                    !- Design Evaporator Volumetric Water Flow Rate
>     {m3/s} .012,                    !- Design Condenser Volumetric Water Flow
>     Rate {m3/s} Chiller6 Inlet Node,     !- Plant_Side_Inlet_Node Chiller6 Outet
>     Node,     !- Plant_Side_Outlet_Node Chiller6 Condenser Inlet Node,  !-
>     Condenser_Side_Inlet_Node Chiller6 Condenser Outlet Node,  !-
>     Condenser_Side_Outlet_Node AIR COOLED,              !- Condenser Type
>     ConstantFlow;            !- Chiller Flow Mode
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PURCHASED:HOT WATER ===========
> 
> PURCHASED:HOT WATER,
>     Purchased Heating,       !- Purchased Hot Water Name
>     Purchased Heat Inlet Node,  !- Plant_Loop_Inlet_Node
>     Purchased Heat Outlet Node,  !- Plant_Loop_Outlet_Node
>     1000000;                 !- Nominal Capacity {W}
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PUMP:VARIABLE SPEED ===========
> 
> PUMP:VARIABLE SPEED,
>     HW Circ Pump,            !- Pump Name
>     HW Supply Inlet Node,    !- Inlet_Node
>     HW Pump Outlet Node,     !- Outlet_Node
>     .0043,                   !- Rated Volumetric Flow Rate {m3/s}
>     300000,                  !- Rated Pump Head {Pa}
>     2000,                    !- Rated Power Consumption {W}
>     0.9,                     !- Motor Efficiency
>     0.0,                     !- Fraction of Motor Inefficiencies to Fluid Stream
>     0,                       !- Coefficient1 of the Part Load Performance Curve
>     1,                       !- Coefficient2 of the Part Load Performance Curve
>     0,                       !- Coefficient3 of the Part Load Performance Curve
>     0,                       !- Coefficient4 of the Part Load Performance Curve
>     0,                       !- Min Flow Rate while operating in variable flow
>     capacity; {m3/s} INTERMITTENT;            !- Pump Control Type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: PUMP:CONSTANT SPEED ===========
> 
> PUMP:CONSTANT SPEED,
>     CWP4(sys_2),             !- Pump Name
>     CW Supply Inlet Node 2,  !- Inlet_Node
>     CW4 Pump Outlet Node,    !- Outlet_Node
>     .04,                     !- Rated Volumetric Flow Rate {m3/s}
>     300000,                  !- Rated Pump Head {Pa}
>     17200,                   !- Rated Power Consumption {W}
>     .86,                     !- Motor Efficiency
>     0,                       !- Fraction of Motor Inefficiencies to Fluid Stream
>     CONTINUOUS;              !- Pump Control Type
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: COIL:WATER:COOLING ===========
> 
> COIL:Water:Cooling,
>     Cooling Coil-AHU LGA L/F,!- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-AHU LGA L/F,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-AHU LGA L/F,  !- Coil_Water_Outlet_Node Mixed Air
>     Node-AHU LGA L/F,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet Node-AHU
>     LGA L/F,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type of
>     Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-AHU LGB L/F,!- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-AHU LGB L/F,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-AHU LGB L/F,  !- Coil_Water_Outlet_Node Mixed Air
>     Node-AHU LGB L/F,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet Node-AHU
>     LGB L/F,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type of
>     Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-AHU LGC L/F,!- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-AHU LGC L/F,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-AHU LGC L/F,  !- Coil_Water_Outlet_Node Mixed Air
>     Node-AHU LGC L/F,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet Node-AHU
>     LGC L/F,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type of
>     Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-FCUzoneLG4, !- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-FCUzoneLG4,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-FCUzoneLG4,  !- Coil_Water_Outlet_Node Cooling Coil
>     Air Inlet Node-FCUzoneLG4,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet
>     Node-FCUzoneLG4,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type
>     of Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-FCUzoneLG5, !- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-FCUzoneLG5,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-FCUzoneLG5,  !- Coil_Water_Outlet_Node Cooling Coil
>     Air Inlet Node-FCUzoneLG5,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet
>     Node-FCUzoneLG5,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type
>     of Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-FCUzoneLG6, !- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-FCUzoneLG6,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-FCUzoneLG6,  !- Coil_Water_Outlet_Node Cooling Coil
>     Air Inlet Node-FCUzoneLG6,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet
>     Node-FCUzoneLG6,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type
>     of Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> COIL:Water:Cooling,
>     Cooling Coil-FCUzoneLG7, !- Coil Name
>     CoolingCoilAvailSched,   !- Available Schedule
>     autosize,                !- Design Water Flow Rate of Coil {m3/s}
>     autosize,                !- Design Air Volume Flow Rate {m3/s}
>     autosize,                !- Design Inlet Water Temperature {C}
>     autosize,                !- Design Inlet Air Temperature {C}
>     autosize,                !- Design Outlet Air Temperature {C}
>     autosize,                !- Design Inlet Air Humidity Ratio {kg-H2O/kg-air}
>     autosize,                !- Design Outlet Air Humidity Ratio {kg-H2O/kg-air}
>     Cooling Coil Water Inlet Node-FCUzoneLG7,  !- Coil_Water_Inlet_Node Cooling
>     Coil Water Outlet Node-FCUzoneLG7,  !- Coil_Water_Outlet_Node Cooling Coil
>     Air Inlet Node-FCUzoneLG7,  !- Coil_Air_Inlet_Node Cooling Coil Air Outlet
>     Node-FCUzoneLG7,  !- Coil_Air_Outlet_Node SIMPLEANALYSIS,          !- Type
>     of Analysis COUNTERFLOW;             !- Heat Exchanger Configuration
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: COIL:WATER:SIMPLEHEATING ===========
> 
> COIL:Water:SimpleHeating,
>     ZoneLG4FanCoilHeatingCoil,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     autosize,                !- UA of the Coil {W/K}
>     autosize,                !- Max Water Flow Rate of Coil {m3/s}
>     ZoneLG4FanCoilHWInletNode,  !- Coil_Water_Inlet_Node
>     ZoneLG4FanCoilHWOutletNode,  !- Coil_Water_Outlet_Node
>     Cooling Coil Air Outlet Node-FCUzoneLG4,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG4;!- Coil_Air_Outlet_Node
> 
> COIL:Water:SimpleHeating,
>     ZoneLG5FanCoilHeatingCoil,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     autosize,                !- UA of the Coil {W/K}
>     autosize,                !- Max Water Flow Rate of Coil {m3/s}
>     ZoneLG5FanCoilHWInletNode,  !- Coil_Water_Inlet_Node
>     ZoneLG5FanCoilHWOutletNode,  !- Coil_Water_Outlet_Node
>     Cooling Coil Air Outlet Node-FCUzoneLG5,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG5;!- Coil_Air_Outlet_Node
> 
> COIL:Water:SimpleHeating,
>     ZoneLG6FanCoilHeatingCoil,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     autosize,                !- UA of the Coil {W/K}
>     autosize,                !- Max Water Flow Rate of Coil {m3/s}
>     ZoneLG6FanCoilHWInletNode,  !- Coil_Water_Inlet_Node
>     ZoneLG6FanCoilHWOutletNode,  !- Coil_Water_Outlet_Node
>     Cooling Coil Air Outlet Node-FCUzoneLG6,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG6;!- Coil_Air_Outlet_Node
> 
> COIL:Water:SimpleHeating,
>     ZoneLG7FanCoilHeatingCoil,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     autosize,                !- UA of the Coil {W/K}
>     autosize,                !- Max Water Flow Rate of Coil {m3/s}
>     ZoneLG7FanCoilHWInletNode,  !- Coil_Water_Inlet_Node
>     ZoneLG7FanCoilHWOutletNode,  !- Coil_Water_Outlet_Node
>     Cooling Coil Air Outlet Node-FCUzoneLG7,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG7;!- Coil_Air_Outlet_Node
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: COIL:ELECTRIC:HEATING ===========
> 
> COIL:Electric:Heating,
>     Duct Heater-AHU LGA L/F, !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Heating Coil Air Inlet Node-AHU LGA L/F,  !- Coil_Air_Inlet_Node
>     Air Loop Outlet Node-AHU LGA L/F,  !- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-AHU LGA L/F;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater-AHU LGB L/F, !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Heating Coil Air Inlet Node-AHU LGB L/F,  !- Coil_Air_Inlet_Node
>     Air Loop Outlet Node-AHU LGB L/F,  !- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-AHU LGB L/F;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater-AHU LGC L/F, !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Heating Coil Air Inlet Node-AHU LGC L/F,  !- Coil_Air_Inlet_Node
>     Air Loop Outlet Node-AHU LGC L/F,  !- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-AHU LGC L/F;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater_FCUzoneLG4,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Cooling Coil Air Outlet Node-FCUzoneLG4,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG4,!- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-FCUzoneLG4;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater_FCUzoneLG5,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Cooling Coil Air Outlet Node-FCUzoneLG5,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG5,!- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-FCUzoneLG5;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater_FCUzoneLG6,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Cooling Coil Air Outlet Node-FCUzoneLG6,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG6,!- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-FCUzoneLG6;  !- Coil_Temp_Setpoint_Node
> 
> COIL:Electric:Heating,
>     Duct Heater_FCUzoneLG7,  !- Coil Name
>     DuctHeaterAvailSched,    !- Available Schedule
>     1,                       !- Efficiency of the Coil
>     1000,                    !- Nominal Capacity of the Coil {W}
>     Cooling Coil Air Outlet Node-FCUzoneLG7,  !- Coil_Air_Inlet_Node
>     AirOutletNode-FCUzoneLG7,!- Coil_Air_Outlet_Node
>     Duct Heater Outlet Node-FCUzoneLG7;  !- Coil_Temp_Setpoint_Node
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: FAN:SIMPLE:CONSTVOLUME ===========
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-AHU LGA L/F,   !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     600,                     !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     Cooling Coil Air Outlet Node-AHU LGA L/F,  !- Fan_Inlet_Node
>     Heating Coil Air Inlet Node-AHU LGA L/F;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-AHU LGB L/F,   !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     600,                     !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     Cooling Coil Air Outlet Node-AHU LGB L/F,  !- Fan_Inlet_Node
>     Heating Coil Air Inlet Node-AHU LGB L/F;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-AHU LGC L/F,   !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     600,                     !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     Cooling Coil Air Outlet Node-AHU LGC L/F,  !- Fan_Inlet_Node
>     Heating Coil Air Inlet Node-AHU LGC L/F;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-FCUzoneLG4,    !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     50,                      !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     OAMixerNode-FCUzoneLG4,  !- Fan_Inlet_Node
>     Cooling Coil Air Inlet Node-FCUzoneLG4;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-FCUzoneLG5,    !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     50,                      !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     OAMixerNode-FCUzoneLG5,  !- Fan_Inlet_Node
>     Cooling Coil Air Inlet Node-FCUzoneLG5;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-FCUzoneLG6,    !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     50,                      !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     OAMixerNode-FCUzoneLG6,  !- Fan_Inlet_Node
>     Cooling Coil Air Inlet Node-FCUzoneLG6;  !- Fan_Outlet_Node
> 
> FAN:SIMPLE:ConstVolume,
>     SupplyFan-FCUzoneLG7,    !- Fan Name
>     FCU/AHU Sched,           !- Available Schedule
>     .6,                      !- Fan Total Efficiency
>     50,                      !- Delta Pressure {Pa}
>     autosize,                !- Max Flow Rate {m3/s}
>     .86,                     !- Motor Efficiency
>     1,                       !- Motor In Airstream Fraction
>     OAMixerNode-FCUzoneLG7,  !- Fan_Inlet_Node
>     Cooling Coil Air Inlet Node-FCUzoneLG7;  !- Fan_Outlet_Node
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: REPORT VARIABLE ===========
> 
> Report Variable,
>     *,                       !- Key_Value
>     Mean Air Temperature,    !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Mean Radiant Temperature,!- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone/Sys Sensible Heating Energy,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone/Sys Sensible Cooling Energy,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone/Sys Sensible Cooling Rate,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone/Sys Sensible Heating Rate,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone/Sys Air Temp,       !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Damper Position,         !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Sensible Water Cooling Coil Rate,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Total Water Cooling Coil Rate,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Total Water Heating Coil Rate,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Sensible Water Cooling Coil Energy,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Fan Delta Temp,          !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Fan Electric Consumption,!- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Zone Air Humidity Ratio, !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Plant Loop Cooling Demand,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Plant Loop Heating Demand,  !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     Max SimAir Iterations,   !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report Variable,
>     *,                       !- Key_Value
>     HVACManage Iterations,   !- Variable_Name
>     hourly;                  !- Reporting_Frequency
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: REPORT METERFILEONLY ===========
> 
> Report MeterFileOnly,
>     Electricity:Facility,    !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:Building,    !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     GeneralLights:Electricity,  !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:HVAC,        !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:Plant,       !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:Facility,    !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:Building,    !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     GeneralLights:Electricity,  !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:HVAC,        !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> Report MeterFileOnly,
>     Electricity:Plant,       !- Meter_Name
>     hourly;                  !- Reporting_Frequency
> 
> 
> !-   ===========  ALL OBJECTS IN CLASS: REPORT ===========
> 
> Report,
>     variable dictionary;     !- Type_of_Report
> 
> Report,
>     surfaces,                !- Type_of_Report
>     dxf;                     !- Name_of_Report
> 
> 
> 
> [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.
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 



========================================================
Michael J. Witte, GARD Analytics, Inc.
EnergyPlus Testing and Support      
EnergyPlus-Support@xxxxxxxx




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/dkFolB/TM
--------------------------------------------------------------------~-> 

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.
 
Yahoo! Groups Links

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

<*> 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/