Development and performance evaluation of a methodology, based on distributed computing, for speeding EnergyPlus simulation

Size: px
Start display at page:

Download "Development and performance evaluation of a methodology, based on distributed computing, for speeding EnergyPlus simulation"

Transcription

1 Development and performance evaluation of a methodology, based on distributed computing, for speeding EnergyPlus simulation Vishal Garg a*, Kshitij Chandrasen a, Jyotirmay Mathur b, Surekha Tetali a, Akshey Jawa a a Centre for IT in Building Science, International Institute of Information Technology, Hyderabad, India b Centre for Energy and Environment Malaviya National Institute of Technology, Jaipur, India Vishal Garg Head & Associate Professor, Centre for IT in Building Science, IIIT Hyderabad, India. vishal@iiit.ac.in Kshitij Chandrasena Student, B.Tech Final Year, IIIT Hyderabad, India. chandrasen@students.iiit.ac.in Jyotirmay Mathur Co-coordinator, Centre for Energy and Environment, Associate Professor, Mechanical Engineering Department Malaviya National Institute of Technology Jaipur, India jyotirmay.mathur@gmail.com Surekha Tetali Student, MS by Research, Centre for IT in Building Science IIIT Hyderabad, India. surekha.tetali@research.iiit.ac.in Akshey Jawa Student, MS by Research, Centre for IT in Building Science IIIT Hyderabad, India. aksheyjawa@ research.iiit.ac.in Corresponding Author: vishal@iiit.ac.in This paper presents an approach for speeding EnergyPlus simulations. The computing run time of an energy simulation depends on several variables and is directly proportional to the simulation RunPeriod. In the proposed approach, data parallelization is achieved by breaking an annual simulation into several segments of smaller RunPeriod, each handled by a separate computer/processor. The speed gain achieved by running 12 one-month RunPeriod segments in parallel as compared to single simulation of twelve months is between 3 to 6 times. Segmentation of simulation has resulted in minor deviations between the results obtained through segmented simulations and annual

2 simulations. Methods for reducing these deviations on annual and monthly basis are presented in this paper using twelve benchmark models each simulated for five cities. On annual basis, a maximum deviation of 0.06% was observed in cooling, heating, and lighting consumption. In a month-to-month comparison between the segments and annual simulation, the maximum deviation was 1.7% for heating and 0.8% for cooling. Keywords: EnergyPlus, energy simulation, simulation run time, parallel simulation, simulation speed up 1. Introduction There has been an increased effort among Architects, HVAC engineers and designers to implement energy conservation features in buildings. This has resulted in an increased use of energy simulation software in the design process. Energy simulation programs can help in achieving energy efficient and cost effective designs. EnergyPlus [1] is a new-generation building energy simulation program based on DOE-2 [2] and BLAST [3], with numerous added capabilities. EnergyPlus includes many innovative simulation capabilities such as time steps of less than an hour, modular systems and plant integrated with heat balance-based zone simulation, multizone air flow, thermal comfort, water use, natural ventilation, and photovoltaic systems. Though EnergyPlus has these innovative capabilities, its major limitation is that it runs slower than DOE-2. According to a study conducted by Tianzhen H., et al [4], at a 15-minute time step, EnergyPlus runs much slower than DOE-2.1E by a factor of 105 for a large office building to 196 for a hospital building. At a 60-minute time step, EnergyPlus still runs even slower than DOE-2.1E by a factor of 25 for the large office building to 54 for the hospital building. According to EnergyPlus run time analysis report [5] prepared by the Simulation Research Group, EETD, LBNL, simulation settings that can have significant impacts on EnergyPlus run time include the length of RunPeriod, Number_of_Timesteps_per_Hour for loads calculations, heat balance solution algorithm, solar distribution and reflection calculation algorithm, system convergence

3 limits, shadow calculation interval and the length of the warm up period. This analysis shows that the longer the run period, longer is the EnergyPlus run time. Some efforts to use parallel computing for reducing simulation time for a group of simulations have been reported. Zhang Y [6] developed a Java based tool to run EnergyPlus on parallel machines specifically for the parametric analysis where multiple design alternatives have to be analyzed simultaneously. GenOpt [7] is an optimization program, used to carry out the parametric analysis using multiple computers / processors. Both these tools help in speeding up the parametric simulations but do not address speeding individual simulation runs. In this paper, an approach that uses data parallelization paradigm has been proposed to increase the simulation speed of single simulation run. In this approach, annual simulation is segmented into smaller multiple simulations, each of which can run on a dedicated CPU in a computer cluster or on different cores on the same computer. This segmentation reduces the simulation run time and increases the speed of simulation. Segmentation of simulation results in minor deviations between the results obtained through segmented simulations and annual simulations. To achieve accurate results, effect of the number of warm up days and shadow calculation days were analyzed to arrive at different alternatives. This method was tested on 13 models and 5 cities covering various climatic conditions. Speed gains of 3.2x to 5.8x were achieved by running 12 one-month RunPeriod segments in parallel as compared to annual simulations. On an annual basis, a maximum deviation of 0.06% was observed in cooling, heating, and lighting consumption of buildings. In a month-to-month comparison between the segmented and annual simulation, this deviation in the worstcase scenario was 1.7% for heating and 0.8% for cooling energy consumption. 2. Approach

4 One parameter that significantly affects the runtime of a single simulation run is the RunPeriod of that simulation. RunPeriod is the object in EnergyPlus which contains several fields, including information on the begin date and end of the simulation. This information is assigned by the user in the EnergyPlus Input Data File (.idf). In the approach presented in this paper the annual simulation was divided into twelve segments (splitting the single annual.idf into 12 monthly.idf files) with smaller RunPeriod (monthly) that were then run in parallel. This monthly simulation took significantly less time in comparison to the annual simulation. These monthly simulations were independently run in parallel on several computers. Results of all the parallel runs were then collated. This results in increase in simulation speed. This approach is explained in Figure 1. In this study, simulations have been performed on a cluster of computers and the results of these segmented simulations were compared with the results of the respective months in the annual simulation. It was observed that segmentation of simulation resulted in minor deviations between the results obtained through segmented simulations and annual simulations. The causes of these deviations and the alternatives to reduce them are discussed in the following sections. Figure Deviations Observed When the annual simulation was segmented into twelve monthly simulations it was observed that there were some deviations in the monthly cooling and heating energy consumption of the segmented simulations as compared to the corresponding months of the annual simulation. This was observed in all the 65 cases (13 models x 5 cities) that were simulated (details given in Section 3- Simulation Runs). Table 1 gives the

5 percentage deviations in monthly heating and cooling for one of the 65 cases ( ElemSchool model for Chicago climate) Table 1 Besides the deviations observed on the monthly and annual values, large deviations were also observed in the hourly values of heating and cooling. Figure 2 shows the percentage deviations in the hourly values for cooling and heating energy consumption obtained in the segmented simulations with the corresponding hourly values of annual simulation of ElemSchool model using New York weather file. Figure2a Figure2b 2.2 Causes of Deviations The deviations discussed in the previous section were due to the following factors: (1) Mismatch between the day of week for the dates in segmented simulation and corresponding dates in annual simulation: The field Day_of_Week_for_Start_DayDay, can be set in the simulation model. The value given in this field can be used to override the day of the week indicated in the weather file. Valid days of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday) can be entered. When weekdays are used, each subsequent day in the period will be incremented. If this field is filled with a valid day of the week, all the segmented simulations will take that day of the week as a static value for the Day_of_Week_for_Start_Day. This will result in different day of week for the same date in the annual simulation and the segmented simulation. This difference can further lead to a difference

6 in the number of total working days in the annual simulation and the sum of all working days in the segmented simulation, which will therefore affect the results. For example, if 1st of July is Monday in the annual simulation and the field Day_of_Week_for_Start_Day is set to Sunday, then the start day for the seventh segment (July) will be Sunday and will not match with the day of week in the annual simulation. Further, there will be four Sundays in the month of July in the annual simulation whereas in the segmented simulation for July there will be five Sundays. A difference of even one working day can cause a significant difference in the energy consumption for that month. (2) Inadequate warm up if the first day of segment is a holiday: EnergyPlus performs a warm up on the first day of simulation period in order to set the values of certain variables. Convergence of the simultaneous heat balance/hvac solution is reached when the criteria for either the loads or temperature is satisfied. In case of an annual simulation, the simulation starts on 1st January, and the warm up calculations are carried out for first day i.e. 1st January. However, for individual segments, the warm up takes place on the first day of the segment i.e. the first day of each month. In case, the first day of the month happens to be a holiday, then the warming up of the model for that segment will be done according to non-operational conditions. This will result in deviated results for the next few working days of that segment and hence affect the total monthly consumption. (3) Dates of shadow calculation in annual simulation not matching with the dates for segmented simulations: To determine the amount of solar radiation entering a building and to calculate the amount of cooling or heating load required to maintain the set point temperature, shadow calculations (sun

7 position, etc) are performed by EnergyPlus. By default, EnergyPlus performs these calculations for a frequency of 20 days throughout the RunPeriod. The shadowing Calculation_Frequency variables in the idf specify the number of days after which the next shadowing calculation period starts. The dates for which shadowing calculation is performed depends on this frequency. There can be deviations in the results of simulations if the shadowing calculation dates in the segmented simulation do not align with those in the annual simulation. Therefore, it is important to align the shadowing calculation dates of the segmented simulations to map with the shadowing calculation dates in the annual simulation. 2.3 Alternatives Proposed to Decrease the Deviations The deviations mentioned may be reduced by changing some of the simulation settings and variables. The solutions proposed are: (1) Selecting Day_of_Week_for_Start_Day from the weather file: If the Day of week for Start Day is chosen as UseWeatherFile, the day of week for all the dates in the annual simulation will be in synchronization with the day of week for the corresponding dates in the segmented simulation, hence ensuring the same number of working days between the segmented and annual simulations. By default, EnergyPlus specifies a particular day (such as Monday) as the Day of week for Start Day, due to which the start day of the each segmented simulation will be this day specified. However, this same date in the annual simulation would be some other day, due to which there would synchronization problem of the day and dates in annual and segmented simulations. UseWeatherFile option picks the calendar day for that particular date from the weather file.

8 (2) Ensuring first day of the segment is a working day for adequate warming up: If the first day of the month happens to be a holiday then some days from the previous month can be added to the segment to ensure adequate number of working days between the first day of the simulation and the first the of the month. This increases the RunPeriod of the segment and the first day of segment would not be the 1 st of the month. These extra number of days added to each segment would be referred to as warmupplus days in this paper. (3) Synchronizing shadow calculation dates of the segments with the annual shadow calculation dates: If the shadowing calculation dates of the annual simulations and those of each segmented simulation are kept in synchronization with each other, the effects of unaligned shadow calculations can be minimized. This is achieved by adding some more days from the previous month to the segment so that the start date of the shadow calculation period of the segmented simulation align with the annual shadowing dates. This extra number of days added before each segment will be referred to as shadowsync days in this paper. The following measures were taken to implement these solutions: (1) The Day_of_Week_for_Start_Day element in the RunPeriod class was changed to UseWeatherFile. This ensured that the total number of working days for all the months in the segments were the same as the total number of working days in the annual simulation. (2) To every segment 7 warmupplus days of simulation were added before the simulation days of the segment. This ensured adequate warm up especially if the 1 st day of the month happened to be a holiday.

9 (3) Some more days were added in the beginning of the segment to ensure that the shadow calculation dates in the segment mapped with that of the annual simulation. Before arriving at this proposed solution, some more variants were analyzed. In addition to the 7 warmupplus days, simulations were done with 0, 14 and 21 warmupplus days. Two more variants with synchronized shadow calculation days were also analyzed. This resulted in six different alternatives, which were based on the combination of warmupplus days and shadowsync days. These six combinations were experimented on to find out an alternative that results in the least deviation in cooling, heating, lighting and equipment consumption when compared with the annual simulation. The six alternatives and their names as used in the paper are: (1) W0: 0 warmupplus days (2) W7: 7 warmupplus days (3) W14: 14 warmupplus days (4) W21: 21 warmupplus days (5) W0Sync: shadowsync days with minimum allowed value as 0 (6) W7Sync: shadowsync days with minimum allowed value as 7 For all the six alternatives, the Day_of_Week_for_Start_Day is selected as UseWeatherFile 3. Performance of the alternatives As discussed in earlier sections warm up and synchronization of shadow calculation dates have a significant impact on the simulation runtime and the accuracy of the results. Simulations were conducted to evaluate the performance of the six alternatives proposed in the previous section in terms of accuracy and speed up.

10 ElemSchool model has been simulated for the five cities (Chicago, San Francisco, Tampa, New York, and Houston) with all the six alternatives. Effect of shadow sync and warm up days on accuracy of results and the speed gain are discussed in Sections 3.1 and Accuracy of the alternatives The six alternatives were simulated to analyze the deviations in results of the segmented simulations in comparison with corresponding results of the annual simulation. Large deviations in monthly consumption values were observed when ElemSchool model was simulated for Chicago weather data. Table 2 provides the percentage deviations in Cooling Electricity consumption for various months between the segmented simulations and annual simulations for all the six alternatives. The maximum deviation in monthly cooling consumption was 0.098% for W21 alternative in the month of July. Table 3 shows the percentage deviations in the heating energy consumption. The maximum deviation in monthly heating consumption was 1.87% for W0 and W0Sync alternative in month of April. In both the tables, the minimum deviation values for each month are highlighted in bold. Table 2 Table 3 Some of the observations from Tables 3 and 4 are: For cooling, W0Sync and W7Sync show least deviations For heating, W7Sync shows the least deviations W14 shows better accuracy for both heating and cooling amongst W0, W7, W14 and W21.

11 In the annual results, W7Sync show significantly less deviations compared to the other methods. These observations clearly indicate that the alternatives W0Sync and W7Sync are more accurate and are proved to be better by a significant difference when compared to the other alternatives. As observed in the Table 2 the deviations in cooling consumptions are higher in summer. Since the cooling values are of lower orders for a city like Chicago, a small deviation in the cooling consumption will give a greater percentage difference. Another interesting observation is that W14 shows better results than W21, even when W21 has more days of simulation before the first day of the segmented simulation. The more accurate results of W14 are due to the shadowing frequency of 15 days in this model. Extra 14 days synchronizes the shadowing periods better than the extra 21 days taken in W21. Tables 3 and 4 show the comparison of the six alternatives based on their performance on monthly and annual basis. W0Syn and W7Sync both give fairly accurate results for monthly and annual values. Deviations in the hourly values were then checked to compare the two alternatives. Large deviations in hourly consumption values were observed when ElemSchool model was simulated for New York weather data. Figure 3a and 3b show percentage deviations in the hourly cooling and heating consumption between the segmented simulations and the annual simulations for the W0Sync alternative. The maximum deviation in hourly value of cooling was 54% and heating was 18.1%. It can be observed from the graphs that even when W0Sync is accurate on the monthly and the annual values, there are big deviations on the hourly values.

12 Figure 3a Figure 3b Figure 4a and 4b show the percentage deviation in the hourly cooling and heating consumption between the segmented simulations and the annual simulations when applying the alternative W7Sync.The maximum deviation in hourly value of cooling was 0.01% and heating was 0.04%. Hence, W7Sync is not only accurate on the monthly and the annual values; it is also very accurate on hourly values. Figure 4a Figure 4b The graphs clearly indicate that the deviations observed in the hourly data for W0Sync were reduced in the W7Sync alternative. The deviations in the graph also strengthen the proposition that the addition of warmupplus days is important. April, for instance shows heavy deviations in both cooling and heating. This can be attributed to the fact that 1 st April is start date for one of the shadow calculation periods. Hence in the W0Sync setup, there are 0 warmupplus days leading to deviations. While in the W7Sync setup, there are 15 warmupplus days (since the shadowing frequency is 15 days) which results in negligible errors. Since the shadowing frequency for this simulation set is 15 days, other months are able to align appropriately and result in fewer deviations. However, if the frequency is some other number, for example 20, which causes less alignment, then these deviations will

13 increase. Due to this, the W7Sync algorithm will work efficiently for any value of shadow frequency and will provide accurate results. 3.2 Speed gain of the alternatives To evaluate the performance of all the alternatives in terms of simulation run time, the model ElemSchool with Chicago weather file was used and the time taken by each simulation was observed. Table 4 shows the simulation run time (in seconds) and speed gain of monthly segments, the time taken by the annual simulation (in seconds) and the effective speed gain for the six alternatives. Speed gain is obtained by dividing the time of annual simulation by the time taken by segmented simulation. Variation can be observed in the time taken by simulation by the segments for different months. This is due to the difference in number of shadow calculations and the time taken for convergence of various HVAC calculations. It is observed that in colder months such as January and December the time taken is more due to an increased number of iterations in the HVAC. The segment that takes the maximum time governs the effective speed gain for that alternative. Hence, the minimum speedup value obtained for that set of segments is highlighted in bold. It is clear from the table that the overall speed gain decreases with the number of warmupplus days. W0 is fastest but not very accurate and W7Sync is slower but more accurate. Due to this accuracy, W7Sync is selected for demonstrating the proposed approach of speeding up EnergyPlus using parallel computing. Table Performance Analysis of W7sync After selecting W7sync alternative for demonstrating the proposed approach, this alternative has been further analysed to observe the effect of the following on the

14 speed gain: Number_of_Timesteps_per_Hour, number of processing units, and overheads with respect to extra time taken in transferring files over the network and collating the output. (1) Number_of_Timesteps_per_Hour: The ElemSchool model for Chicago climate with varying time steps has been simulated to study the impact of time steps on speed up. It has been observed that the simulation speed gain increased with the increase in the value of Number_of_Timesteps_per_Hour. Speed gain with the value of Number_of_Timesteps_per_Hour as 1 is 2.73 Speed gain with the value of Number_of_Timesteps_per_Hour as 4 is 3.15 Speed gain with the value of Number_of_Timesteps_per_Hour as 20 is 4.12 (2) Number of processing units: To demonstrate the effect of number of processing units on the speed gain we simulated ElemSchool model for Chicago on 2, 3, 4, 6 and 12 processing units. It has been observed that the speed gain decreases with the decrease in number of processing units. Speed gain with the number of processing units is shown in Table 5 (3) Overheads with respect to extra time taken: This whole process has some overheads with respect to extra time taken for pre-processing.idf file, sending the.idf files to processors, collecting the results from processors and collating the results to form a single file. The overhead depends largely on network speed, the size of.idf file and the size of the output file which in turn depends on the number of variables and their reporting frequency. In the simulations which were performed it was observed that the overhead was close to 5% of the time taken by the slowest segment. For example, for ElemSchool model,

15 the overall overhead was about 15 seconds, and the time taken by the slowest segment was 422 seconds, so the total overhead is 4.02 %. 4. Simulation and results In order to demonstrate the approach over the selected alternative W7Sync, simulations were performed using EnergyPlus V 4. Thirteen different building models were simulated across five different cities. Details of the simulation models, weather data and the results are provided in the following sections. 4.1 Building Prototypes The U.S. Department of Energy (DOE) through three of its national laboratories has developed a set of standard benchmark building models for new and existing buildings [8]. These models are used in the paper to test the proposed approach. The revised and latest models for EnergyPlus v5 are now referred as commercial reference building models for new construction [9]. The changes between the standard benchmark model used in this paper and the new reference building models are listed in summary of changes from v1.2_4.0 to v1.3_5.0 document [10].These models help in providing consistent standardized models for the analysis of the results. To analyze the performance of the proposed alternative over different models and climates, the benchmark buildings that come along with the EnergyPlus installation were used for the simulations. Thirteen different building models- twelve benchmark buildings for new construction and one example model from EnergyPlus were used. The example file of EnergyPlus installation is a 5 Zone VAV model with daylight sensors and is used to check the concept and the accuracy of results for a

16 building with daylight sensors. Some important characteristic features of these models are listed in Table 6. Table Climate Zones All the thirteen different models were simulated for five different cities of USA which belong to four different climate zones as shown in Table 7. Table Performance of the proposed alternative- W7Sync To evaluate the performance of the proposed alternative, 65 cases (13 models x 5 cities) were simulated. Results show that W7Sync results are reasonably accurate for all the cases, as observed in the earlier section. To show a compact summary of the results achieved for all the 65 cases, the deviations in annual cooling, heating, equipment and lighting energy consumption and the speed gains are as listed in the Table 7.However, analysis has been performed on all the cases and the deviations in hourly consumptions and the monthly consumptions were noted to be very minor, in similar limits as discussed in the previous sections. Table Results From the simulations performed over thirteen different models using five different cities, it was observed that the speed up achieved varied from 3.15x to 5.84x. The minimum speed gain was in model ElemSchool for Chicago, which was 3.15x. The maximum gain was achieved for the MidApt and Chicago weather, which was 5.84x. The average gain observed for all the 65 cases was 4.77x. One interesting observation

17 made was that the speed gain for a model depends on the climate for which the simulation is run. The maximum deviation in cooling consumption was noted in SmallOffice model and in heating consumption it is noted in MidApt model. The maximum and minimum deviations annually across all models are as shown in Table 9. Table 9 Table 10 shows the maximum percentage deviations that occurred in the monthly consumption of heating, cooling and lighting, out of all the 65 cases that are simulated. The deviations in case of equipment electricity consumption were found to be 0 for all the cases. Table Conclusion The approach of dividing a simulation into segments and running them in parallel decreases the simulation run time, and is accurate enough to be used practically for increasing the speed of an EnergyPlus simulation. The proposed approach has been applied over 13 different models and five different weather files, to check the accuracy of the results achieved when compared to the annual simulation results. On annual basis, a maximum deviation of 0.06% was observed in cooling, heating, and lighting consumption. In a month-to-month comparison between the segments and annual simulation, the maximum deviation was 1.7% for heating and 0.8% for cooling. The speed gain in the simulation would range between 3x to 6x. For performing huge number of simulations during the conceptual design stage and for the parametric analysis, the proposed approach can be very useful. And, for the final

18 analysis a single run simulation as per conventional approach can be performed to get precise results. Further study would include the development of a tool that will use the described algorithm on a cluster of computers or processors. References [1] EnergyPlus Energy Simulation Software, Available from: [2] DOE-2, Available from: [3] BLAST-Building Load Analysis and System Thermodynamics, Available from: [4] Tianzhen H, Fred B, Philip H, Stephen S, Michael W Comparing Computer Run Time of Building Simulation Programs. Building Simulation, 1 (3), [5] Hong, Tianzhen. (2009). EnergyPlus Run Time Analysis [online]. Lawrence Berkeley National Laboratory: Lawrence Berkeley National Laboratory. LBNL Paper LBNL-1311E. Available from: [6] Yi Z Parallel EnergyPlus and the development of a parametric analysis tool. In: Eleventh International IBPSA Conference, July 2009 Glasgow, Scotland: [7] GenOpt-Generic Optimization Program, Available from: [8] P. Torcellini, et al DOE Commercial Building Benchmark Models. In: ACEEE Summer Study on Energy Efficiency in Buildings, August 2008 Pacific Grove, California. [9] Commercial Reference Building models for New Construction, Available from: [Accessed 4 October 2010]

19 [10] Summary of Changes from v1.2_4.0 to v1.3_5.0, Available from: gs_changes_v40tov50.pdf [Accessed 4 October 2010]

20 Table 1: Percentage deviation in monthly cooling and heating consumption between segmented and annual run % Deviation Months Cooling Heating Jan Feb March April May June Jul Aug Sep Oct Nov Dec Annual

21 Table 2: Deviations in cooling electricity consumption for the six different alternatives that were simulated for the ElemSchool and Chicago climate. The maximum deviation was 0.098% for W21 alternative in the month of July Alternatives Months W0 W7 W14 W21 W0Sync W7Sync Jan Feb March April May June Jul Aug Sep Oct Nov Dec Annual

22 Table 3: Deviations in heating consumption for the six different alternatives that were simulated for the ElemSchool and Chicago climate. The maximum deviation was 1.87% for W0 and W0Sync alternative in month of April. Alternatives Month W0 W7 W14 W21 W0Sync W7Sync Jan Feb March April May June Jul Aug Sep Oct Nov Dec Annual

23 Table 4: Simulation run time (in seconds) and speed gain of monthly segments, the time taken by the Annual simulation (in seconds) and the effective speed gain for the six alternatives. Month W0 W7 W14 W21 W0Sync W7Sync Jan Feb March April May June Jul Aug Sep Oct Nov Dec Annual Effective speed gain

24 Table 5: Speed gain achieved for ElemSchool model simulated for Chicago climate, with varying number of processing units Number of Speed Gain processing units

25 Floor Area (thousand m 2 ) Number of Floors Inter zone Surfaces People Lights Windows Daylight Zonal Equipment Central Air Handling Equipment System Equipment Autosize Coils Pumps Boilers Chillers Towers Table 6: Characteristics of the thirteen building models used for testing the proposed approach of speeding up EnergyPlus Zone Definition HVAC System HVAC Plant Model Name ElemSchool x x x x x x x x Fastfood x x x x x x x x HighSchool 24 2 x x x x x x x x x x x Hospital x x x x x x x x x x x LargeHotel x x x x x x x x x x x LargeOff x x x x x x x x x x x MedOff x x x x x MidApt x x x x x x x x Retail x x x x SitdownRestrau x x x x SmallHotel x x x x SmallOffice x x x x 5ZoneVAV x x x x x x x x x x x x

26 Table 7: Climate data used for running the simulation models City Climate zone Climate type Weather file name Chicago 5A Cool Humid USA_IL_Chicago- OHare.Intl.AP _TMY3.epw San Francisco 3C Warm- Marine USA_CA_San.Francisco.Intl.AP _TMY3.epw Tampa 1A Very hot- USA_FL_Tampa.Intl.AP _TMY3.epw humid New York 5A Cool Humid USA_NY_New.York- J.F.Kennedy.Intl.AP _TMY3.epw Houston 2A Hot- Humid USA_TX_Houston- D.W.Hooks.AP _TMY3.epw

27 Table 8: Percentage annual deviations for Cooling, Heating, Equipment and Lighting consumption and effective speed up for 13 models and 5 cities Model Chicago San Francisco Tampa New York Houston ElemSchool Cooling Heating Equipment Lighting Speed Gain 3.15x 3.68x 3.76x 3.33x 3.5x Fastfood Cooling Heating Equipment Lighting Speed Gain 4.3x 4.86x 5.05x 4.54x 4.79x HighSchool Cooling Heating Equipment Lighting Speed Gain 4.92x 5.43x 5.46x 5.37x 5.4x Hospital Cooling Heating Equipment Lighting Speed Gain 5.61x 5.63x 5.7x 5.2x 5.44x LargeHotel Cooling Heating Equipment Lighting Speed Gain 4.84x 5.22x 5.77x 5.23x 5.58x LargeOff Cooling Heating Equipment Lighting Speed Gain 5.23x 5.47x 5.18x 5.31x 5.04x MedOff Cooling Heating Equipment Lighting Speed Gain 4.16x 4.4x 4.3x 4.31x 4.29x

28 MidApt Cooling Heating Equipment Lighting Speed Gain 5.84x 5.42x 5.8x 4.92x 5.62x Retail Cooling Heating Equipment Lighting Speed Gain 4.36x 4.5x 4.44x 4.53x 4.34x SitdownRestrau Cooling Heating Equipment Lighting Speed Gain 4.33x 4.84x 5.07x 4.46x 4.69x SmallHotel Cooling Heating Equipment Lighting Speed Gain 3.4x 3.51x 3.51x 3.42x 3.5x SmallOffice Cooling Heating Equipment Lighting Speed Gain 4.18x 4.58x 4.58x 4.53x 4.55x 5ZoneVAV Cooling Heating Equipment Lighting Speed Gain 5.45x 5.47x 5.44x 5.61x 5.43x

29 Table 9: Maximum and Minimum percentage deviations in annual heating, cooling, lighting and equipment consumption Heating Cooling Lighting Equipment Minimum Deviation Maximum Deviation

30 Table 10: Maximum percentage deviations in monthly heating, cooling and lighting consumption Cooling Heating Lighting Maximum Value Model Medium Office Small Office 5ZoneVAV City New York New York Tampa

31 Figure1: Flow diagram of the entire process Figure2a: Percentage deviation in hourly cooling electricity between segmented simulation and the annual simulation for ElemSchool model with Chicago city. The maximum hourly deviation is 100% Figure2b: Percentage deviation in hourly heating consumption between segmented simulation and the annual simulation for ElemSchool model with Chicago city. The maximum hourly deviation observed in an hour is as high as 1340 %.( Instead of the peak a general range in which the percentage deviations exist has been considered to scale the plot) Figure 3a: Percentage deviation in hourly cooling electricity between segmented simulation and the annual simulation for ElemSchool model with New York city weather. The maximum hourly deviation is 54%. Figure 3b: Percentage deviation in hourly heating consumption between segmented simulation and the annual simulation for ElemSchool model with New York city weather. The maximum hourly deviation is 18.1%. Figure 4a: Percentage deviation in hourly cooling electricity between segmented simulation and the annual simulation for ElemSchool model with New York city weather. The maximum hourly deviation is 0.01%. Figure 4b: Percentage deviation in hourly heating consumption between segmented simulation and the annual simulation for ElemSchool model with New York city weather. The maximum hourly deviation is 0.04%.

DEVELOPMENT AND ANALYSIS OF A TOOL FOR SPEED UP OF ENERGYPLUS THROUGH PARALLELIZATION

DEVELOPMENT AND ANALYSIS OF A TOOL FOR SPEED UP OF ENERGYPLUS THROUGH PARALLELIZATION DEVELOPMENT AND ANALYSIS OF A TOOL FOR SPEED UP OF ENERGYPLUS THROUGH PARALLELIZATION Thesis submitted in partial fulfillment of the requirements for the degree of MS By Research in Computer Science by

More information

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR LEAP AND NON-LEAP YEAR *A non-leap year has 365 days whereas a leap year has 366 days. (as February has 29 days). *Every year which is divisible by 4

More information

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation Chapter Regression-Based Models for Developing Commercial Demand Characteristics Investigation. Introduction Commercial area is another important area in terms of consume high electric energy in Japan.

More information

Determine the trend for time series data

Determine the trend for time series data Extra Online Questions Determine the trend for time series data Covers AS 90641 (Statistics and Modelling 3.1) Scholarship Statistics and Modelling Chapter 1 Essent ial exam notes Time series 1. The value

More information

JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY

JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY Vocabulary (01) The Calendar (012) In context: Look at the calendar. Then, answer the questions. JANUARY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY 1 New 2 3 4 5 6 Year s Day 7 8 9 10 11

More information

PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION

PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION Ninth International IBPSA Conference Montréal, Canada August 5-8, PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION Hisaya ISHINO Faculty of Urban Environmental Sciences, Metropolitan

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

2018 Annual Review of Availability Assessment Hours

2018 Annual Review of Availability Assessment Hours 2018 Annual Review of Availability Assessment Hours Amber Motley Manager, Short Term Forecasting Clyde Loutan Principal, Renewable Energy Integration Karl Meeusen Senior Advisor, Infrastructure & Regulatory

More information

Published by ASX Settlement Pty Limited A.B.N Settlement Calendar for ASX Cash Market Products

Published by ASX Settlement Pty Limited A.B.N Settlement Calendar for ASX Cash Market Products Published by Pty Limited A.B.N. 49 008 504 532 2012 Calendar for Cash Market Products Calendar for Cash Market Products¹ Pty Limited ( ) operates a trade date plus three Business (T+3) settlement discipline

More information

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES DEVELOPMENT OF A TOOL, BASED ON THE THERMAL DYNAMIC SIMULATION SOFTWARE TRNSYS, WHICH RUNS PARAMETRIC

More information

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement 2019 Settlement Calendar for ASX Cash Market Products ASX Settlement Settlement Calendar for ASX Cash Market Products 1 ASX Settlement Pty Limited (ASX Settlement) operates a trade date plus two Business

More information

Mountain View Community Shuttle Monthly Operations Report

Mountain View Community Shuttle Monthly Operations Report Mountain View Community Shuttle Monthly Operations Report December 6, 2018 Contents Passengers per Day, Table...- 3 - Passengers per Day, Chart...- 3 - Ridership Year-To-Date...- 4 - Average Daily Ridership

More information

MISSION DEBRIEFING: Teacher Guide

MISSION DEBRIEFING: Teacher Guide Activity 2: It s Raining Again?! Using real data from one particular location, students will interpret a graph that relates rainfall to the number of cases of malaria. Background The relationship between

More information

Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability

Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability (http://mobility.tamu.edu/mmp) Office of Operations, Federal Highway Administration Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability This report is a supplement to:

More information

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR EVALUATION OF ALGORITHM PERFORMANCE /3 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR. Background The annual gas year algorithm performance evaluation normally considers three sources of information

More information

CIMA Professional

CIMA Professional CIMA Professional 201819 Birmingham Interactive Timetable Version 3.1 Information last updated 12/10/18 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

CIMA Professional

CIMA Professional CIMA Professional 201819 Manchester Interactive Timetable Version 3.1 Information last updated 12/10/18 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

NatGasWeather.com Daily Report

NatGasWeather.com Daily Report NatGasWeather.com Daily Report Issue Time: 5:15 pm EST Sunday, February 28 th, 2016 for Monday, Feb 29 th 7-Day Weather Summary (February 28 th March 5 th ): High pressure will dominate much of the US

More information

2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT

2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT 2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT Settlement Calendar for ASX Cash Market Products 1 ASX Settlement Pty Limited (ASX Settlement) operates a trade date plus two Business

More information

TILT, DAYLIGHT AND SEASONS WORKSHEET

TILT, DAYLIGHT AND SEASONS WORKSHEET TILT, DAYLIGHT AND SEASONS WORKSHEET Activity Description: Students will use a data table to make a graph for the length of day and average high temperature in Utah. They will then answer questions based

More information

Lesson 8: Variability in a Data Distribution

Lesson 8: Variability in a Data Distribution Classwork Example 1: Comparing Two Distributions Robert s family is planning to move to either New York City or San Francisco. Robert has a cousin in San Francisco and asked her how she likes living in

More information

Taking the garbage out of energy modeling through calibration

Taking the garbage out of energy modeling through calibration Taking the garbage out of energy modeling through calibration Presented to the Madison Chapter of ASHRAE February 8, 2016 Presented by Benjamin Skelton P.E. BEMP President, Cyclone Energy Group Acknowledgments

More information

Project Appraisal Guidelines

Project Appraisal Guidelines Project Appraisal Guidelines Unit 16.2 Expansion Factors for Short Period Traffic Counts August 2012 Project Appraisal Guidelines Unit 16.2 Expansion Factors for Short Period Traffic Counts Version Date

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional London Version 1.1 Information last updated 3 October 2018 Please note: Information and dates in this timetable are subject to change. A better way

More information

Project No India Basin Shadow Study San Francisco, California, USA

Project No India Basin Shadow Study San Francisco, California, USA Project No. 432301 India Basin Shadow Study San Francisco, California, USA Numerical Modelling Studies 04 th June 2018 For Build Inc. Report Title: India Basin Shadow Study San Francisco, California, USA

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

Case Study Las Vegas, Nevada By: Susan Farkas Chika Nakazawa Simona Tamutyte Zhi-ya Wu AAE/AAL 330 Design with Climate

Case Study Las Vegas, Nevada By: Susan Farkas Chika Nakazawa Simona Tamutyte Zhi-ya Wu AAE/AAL 330 Design with Climate Case Study Las Vegas, Nevada By: Susan Farkas Chika Nakazawa Simona Tamutyte Zhi-ya Wu AAE/AAL 330 Design with Climate Professor Alfredo Fernandez-Gonzalez School of Architecture University of Nevada,

More information

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; )

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; ) STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; 10-6-13) PART I OVERVIEW The following discussion expands upon exponential smoothing and seasonality as presented in Chapter 11, Forecasting, in

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 1.1 Information last updated tember 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

The Climate of Grady County

The Climate of Grady County The Climate of Grady County Grady County is part of the Central Great Plains, encompassing some of the best agricultural land in Oklahoma. Average annual precipitation ranges from about 33 inches in northern

More information

Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC

Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC Chiang Rai Province CC Threat overview AAS1109 Mekong ARCC This threat overview relies on projections of future climate change in the Mekong Basin for the period 2045-2069 compared to a baseline of 1980-2005.

More information

Fall 2017 Student Calendar. August 2017 S M T W T F S

Fall 2017 Student Calendar. August 2017 S M T W T F S September 2017 August 2017 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 September 2017 October 2017 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 1.1 Information last updated tember 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 2.1 Information last updated uary 2019 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

CIMA Professional 2018

CIMA Professional 2018 CIMA Professional 2018 Interactive Timetable Version 16.25 Information last updated 06/08/18 Please note: Information and dates in this timetable are subject to change. A better way of learning that s

More information

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S):

LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): GEOG 101L PHYSICAL GEOGRAPHY LAB SAN DIEGO CITY COLLEGE SELKIN 1 LAB 3: THE SUN AND CLIMATE NAME: LAB PARTNER(S): The main objective of today s lab is for you to be able to visualize the sun s position

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Milton Keynes Version 1.1 Information last updated tember 2018 Please note: Information and dates in this timetable are subject to change. A better

More information

Champaign-Urbana 2001 Annual Weather Summary

Champaign-Urbana 2001 Annual Weather Summary Champaign-Urbana 2001 Annual Weather Summary ILLINOIS STATE WATER SURVEY 2204 Griffith Dr. Champaign, IL 61820 wxobsrvr@sws.uiuc.edu Maria Peters, Weather Observer January: After a cold and snowy December,

More information

CIMA Professional 2018

CIMA Professional 2018 CIMA Professional 2018 Newcastle Interactive Timetable Version 10.20 Information last updated 12/06/18 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 3.1 Information last updated 1st May 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

peak half-hourly New South Wales

peak half-hourly New South Wales Forecasting long-term peak half-hourly electricity demand for New South Wales Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report

More information

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative?

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative? 1. Does a moving average forecast become more or less responsive to changes in a data series when more data points are included in the average? 2. Does an exponential smoothing forecast become more or

More information

CWV Review London Weather Station Move

CWV Review London Weather Station Move CWV Review London Weather Station Move 6th November 26 Demand Estimation Sub-Committee Background The current composite weather variables (CWVs) for North Thames (NT), Eastern (EA) and South Eastern (SE)

More information

Calendarization & Normalization. Steve Heinz, PE, CEM, CMVP Founder & CEO EnergyCAP, Inc.

Calendarization & Normalization. Steve Heinz, PE, CEM, CMVP Founder & CEO EnergyCAP, Inc. Calendarization & Normalization Steve Heinz, PE, CEM, CMVP Founder & CEO EnergyCAP, Inc. Calendarization EnergyCAP Reporting Month Each utility bill is assigned to a reporting month when entered, called

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 2.1 Information last updated 01 November 2018 Please note: Information and dates in this timetable are subject to change. A better way of

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Ascension Island Observatory Monthly Magnetic Bulletin December 2008 08/12/AS Crown copyright; Ordnance Survey ASCENSION ISLAND OBSERVATORY MAGNETIC DATA 1. Introduction Ascension

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 7.1 Information last updated 15th May 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning that

More information

Making a Climograph: GLOBE Data Explorations

Making a Climograph: GLOBE Data Explorations Making a Climograph: A GLOBE Data Exploration Purpose Students learn how to construct and interpret climographs and understand how climate differs from weather. Overview Students calculate and graph maximum

More information

What Patterns Can Be Observed in a Year?

What Patterns Can Be Observed in a Year? LESSON 3 What Patterns Can Be Observed in a Year? From this vantage point, you can see the moon, sun, stars, and Earth. From Earth s surface, there are patterns to how the sun, moon, and stars appear in

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 1.1 Information last updated tember 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018 Professional Version 4.1 Information last updated 11th September 2018 Please note: Information and dates in this timetable are subject to change. A better way of

More information

PREDICTING OVERHEATING RISK IN HOMES

PREDICTING OVERHEATING RISK IN HOMES PREDICTING OVERHEATING RISK IN HOMES Susie Diamond Inkling Anastasia Mylona CIBSE Simulation for Health and Wellbeing 27th June 2016 - CIBSE About Inkling Building Physics Consultancy Susie Diamond Claire

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 5.1 Information last updated 2nd May 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning that

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 9.1 Information last updated 18 July 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning that

More information

NEGST. New generation of solar thermal systems. Advanced applications ENEA. Comparison of solar cooling technologies. Vincenzo Sabatelli

NEGST. New generation of solar thermal systems. Advanced applications ENEA. Comparison of solar cooling technologies. Vincenzo Sabatelli NEGST New generation of solar thermal systems Advanced applications Comparison of solar cooling technologies Vincenzo Sabatelli ENEA vincenzo.sabatelli@trisaia.enea.it NEGST Workshop - Freiburg - June

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 3.1 Information last updated 1st May 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning that

More information

The Climate of Kiowa County

The Climate of Kiowa County The Climate of Kiowa County Kiowa County is part of the Central Great Plains, encompassing some of the best agricultural land in Oklahoma. Average annual precipitation ranges from about 24 inches in northwestern

More information

Drought in Southeast Colorado

Drought in Southeast Colorado Drought in Southeast Colorado Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu 1 Historical Perspective on Drought Tourism

More information

The Climate of Payne County

The Climate of Payne County The Climate of Payne County Payne County is part of the Central Great Plains in the west, encompassing some of the best agricultural land in Oklahoma. Payne County is also part of the Crosstimbers in the

More information

What Does It Take to Get Out of Drought?

What Does It Take to Get Out of Drought? What Does It Take to Get Out of Drought? Nolan J. Doesken Colorado Climate Center Colorado State University http://ccc.atmos.colostate.edu Presented at the Insects, Diseases and Drought Workshop, May 19,

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 3.1 Information last updated 1st May 2018 Book Please online note: atinformation and dates in this timetable are subject Or to change. call -enrol A

More information

Direct Normal Radiation from Global Radiation for Indian Stations

Direct Normal Radiation from Global Radiation for Indian Stations RESEARCH ARTICLE OPEN ACCESS Direct Normal Radiation from Global Radiation for Indian Stations Jaideep Rohilla 1, Amit Kumar 2, Amit Tiwari 3 1(Department of Mechanical Engineering, Somany Institute of

More information

ACCA Interactive Timetable & Fees

ACCA Interactive Timetable & Fees ACCA Interactive Timetable & Fees 2018/19 Professional Version 1.1 Information last updated tember 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information

The Climate of Murray County

The Climate of Murray County The Climate of Murray County Murray County is part of the Crosstimbers. This region is a transition between prairies and the mountains of southeastern Oklahoma. Average annual precipitation ranges from

More information

The Climate of Bryan County

The Climate of Bryan County The Climate of Bryan County Bryan County is part of the Crosstimbers throughout most of the county. The extreme eastern portions of Bryan County are part of the Cypress Swamp and Forest. Average annual

More information

The Climate of Marshall County

The Climate of Marshall County The Climate of Marshall County Marshall County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 Overview of Methodology Dayton Power and Light (DP&L) load profiles will be used to estimate hourly loads for customers without

More information

2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY

2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY 2013 FORECAST ACCURACY BENCHMARKING SURVEY AND ENERGY Itron Forecasting Brown Bag June 4, 2013 Please Remember» Phones are Muted: In order to help this session run smoothly, your phones are muted.» Full

More information

Colorado s 2003 Moisture Outlook

Colorado s 2003 Moisture Outlook Colorado s 2003 Moisture Outlook Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu How we got into this drought! Fort

More information

U.S. Outlook For October and Winter Thursday, September 19, 2013

U.S. Outlook For October and Winter Thursday, September 19, 2013 About This report coincides with today s release of the monthly temperature and precipitation outlooks for the U.S. from the Climate Prediction Center (CPC). U.S. CPC October and Winter Outlook The CPC

More information

one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen zero oneteen twoteen fiveteen tenteen

one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen zero oneteen twoteen fiveteen tenteen Stacking races game Numbers, ordinal numbers, dates, days of the week, months, times Instructions for teachers Cut up one pack of cards. Divide the class into teams of two to four students and give them

More information

Defining Normal Weather for Energy and Peak Normalization

Defining Normal Weather for Energy and Peak Normalization Itron White Paper Energy Forecasting Defining Normal Weather for Energy and Peak Normalization J. Stuart McMenamin, Ph.D Managing Director, Itron Forecasting 2008, Itron Inc. All rights reserved. 1 Introduction

More information

The Climate of Pontotoc County

The Climate of Pontotoc County The Climate of Pontotoc County Pontotoc County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeast Oklahoma. Average

More information

John Conway s Doomsday Algorithm

John Conway s Doomsday Algorithm 1 The algorithm as a poem John Conway s Doomsday Algorithm John Conway introduced the Doomsday Algorithm with the following rhyme: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 The last of Feb., or of Jan. will do

More information

APlocate: Location and Weather User Guide

APlocate: Location and Weather User Guide APlocate: Location and Weather User Guide IES Virtual Environment Copyright Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form

More information

Average temperature ( F) World Climate Zones. very cold all year with permanent ice and snow. very cold winters, cold summers, and little rain or snow

Average temperature ( F) World Climate Zones. very cold all year with permanent ice and snow. very cold winters, cold summers, and little rain or snow P r e v i e w Look carefully at the climagraph of Mumbai, India. What is the wettest month (or months) in Mumbai? What is the driest month (or months) in Mumbai? What effects might this city s climate

More information

Thursday 4 June 2015 Afternoon

Thursday 4 June 2015 Afternoon Oxford Cambridge and RSA Thursday 4 June 2015 Afternoon AS GCE PHYSICS B (ADVANCING PHYSICS) G492/01 Understanding Processes, Experimentation and Data Handling INSERT *5000035423* Duration: 2 hours INSTRUCTIONS

More information

The Climate of Seminole County

The Climate of Seminole County The Climate of Seminole County Seminole County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information

peak half-hourly Tasmania

peak half-hourly Tasmania Forecasting long-term peak half-hourly electricity demand for Tasmania Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report for

More information

Wind Resource Data Summary Cotal Area, Guam Data Summary and Transmittal for December 2011

Wind Resource Data Summary Cotal Area, Guam Data Summary and Transmittal for December 2011 Wind Resource Data Summary Cotal Area, Guam Data Summary and Transmittal for December 2011 Prepared for: GHD Inc. 194 Hernan Cortez Avenue 2nd Floor, Ste. 203 Hagatna, Guam 96910 January 2012 DNV Renewables

More information

Badí Pocket Planner 175 BE A Badí & Gregorian planner for the year Dál

Badí Pocket Planner 175 BE A Badí & Gregorian planner for the year Dál Badí Pocket Planner BE A Badí & Gregorian planner for the year Dál Sundial on the terraces above the Shrine of the Báb generic download edition months.com Moon symbols used in this diary New Moon First

More information

Technical note on seasonal adjustment for Capital goods imports

Technical note on seasonal adjustment for Capital goods imports Technical note on seasonal adjustment for Capital goods imports July 1, 2013 Contents 1 Capital goods imports 2 1.1 Additive versus multiplicative seasonality..................... 2 2 Steps in the seasonal

More information

Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad

Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad G.N. Tiwari*, Amita Gupta, Ravi Gupta Centre for energy studies, Indian Institute of technology Delhi, Rauz

More information

The Climate of Texas County

The Climate of Texas County The Climate of Texas County Texas County is part of the Western High Plains in the north and west and the Southwestern Tablelands in the east. The Western High Plains are characterized by abundant cropland

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin December 2007 07/12/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So

More information

Summary of Seasonal Normal Review Investigations CWV Review

Summary of Seasonal Normal Review Investigations CWV Review Summary of Seasonal Normal Review Investigations CWV Review DESC 31 st March 2009 1 Contents Stage 1: The Composite Weather Variable (CWV) An Introduction / background Understanding of calculation Stage

More information

Average Monthly Solar Radiations At Various Places Of North East India

Average Monthly Solar Radiations At Various Places Of North East India Average Monthly Solar Radiations At Various Places Of North East India Monmoyuri Baruah Assistant Professor,Department of Physics, Assam Don Bosco University, Assam, India Lavita Sarma Assistant Professor,Department

More information

VISUALIZING CLIMATE DATA AS A 3D CLIMATE TORUS

VISUALIZING CLIMATE DATA AS A 3D CLIMATE TORUS Y. Ikeda, C. M. Herr, D. Holzer, S. Kaijima, M. J. Kim. M, A, Schnabel (eds.), Emerging Experience in Past, Present and Future of Digital Architecture, Proceedings of the 20th International Conference

More information

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES This topic includes: Transformation of data to linearity to establish relationships

More information

CAISO Participating Intermittent Resource Program for Wind Generation

CAISO Participating Intermittent Resource Program for Wind Generation CAISO Participating Intermittent Resource Program for Wind Generation Jim Blatchford CAISO Account Manager Agenda CAISO Market Concepts Wind Availability in California How State Supports Intermittent Resources

More information

Calculations Equation of Time. EQUATION OF TIME = apparent solar time - mean solar time

Calculations Equation of Time. EQUATION OF TIME = apparent solar time - mean solar time Calculations Equation of Time APPARENT SOLAR TIME is the time that is shown on sundials. A MEAN SOLAR DAY is a constant 24 hours every day of the year. Apparent solar days are measured from noon one day

More information

Regents Earth Science Unit 7: Water Cycle and Climate

Regents Earth Science Unit 7: Water Cycle and Climate Regents Earth Science Unit 7: Water Cycle and Climate Name Section Coastal and Continental Temperature Ranges Lab # Introduction: There are large variations in average monthly temperatures among cities

More information

Smalltalk 10/2/15. Dates. Brian Heinold

Smalltalk 10/2/15. Dates. Brian Heinold Smalltalk 10/2/15 Dates Brian Heinold Leap years Leap years are every four years, right? Leap years Leap years are every four years, right? 2016, 2020, 2024, 2028,...,... Leap years Leap years are every

More information

EnergyPlus Weather File (EPW) Data Dictionary

EnergyPlus Weather File (EPW) Data Dictionary EnergyPlus Weather File (EPW) Data Dictionary The data dictionary for EnergyPlus Weather Data is shown below. Note that semi-colons do NOT terminate lines in the EnergyPlus Weather Data. It helps if you

More information

Jackson County 2013 Weather Data

Jackson County 2013 Weather Data Jackson County 2013 Weather Data 61 Years of Weather Data Recorded at the UF/IFAS Marianna North Florida Research and Education Center Doug Mayo Jackson County Extension Director 1952-2008 Rainfall Data

More information

Summary of Seasonal Normal Review Investigations. DESC 31 st March 2009

Summary of Seasonal Normal Review Investigations. DESC 31 st March 2009 Summary of Seasonal Normal Review Investigations DESC 31 st March 9 1 Introduction to the Seasonal Normal Review The relationship between weather and NDM demand is key to a number of critical processes

More information

The Climate of Haskell County

The Climate of Haskell County The Climate of Haskell County Haskell County is part of the Hardwood Forest. The Hardwood Forest is characterized by its irregular landscape and the largest lake in Oklahoma, Lake Eufaula. Average annual

More information

Grade 6 Standard 2 Unit Test Astronomy

Grade 6 Standard 2 Unit Test Astronomy Grade 6 Standard 2 Unit Test Astronomy Multiple Choice 1. Why does the air temperature rise in the summer? A. We are closer to the sun. B. The air becomes thicker and more dense. C. The sun s rays are

More information