Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-climate HERS tests #656

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ coverage
/weather/USA_CA_San.Diego-Miramar.NAS.722930_TMY3.epw
/weather/USA_CA_San.Diego-Montgomery.Field.722903_TMY3.epw
/weather/USA_CA_San.Diego-North.Island.NAS.722906_TMY3.epw
/weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
/weather/USA_CA_San.Jose.Intl.AP.724945_TMY3.epw
/weather/USA_CA_San.Luis.Obispo.AP.722897_TMY3.epw
/weather/USA_CA_Sandberg.723830_TMY3.epw
Expand Down
670 changes: 588 additions & 82 deletions tasks.rb

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3-cache.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
WeatherHeader.City,String,San Francisco Intl Ap
WeatherHeader.State,String,CA
WeatherHeader.Country,String,USA
WeatherHeader.DataSource,String,TMY3
WeatherHeader.Station,String,724940
WeatherHeader.Latitude,Float,37.62
WeatherHeader.Longitude,Float,-122.4
WeatherHeader.Timezone,Float,-8.0
WeatherHeader.Altitude,Float,6.561679790026246
WeatherHeader.LocalPressure,Float,0.9997585593352166
WeatherHeader.RecordsPerHour,Fixnum,1
WeatherData.AnnualAvgDrybulb,Float,56.82876027397236
WeatherData.AnnualMinDrybulb,Float,35.96
WeatherData.AnnualMaxDrybulb,Float,91.03999999999999
WeatherData.CDD50F,Float,2584.567499999999
WeatherData.CDD65F,Float,29.640000000000036
WeatherData.HDD50F,Float,92.07000000000006
WeatherData.HDD65F,Float,3012.142499999998
WeatherData.AnnualAvgWindspeed,Float,4.670753424657265
WeatherData.MonthlyAvgDrybulbs,Array,49.27879032258065,52.322321428571435,54.792016129032305,56.62075000000003,59.00241935483872,59.608999999999966,60.686048387096704,61.912661290322504,62.092249999999964,59.189193548387124,55.010000000000005,51.18766129032258
WeatherData.GroundMonthlyTemps,Array,54.7535867421239,53.77358207459446,53.69509978631294,54.16016207576655,56.027128014843186,57.88539683456696,59.49641658748618,60.51695797873714,60.60365857535936,59.77361968317399,58.203681879807675,56.402417178611074
WeatherData.WSF,Float,0.6
WeatherData.MonthlyAvgDailyHighDrybulbs,Array,54.52322580645161,59.93857142857143,63.534838709677416,64.73599999999999,67.90129032258065,70.496,68.69677419354839,71.73354838709679,71.63,67.65741935483872,60.902,56.63677419354838
WeatherData.MonthlyAvgDailyLowDrybulbs,Array,44.071612903225805,46.01428571428571,47.932903225806456,50.996,52.421290322580646,52.214,54.86,55.37096774193549,56.06,52.63612903225807,49.478,45.465161290322584
WeatherDesign.HeatingDrybulb,Float,40.82
WeatherDesign.HeatingWindspeed,Float,11.6
WeatherDesign.CoolingDrybulb,Float,78.25999999999999
WeatherDesign.CoolingWetbulb,Float,62.06
WeatherDesign.CoolingHumidityRatio,Float,0.008034335928212566
WeatherDesign.CoolingWindspeed,Float,5.9
WeatherDesign.DailyTemperatureRange,Float,15.3
WeatherDesign.DehumidDrybulb,Float,65.66
WeatherDesign.DehumidHumidityRatio,Float,0.01044383278586748
WeatherDesign.CoolingDirectNormal,Float,919.0
WeatherDesign.CoolingDiffuseHorizontal,Float,125.0
8,768 changes: 8,768 additions & 0 deletions weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw

Large diffs are not rendered by default.