Module: OpenstudioStandards::Weather
- Defined in:
- lib/openstudio-standards/weather/modify.rb,
lib/openstudio-standards/weather/stat_file.rb,
lib/openstudio-standards/weather/information.rb
Overview
The Weather module provides methods to set and get information for model weather files
Defined Under Namespace
Classes: StatFile
Modify collapse
-
.model_set_building_location(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) ⇒ Boolean
Set the model weather file, site information, climate zone, design days, site water main temperatures, undisturbed ground temperatures, and ground temperatures based on a weather file or climate zone.
-
.model_set_climate_zone(model, climate_zone) ⇒ Boolean
Sets the model ClimateZone object.
-
.model_set_design_days(model, ddy_file_path: nil, ddy_list: nil) ⇒ Boolean
Set the model DesignDays from a .ddy file.
-
.model_set_ground_temperatures(model, climate_zone: nil) ⇒ Boolean
Set ground temperatures in the model.
-
.model_set_site_information(model, epw_file) ⇒ OpenStudio::Model::Site
Set the model Site object from a parsed .epw file.
-
.model_set_site_water_mains_temperature(model, stat_file: nil) ⇒ OpenStudio::Model::SiteWaterMainsTemperature
Set the model SiteWaterMainsTemperature object from a parsed .stat file.
-
.model_set_undisturbed_ground_temperature_deep(model, stat_file: nil) ⇒ OpenStudio::Model::SiteGroundTemperatureDeep
Set the SiteGroundTemperatureDeep object based on undisturbed ground temperatures at 4.0m depth from the .stat file.
-
.model_set_undisturbed_ground_temperature_shallow(model, stat_file: nil) ⇒ OpenStudio::Model::SiteGroundTemperatureShallow
Set the SiteGroundTemperatureShallow object based on undisturbed ground temperatures at 0.5m depth from the .stat file.
-
.model_set_weather_file(model, epw_file) ⇒ OpenStudio::Model::WeatherFile
Set the model WeatherFile object from a parsed .epw file.
-
.model_set_weather_file_and_design_days(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) ⇒ Boolean
Set the model weather file, site information, climate zone, and design days based on a weather file or climate zone.
Information collapse
-
.climate_zone_representative_weather_file_path(climate_zone) ⇒ String
Get absolute path of a weather file included within openstudio-standards that is representative of the climate zone.
-
.climate_zone_weather_file_map(epw_file = '') ⇒ Hash
A method to return an array of .epw files names mapped to each climate zone.
-
.ddy_regex_lookup(category) ⇒ Array<Regexp>
Get a list of regular expressions matching the design day categories.
-
.design_day_average_global_irradiance(design_day) ⇒ Double
Calculate average global irradiance for the design day Calculated from ASHRAE HOF 2017 Chp 14 Clear-Sky Solar Radiation.
-
.epw_file_get_dehumidification_degree_days(epw_file, base_humidity_ratio: 0.010) ⇒ Double
Calculate dehumidification degree days from an epw_file.
-
.get_climate_zone_from_degree_days(hdd18, cdd10) ⇒ String
Returns the ASHRAE climate zone based on degree days.
-
.get_standards_weather_file_path(weather_file_name) ⇒ String
Get absolute path of a weather file included within openstudio-standards.
-
.model_get_ashrae_climate_zone_number(model) ⇒ Integer
Get the ASHRAE climate zone number.
-
.model_get_climate_zone(model) ⇒ String
Converts the climate zone in the model into the format used by the openstudio-standards lookup tables.
-
.model_get_full_weather_file_path(model) ⇒ OpenStudio::OptionalPath
Get the full path to the weather file that is specified in the model.
-
.model_get_heating_design_outdoor_temperatures(model) ⇒ Array<Double>
Returns the winter design outdoor air dry bulb temperatures in the model.
Class Method Details
.climate_zone_representative_weather_file_path(climate_zone) ⇒ String
Get absolute path of a weather file included within openstudio-standards that is representative of the climate zone.
245 246 247 248 249 250 251 252 253 254 255 |
# File 'lib/openstudio-standards/weather/information.rb', line 245 def self.climate_zone_representative_weather_file_path(climate_zone) climate_zone_weather_file_map = OpenstudioStandards::Weather.climate_zone_weather_file_map weather_file_name = climate_zone_weather_file_map[climate_zone] if weather_file_name.nil? OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.information', "Could not determine weather for climate zone: #{climate_zone}") return false end standards_weather_file_path = OpenstudioStandards::Weather.get_standards_weather_file_path(weather_file_name) return standards_weather_file_path end |
.climate_zone_weather_file_map(epw_file = '') ⇒ Hash
A method to return an array of .epw files names mapped to each climate zone.
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/openstudio-standards/weather/information.rb', line 10 def self.climate_zone_weather_file_map(epw_file = '') # Define the weather file for each climate zone climate_zone_weather_file_map = { 'ASHRAE 169-2006-0A' => 'VNM_SVN_Ho.Chi.Minh-Tan.Son.Nhat.Intl.AP.489000_TMYx.epw', 'ASHRAE 169-2006-0B' => 'ARE_DU_Dubai.Intl.AP.411940_TMYx.epw', 'ASHRAE 169-2006-1A' => 'USA_FL_Miami.Intl.AP.722020_TMY3.epw', 'ASHRAE 169-2006-1B' => 'SAU_RI_Riyadh.AB.404380_TMYx.epw', 'ASHRAE 169-2006-2A' => 'USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw', 'ASHRAE 169-2006-2B' => 'USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw', 'ASHRAE 169-2006-3A' => 'USA_TN_Memphis.Intl.AP.723340_TMY3.epw', 'ASHRAE 169-2006-3B' => 'USA_TX_El.Paso.Intl.AP.722700_TMY3.epw', 'ASHRAE 169-2006-3C' => 'USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw', 'ASHRAE 169-2006-4A' => 'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw', 'ASHRAE 169-2006-4B' => 'USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw', 'ASHRAE 169-2006-4C' => 'USA_OR_Salem-McNary.Field.726940_TMY3.epw', 'ASHRAE 169-2006-5A' => 'USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw', 'ASHRAE 169-2006-5B' => 'USA_ID_Boise.Air.Terminal.726810_TMY3.epw', 'ASHRAE 169-2006-5C' => 'CAN_BC_Vancouver.Intl.AP.718920_CWEC2020.epw', 'ASHRAE 169-2006-6A' => 'USA_VT_Burlington.Intl.AP.726170_TMY3.epw', 'ASHRAE 169-2006-6B' => 'USA_MT_Helena.Rgnl.AP.727720_TMY3.epw', 'ASHRAE 169-2006-7A' => 'USA_MN_Duluth.Intl.AP.727450_TMY3.epw', 'ASHRAE 169-2006-7B' => 'USA_MN_Duluth.Intl.AP.727450_TMY3.epw', 'ASHRAE 169-2006-8A' => 'USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw', 'ASHRAE 169-2006-8B' => 'USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw', 'ASHRAE 169-2013-0A' => 'VNM_SVN_Ho.Chi.Minh-Tan.Son.Nhat.Intl.AP.489000_TMYx.epw', 'ASHRAE 169-2013-0B' => 'ARE_DU_Dubai.Intl.AP.411940_TMYx.epw', 'ASHRAE 169-2013-1A' => 'USA_HI_Honolulu.Intl.AP.911820_TMY3.epw', 'ASHRAE 169-2013-1B' => 'IND_DL_New.Delhi-Safdarjung.AP.421820_TMYx.epw', 'ASHRAE 169-2013-2A' => 'USA_FL_Tampa-MacDill.AFB.747880_TMY3.epw', 'ASHRAE 169-2013-2B' => 'USA_AZ_Tucson-Davis-Monthan.AFB.722745_TMY3.epw', 'ASHRAE 169-2013-3A' => 'USA_GA_Atlanta-Hartsfield.Jackson.Intl.AP.722190_TMY3.epw', 'ASHRAE 169-2013-3B' => 'USA_TX_El.Paso.Intl.AP.722700_TMY3.epw', 'ASHRAE 169-2013-3C' => 'USA_CA_San.Deigo-Brown.Field.Muni.AP.722904_TMY3.epw', 'ASHRAE 169-2013-4A' => 'USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw', 'ASHRAE 169-2013-4B' => 'USA_NM_Albuquerque.Intl.Sunport.723650_TMY3.epw', 'ASHRAE 169-2013-4C' => 'USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw', 'ASHRAE 169-2013-5A' => 'USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw', 'ASHRAE 169-2013-5B' => 'USA_CO_Denver-Aurora-Buckley.AFB.724695_TMY3.epw', 'ASHRAE 169-2013-5C' => 'USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw', 'ASHRAE 169-2013-6A' => 'USA_MN_Rochester.Intl.AP.726440_TMY3.epw', 'ASHRAE 169-2013-6B' => 'USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw', 'ASHRAE 169-2013-7A' => 'USA_MN_International.Falls.Intl.AP.727470_TMY3.epw', 'ASHRAE 169-2013-7B' => 'USA_MN_International.Falls.Intl.AP.727470_TMY3.epw', 'ASHRAE 169-2013-8A' => 'USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw', 'ASHRAE 169-2013-8B' => 'USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw', # For measure input 'NECB HDD Method' => epw_file.to_s, # For testing 'NECB-CNEB-5' => epw_file.to_s, 'NECB-CNEB-6' => epw_file.to_s, 'NECB-CNEB-7a' => epw_file.to_s, 'NECB-CNEB-7b' => epw_file.to_s, 'NECB-CNEB-8' => epw_file.to_s, # For DEER 'CEC T24-CEC1' => 'ARCATA_725945_CZ2010.epw', 'CEC T24-CEC2' => 'SANTA-ROSA_724957_CZ2010.epw', 'CEC T24-CEC3' => 'OAKLAND_724930_CZ2010.epw', 'CEC T24-CEC4' => 'SAN-JOSE-REID_724946_CZ2010.epw', 'CEC T24-CEC5' => 'SANTA-MARIA_723940_CZ2010.epw', 'CEC T24-CEC6' => 'TORRANCE_722955_CZ2010.epw', 'CEC T24-CEC7' => 'SAN-DIEGO-LINDBERGH_722900_CZ2010.epw', 'CEC T24-CEC8' => 'FULLERTON_722976_CZ2010.epw', 'CEC T24-CEC9' => 'BURBANK-GLENDALE_722880_CZ2010.epw', 'CEC T24-CEC10' => 'RIVERSIDE_722869_CZ2010.epw', 'CEC T24-CEC11' => 'RED-BLUFF_725910_CZ2010.epw', 'CEC T24-CEC12' => 'SACRAMENTO-EXECUTIVE_724830_CZ2010.epw', 'CEC T24-CEC13' => 'FRESNO_723890_CZ2010.epw', 'CEC T24-CEC14' => 'PALMDALE_723820_CZ2010.epw', 'CEC T24-CEC15' => 'PALM-SPRINGS-INTL_722868_CZ2010.epw', 'CEC T24-CEC16' => 'BLUE-CANYON_725845_CZ2010.epw' } return climate_zone_weather_file_map end |
.ddy_regex_lookup(category) ⇒ Array<Regexp>
Get a list of regular expressions matching the design day categories.
For looking up design day objects by type
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 |
# File 'lib/openstudio-standards/weather/information.rb', line 262 def self.ddy_regex_lookup(category) ddy_regex_map = { 'All Heating' => /Htg/, 'Heating DB' => /Htg.* DB/, 'Heating 99.6%' => /Htg.*99.6%/, 'Heating 99%' => /Htg.*99%/, 'Heating Wind' => /Htg Wind/, 'All Cooling' => / (0?\.4|1|2|5)\.?0?%/, 'Annual Cooling' => /Ann Clg/, 'All Cooling DB' => /DB=>MC?WB/, 'All Cooling WB' => /WB=>MC?DB/, 'All Cooling DP' => /Clg.* DP/, 'All Cooling Enth' => /Clg.* Enth/, 'Annual Cooling DB' => /Clg.* DB/, 'Annual Cooling WB' => /Clg.* WB/, 'Annual Cooling DP' => /Clg.* DP/, 'Annual Cooling Enth' => /Clg.* Enth/, 'Cooling 0.4%' => /.4%/, 'Cooling 2%' => /2%/, 'Cooling 5%' => /5%/, 'Annual Cooling 0.4%' => /Ann.*.4%/, 'Annual Cooling 2%' => /Ann.*2%/, 'Monthly Cooling' => /Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec/, 'Monthly 0.4%' => /(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec).*0?.4/, 'Monthly 2%' => /(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec).*2%/, 'Monthly 5%' => /(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec).*5%/, 'Monthly DB' => /(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec).*DB=>MC?WB/, 'Monthly WB' => /(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec).*WB=>MC?DB/ } valid = ddy_regex_map.keys unless valid.include?(category) OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.information', "Could not find a matching ddy regular expression for entered category #{category}. Valid categories are #{valid}.") return false end return [ddy_regex_map[category]] end |
.design_day_average_global_irradiance(design_day) ⇒ Double
Calculate average global irradiance for the design day Calculated from ASHRAE HOF 2017 Chp 14 Clear-Sky Solar Radiation
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 |
# File 'lib/openstudio-standards/weather/information.rb', line 381 def self.design_day_average_global_irradiance(design_day) # get site longitude and time zone longitude weather_file = design_day.model.weatherFile.get site_longitude_degrees = weather_file.longitude site_latitude_degrees = weather_file.latitude site_latitude_radians = site_latitude_degrees * (Math::PI / 180.0) time_zone_longitude_degrees = 15.0 * weather_file.timeZone # day of year day_of_year = Date.new(y = 2009, m = design_day.month, d = design_day.dayOfMonth).yday # equation of time gamma_degrees = 360 * (day_of_year - 1) / 365.0 gamma_radians = gamma_degrees * (Math::PI / 180.0) equation_of_time_minutes = 2.2918 * (0.0075 + (0.1868 * Math.cos(gamma_radians)) - (3.2077 * Math.sin(gamma_radians)) - (1.4615 * Math.cos(2 * gamma_radians)) - (4.089 * Math.sin(2 * gamma_radians))) # extraterrestrial normal irradiance, W/m^2 extraterrestrial_normal_irradiance_degrees = 360 * (day_of_year - 3) / 365.0 extraterrestrial_normal_irradiance_radians = extraterrestrial_normal_irradiance_degrees * (Math::PI / 180.0) extraterrestrial_normal_irradiance = 1367.0 * (1.0 + (0.033 * Math.cos(extraterrestrial_normal_irradiance_radians))) # declination day_angle_degrees = 360.0 * (day_of_year + 284) / 365.0 day_angle_radians = day_angle_degrees * (Math::PI / 180.0) declination_degrees = 23.45 * Math.sin(day_angle_radians) declination_radians = declination_degrees * (Math::PI / 180.0) # air mass exponents from optical depth tau_b = design_day.ashraeClearSkyOpticalDepthForBeamIrradiance tau_d = design_day.ashraeClearSkyOpticalDepthForDiffuseIrradiance ab = 1.454 - (0.406 * tau_b) - (0.268 * tau_d) + (0.021 * tau_b * tau_d) ad = 0.507 + (0.205 * tau_b) - (0.080 * tau_d) - (0.190 * tau_b * tau_d) global_irradiance_array = [] (0..23).to_a.each do |local_standard_time_hour| # apparent solar time apparent_solar_time = local_standard_time_hour + (equation_of_time_minutes / 60.0) + ((site_longitude_degrees - time_zone_longitude_degrees) / 15.0) # hour angle hour_angle_degrees = 15.0 * (apparent_solar_time - 12.0) hour_angle_radians = hour_angle_degrees * (Math::PI / 180.0) # solar altitude solar_altitude_radians = Math.asin((Math.cos(site_latitude_radians) * Math.cos(declination_radians) * Math.cos(hour_angle_radians)) + (Math.sin(site_latitude_radians) * Math.sin(declination_radians))) solar_altitude_degrees = solar_altitude_radians * (180.0 / Math::PI) # equation 16 air mass # equation 17 and 18 irradiance calculation if solar_altitude_degrees > 0 air_mass = 1 / (Math.sin(solar_altitude_radians) + (0.50572 * ((6.07995 + solar_altitude_degrees)**-1.6364))) beam_normal_irradiance = extraterrestrial_normal_irradiance * Math.exp(-tau_b * (air_mass**ab)) diffuse_horizontal_irradiance = extraterrestrial_normal_irradiance * Math.exp(-tau_d * (air_mass**ad)) else air_mass = nil beam_normal_irradiance = 0.0 diffuse_horizontal_irradiance = 0.0 end global_irradiance = beam_normal_irradiance + diffuse_horizontal_irradiance global_irradiance_array << global_irradiance # puts "For local_standard_time_hour #{local_standard_time_hour}, apparent_solar_time #{apparent_solar_time}, hour_angle_degrees #{hour_angle_degrees}, solar_altitude_degrees #{solar_altitude_degrees}, air_mass #{air_mass}, beam_normal_irradiance #{beam_normal_irradiance}, diffuse_horizontal_irradiance #{diffuse_horizontal_irradiance}" end average_daily_global_irradiance = global_irradiance_array.sum / 24.0 OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.information', "For design day #{design_day.name}, day_of_year #{day_of_year}, time zone #{weather_file.timeZone}, site_longitude_degrees #{site_longitude_degrees}, time_zone_longitude_degrees #{time_zone_longitude_degrees}, site_latitude_degrees #{site_latitude_degrees}, equation_of_time_minutes #{equation_of_time_minutes}, declination_degrees #{declination_degrees}, extraterrestrial_normal_irradiance #{extraterrestrial_normal_irradiance}, average_daily_global_irradiance #{average_daily_global_irradiance} W/m^2.") return average_daily_global_irradiance end |
.epw_file_get_dehumidification_degree_days(epw_file, base_humidity_ratio: 0.010) ⇒ Double
Calculate dehumidification degree days from an epw_file
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 |
# File 'lib/openstudio-standards/weather/information.rb', line 455 def self.epw_file_get_dehumidification_degree_days(epw_file, base_humidity_ratio: 0.010) # Workaround for case when the weather file contains the February from a leap year but that February only has 28 # days of data. has_leap_day = false # Find the first day in February feb_index = epw_file.data.find_index { |entry| entry.date.monthOfYear.value == 2 } # Find the year for February feb_year = epw_file.data[feb_index].year # Determine if February's year is a leap year leap_year = false if (feb_year % 100) > 0 leap_year = true if (feb_year % 4) == 0 else leap_year = true if (feb_year % 400) == 0 end # If the February is from a leap year determine if it contains a leap day if leap_year day = epw_file.data[feb_index].date.dayOfMonth inc = 0 while epw_file.data[feb_index].date.dayOfMonth == day feb_index += 1 inc += 1 end has_leap_day = epw_file.data[feb_index + (inc * 28)].date.dayOfMonth == 29 end # If the February is from a leap year and there is no leap day then do not use the faulty OpenStudio Epw # .getTimeSeries method. Otherwise, use the method. if has_leap_day || !leap_year db_temps_c = epw_file.getTimeSeries('Dry Bulb Temperature').get.values rh_values = epw_file.getTimeSeries('Relative Humidity').get.values atm_p_values = epw_file.getTimeSeries('Atmospheric Station Pressure').get.values else # Access the data directly instead of using the OpenStudio API to avoid the faulty OpenStudioEpw # .getTimeSeries method. # Open the weather file regex_csv = /[^,]+/ regex_num = /[0-9]/ f = File.open(epw_file.path.to_s, 'r') i = 0 # Skip the header i += 1 until f.readline[0] =~ regex_num # Get all of the hourly weather data lines = IO.readlines(f)[i..-1] # Get hourly weather data for a specific column db_temps_c = lines.map { |line| Float(line.scan(regex_csv)[6]) } rh_values = lines.map { |line| Float(line.scan(regex_csv)[8]) } atm_p_values = lines.map { |line| Float(line.scan(regex_csv)[9]) } end db_temps_k = db_temps_c.map { |v| v + 273.15 } # coefficients for the calculation of pws (Reference: ASHRAE Handbook - Fundamentals > CHAPTER 1. PSYCHROMETRICS) c1 = -5.6745359E+03 c2 = 6.3925247E+00 c3 = -9.6778430E-03 c4 = 6.2215701E-07 c5 = 2.0747825E-09 c6 = -9.4840240E-13 c7 = 4.1635019E+00 c8 = -5.8002206E+03 c9 = 1.3914993E+00 c10 = -4.8640239E-02 c11 = 4.1764768E-05 c12 = -1.4452093E-08 c13 = 6.5459673E+00 # calculate saturation pressure of water vapor (Pa) sp_values = [] db_temps_k.each do |t| if t <= 273.15 sp = (c1 / t) + c2 + (c3 * t) + (c4 * (t**2)) + (c5 * (t**3)) + (c6 * (t**4)) + (c7 * Math.log(t, Math.exp(1))) else sp = (c8 / t) + c9 + (c10 * t) + (c11 * (t**2)) + (c12 * (t**3)) + (c13 * Math.log(t, Math.exp(1))) end sp_values << (Math.exp(1)**sp) end # calculate partial pressure of water vapor (Pa) pp_values = sp_values.zip(rh_values).map { |sp, rh| sp * rh / 100.0 } # calculate total pressure (Pa) tp_values = pp_values.zip(atm_p_values).map { |pp, atm| pp + atm } # calculate humidity ratio hr_values = pp_values.zip(tp_values).map { |pp, tp| (0.621945 * pp) / (tp - pp) } # calculate dehumidification degree days based on humidity ratio values above the base hr_values_above_base = hr_values.map { |hr| hr > base_humidity_ratio ? hr : 0.0 } dehumidification_degree_days = hr_values_above_base.sum / 24.0 return dehumidification_degree_days end |
.get_climate_zone_from_degree_days(hdd18, cdd10) ⇒ String
support Humid (A) / Dry (B) distinctions based on precipitation per Section A3 of ASHRAE 169
Returns the ASHRAE climate zone based on degree days
321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 |
# File 'lib/openstudio-standards/weather/information.rb', line 321 def self.get_climate_zone_from_degree_days(hdd18, cdd10) if cdd10 > 6000 # Extremely Hot Humid (0A), Dry (0B) return 'ASHRAE 169-2013-0A' elsif (cdd10 > 5000) && (cdd10 <= 6000) # Very Hot Humid (1A), Dry (1B) return 'ASHRAE 169-2013-1A' elsif (cdd10 > 3500) && (cdd10 <= 5000) # Hot Humid (2A), Dry (2B) return 'ASHRAE 169-2013-2A' elsif ((cdd10 > 2500) && (cdd10 < 3500)) && (hdd18 <= 2000) # Warm Humid (3A), Dry (3B) return 'ASHRAE 169-2013-3A' # and 'ASHRAE 169-2013-3B' elsif (cdd10 <= 2500) && (hdd18 <= 2000) # Warm Marine (3C) return 'ASHRAE 169-2013-3C' elsif ((cdd10 > 1500) && (cdd10 < 3500)) && ((hdd18 > 2000) && (hdd18 <= 3000)) # Mixed Humid (4A), Dry (4B) return 'ASHRAE 169-2013-4A' # and 'ASHRAE 169-2013-4B' elsif (cdd10 <= 1500) && ((hdd18 > 2000) && (hdd18 <= 3000)) # Mixed Marine return 'ASHRAE 169-2013-4C' elsif ((cdd10 > 1000) && (cdd10 <= 3500)) && ((hdd18 > 3000) && (hdd18 <= 4000)) # Cool Humid (5A), Dry (5B) return 'ASHRAE 169-2013-5A' # and 'ASHRAE 169-2013-5B' elsif (cdd10 <= 1000) && ((hdd18 > 3000) && (hdd18 <= 4000)) # Cool Marine (5C) return 'ASHRAE 169-2013-5C' elsif (hdd18 > 4000) && (hdd18 <= 5000) # Cold Humid (6A), Dry (6B) return 'ASHRAE 169-2013-6A' # and 'ASHRAE 169-2013-6B' elsif (hdd18 > 5000) && (hdd18 <= 7000) # Very Cold (7) return 'ASHRAE 169-2013-7A' elsif hdd18 > 7000 # Subarctic/Arctic (8) return 'ASHRAE 169-2013-8A' else OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.information', "Could not determine climate zone from #{hdd18} heating degree days base 18°C and #{cdd10} cooling degree days base 10°C.") return '' end end |
.get_standards_weather_file_path(weather_file_name) ⇒ String
Get absolute path of a weather file included within openstudio-standards.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/openstudio-standards/weather/information.rb', line 195 def self.get_standards_weather_file_path(weather_file_name) # Define where the weather files lives weather_dir = nil if __dir__[0] == ':' # Running from OpenStudio CLI # load weather file from embedded files epw_string = load_resource_relative("../../../data/weather/#{weather_file_name}") ddy_string = load_resource_relative("../../../data/weather/#{weather_file_name.gsub('.epw', '.ddy')}") stat_string = load_resource_relative("../../../data/weather/#{weather_file_name.gsub('.epw', '.stat')}") # extract to local weather dir weather_dir = File.(File.join(__dir__, 'extracted_files/weather/')) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.information', "Extracting weather files from OpenStudio CLI to #{weather_dir}") FileUtils.mkdir_p(weather_dir) path_length = "#{weather_dir}/#{weather_file_name}".length if path_length > 260 OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.information', "Weather file path length #{path_length} is >260 characters and may cause issues in Windows environments.") end File.open("#{weather_dir}/#{weather_file_name}", 'wb').each do |f| f << epw_string f.flush end File.open("#{weather_dir}/#{weather_file_name.gsub('.epw', '.ddy')}", 'wb').each do |f| f << ddy_string f.flush end File.open("#{weather_dir}/#{weather_file_name.gsub('.epw', '.stat')}", 'wb').each do |f| f << stat_string f.flush end else # loaded gem from system path top_dir = File.('../../..', File.dirname(__FILE__)) weather_dir = File.("#{top_dir}/data/weather") end # Add Weather File unless (Pathname.new weather_dir).absolute? weather_dir = File.(File.join(File.dirname(__FILE__), weather_dir)) end weather_file_path = File.join(weather_dir, weather_file_name) return weather_file_path end |
.model_get_ashrae_climate_zone_number(model) ⇒ Integer
Get the ASHRAE climate zone number.
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
# File 'lib/openstudio-standards/weather/information.rb', line 119 def self.model_get_ashrae_climate_zone_number(model) # get ashrae climate zone from model ashrae_climate_zone = '' model.getClimateZones.climateZones.each do |climate_zone| if climate_zone.institution == 'ASHRAE' ashrae_climate_zone = climate_zone.value elsif climate_zone.institution == 'CEC' ca_cz_num = climate_zone.value.gsub('CEC T24-CEC', '') case ca_cz_num when '1' ashrae_climate_zone = '4B' when '2', '3', '4', '5', '6' ashrae_climate_zone = '3C' when '7', '8', '9', '10', '11', '12', '13', '14' ashrae_climate_zone = '3B' when '15' ashrae_climate_zone = '2B' when '16' ashrae_climate_zone = '5B' end OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.information', "Using ASHRAE climate zone #{climate_zone} for California climate zone #{california_cz}.") end end if ashrae_climate_zone == '' OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.information', 'Please assign an ASHRAE Climate Zone to your model.') return false else cz_number = ashrae_climate_zone.chars.first.to_i end # expected climate zone number should be 0 through 8 if ![0, 1, 2, 3, 4, 5, 6, 7, 8].include? cz_number OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.information', 'ASHRAE climate zone number is not within expected range of 1 to 8.') return false end return cz_number end |
.model_get_climate_zone(model) ⇒ String
Converts the climate zone in the model into the format used by the openstudio-standards lookup tables. For example,
institution: ASHRAE, value: 6A becomes: ASHRAE 169-2013-6A.
institution: CEC, value: 3 becomes: CEC T24-CEC3.
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/openstudio-standards/weather/information.rb', line 92 def self.model_get_climate_zone(model) climate_zone = '' model.getClimateZones.climateZones.each do |cz| if cz.institution == 'ASHRAE' next if cz.value == '' # Skip blank ASHRAE climate zones put in by OpenStudio Application if cz.value == '7' || cz.value == '8' climate_zone = "ASHRAE 169-2013-#{cz.value}A" else climate_zone = "ASHRAE 169-2013-#{cz.value}" end elsif cz.institution == 'CEC' # Skip blank ASHRAE climate zones put in by OpenStudio Application if cz.value == '' next end climate_zone = "CEC T24-CEC#{cz.value}" end end return climate_zone end |
.model_get_full_weather_file_path(model) ⇒ OpenStudio::OptionalPath
Get the full path to the weather file that is specified in the model.
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'lib/openstudio-standards/weather/information.rb', line 163 def self.model_get_full_weather_file_path(model) full_epw_path = OpenStudio::OptionalPath.new if model.weatherFile.is_initialized epw_path = model.weatherFile.get.path if epw_path.is_initialized if File.exist?(epw_path.get.to_s) full_epw_path = OpenStudio::OptionalPath.new(epw_path.get) else # If this is an always-run Measure, need to check a different path alt_weath_path = File.(File.join(__dir__, '../../resources')) alt_epw_path = File.(File.join(alt_weath_path, epw_path.get.to_s)) if File.exist?(alt_epw_path) full_epw_path = OpenStudio::OptionalPath.new(OpenStudio::Path.new(alt_epw_path)) else OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Model', "Model has been assigned a weather file, but the file is not in the specified location of '#{epw_path.get}'.") end end else OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Model', 'Model has a weather file assigned, but the weather file path has been deleted.') end else OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Model', 'Model has not been assigned a weather file.') end return full_epw_path end |
.model_get_heating_design_outdoor_temperatures(model) ⇒ Array<Double>
Returns the winter design outdoor air dry bulb temperatures in the model.
304 305 306 307 308 309 310 311 312 313 |
# File 'lib/openstudio-standards/weather/information.rb', line 304 def self.model_get_heating_design_outdoor_temperatures(model) heating_design_outdoor_temps = [] model.getDesignDays.each do |dd| next unless dd.dayType == 'WinterDesignDay' heating_design_outdoor_temps << dd.maximumDryBulbTemperature end return heating_design_outdoor_temps end |
.model_set_building_location(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) ⇒ Boolean
Set the model weather file, site information, climate zone, design days, site water main temperatures, undisturbed ground temperatures, and ground temperatures based on a weather file or climate zone. Either the weather_file_path or the climate_zone argument must be specified.
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 |
# File 'lib/openstudio-standards/weather/modify.rb', line 369 def self.model_set_building_location(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) # check that either weather_file_path or climate_zone provided if weather_file_path.nil? && climate_zone.nil? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', "#{__method__} must be called with either the weather_file_path or climate_zone argument specified.") return false end # load weather file if specified if weather_file_path.nil? # look up the standard weather file for the climate zone weather_file_path = OpenstudioStandards::Weather.climate_zone_representative_weather_file_path(climate_zone) epw_file = OpenStudio::EpwFile.new(weather_file_path) else epw_file = OpenStudio::EpwFile.new(weather_file_path) end # set the model weather file, site information, climate zone, and design days OpenstudioStandards::Weather.model_set_weather_file_and_design_days(model, weather_file_path: weather_file_path, climate_zone: climate_zone, ddy_list: ddy_list) # set site water mains and undisturbed ground temperatures from the .stat file stat_file_climate_zone = nil stat_file_path = weather_file_path.gsub('.epw', '.stat') if File.file?(stat_file_path) stat_file = OpenstudioStandards::Weather::StatFile.load(stat_file_path) OpenstudioStandards::Weather.model_set_site_water_mains_temperature(model, stat_file: stat_file) if !OpenstudioStandards::Weather.model_set_undisturbed_ground_temperature_shallow(model, stat_file: stat_file) OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', "Could not find undisturbed shallow ground temps in .stat file at #{stat_file_path}. Unable to set undisturbed ground temperatures.") end if !OpenstudioStandards::Weather.model_set_undisturbed_ground_temperature_deep(model, stat_file: stat_file) OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', "Could not find undisturbed deep ground temps in .stat file at #{stat_file_path}. Unable to set undisturbed ground temperatures.") end stat_file_climate_zone = stat_file.climate_zone else OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', "Could not find .stat file at #{stat_file_path}. Unable to set site water mains temperature and undisturbed ground temperatures.") end # set the model ground temperatures OpenstudioStandards::Weather.model_set_ground_temperatures(model, climate_zone: climate_zone) return true end |
.model_set_climate_zone(model, climate_zone) ⇒ Boolean
Sets the model ClimateZone object. Clears out any climate zones previously added to the model.
227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'lib/openstudio-standards/weather/modify.rb', line 227 def self.model_set_climate_zone(model, climate_zone) # Remove previous climate zones from the model climate_zones = model.getClimateZones climate_zones.clear # Split the string into the correct institution and value if climate_zone.include?('CEC') climate_zones.setClimateZone('CEC', climate_zone.gsub('CEC T24-CEC', '').gsub('T24-CEC', '')) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.modify', "Setting Climate Zone to #{climate_zones.getClimateZones('CEC').first.value}") elsif climate_zone.include?('ASHRAE') climate_zones.setClimateZone('ASHRAE', climate_zone.gsub(/ASHRAE .*-.*-/, '')) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.modify', "Setting Climate Zone to #{climate_zones.getClimateZones('ASHRAE').first.value}") else OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.modify', "Unknown climate zone #{climate_zone}. Climate Zone will not be set.") end return true end |
.model_set_design_days(model, ddy_file_path: nil, ddy_list: nil) ⇒ Boolean
Set the model DesignDays from a .ddy file. Can pass in a regular expression list to select design days.
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 |
# File 'lib/openstudio-standards/weather/modify.rb', line 254 def self.model_set_design_days(model, ddy_file_path: nil, ddy_list: nil) # if not ddy_list provided, use the annual heating 99.6% DB and annual cooling 0.4% DB design days if ddy_list.nil? || ddy_list.empty? ddy_list = [/Htg 99.6. Condns DB/, /Clg .4% Condns DB=>MWB/, /Clg 0.4% Condns DB=>MCWB/, /Clg .4. Condns WB=>MDB/] end # remove any existing design day objects model.getDesignDays.each(&:remove) # get .ddy file from model if none provided if ddy_file_path.nil? weather_file_path = model.getWeatherFile.path.get.to_s ddy_file_path = weather_file_path.sub('.epw', '.ddy') end unless File.file?(ddy_file_path) OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.modify', "Could not find .ddy file: #{ddy_file_path}") return false end ddy_model = OpenStudio::EnergyPlus.loadAndTranslateIdf(ddy_file_path).get # warn if no design days in file if ddy_model.getDesignDays.empty? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', 'No design days were found in the design day file.') return false end # add design days that match ddy_list regexes ddy_model.getDesignDays.sort.each do |d| ddy_list.each do |ddy_name_regex| if d.name.get.to_s =~ ddy_name_regex model.addObject(d) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.modify', "Added design day #{d.name}.") end end end # Check to ensure that some design days were added if model.getDesignDays.empty? OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Weather.modify', "No design days were loaded, check syntax of .ddy file: #{ddy_file_path}.") return false end return true end |
.model_set_ground_temperatures(model, climate_zone: nil) ⇒ Boolean
Set ground temperatures in the model. The method will first attempt to find ground temperatures for the SiteGroundTemperatureFCfactorMethod object from the .stat file associated with the model .epw file. If it cannot find the .stat file, it will use values from the model climate zone or climate zone argument specified. If it still can’t find ground temperatures, it will set default values for the SiteGroundTemperatureBuildingSurface object instead.
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'lib/openstudio-standards/weather/modify.rb', line 139 def self.model_set_ground_temperatures(model, climate_zone: nil) # look for .stat file from .epw file full_epw_path = nil stat_file_path = nil if model.weatherFile.is_initialized epw_path = model.weatherFile.get.path if epw_path.is_initialized if File.exist?(epw_path.get.to_s) full_epw_path = epw_path.get.to_s else # If this is an always-run Measure, need to check a different path alt_weath_path = File.(File.join(__dir__, '../../resources')) alt_epw_path = File.(File.join(alt_weath_path, epw_path.get.to_s)) if File.exist?(alt_epw_path) full_epw_path = alt_epw_path end end end end if full_epw_path stat_file_path = full_epw_path.gsub('.epw', '.stat') else OpenStudio.logFree(OpenStudio::Warn, 'openstudio.weather.Model', 'Could not locate the .epw file, cannot get ground temperatures from the associated .stat file.') end # if no .stat file found, lookup defaults based on the climate zone if stat_file_path.nil? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.weather.Model', 'Could not locate the .stat file. Looking up default values based on the climate zone.') if climate_zone.nil? # attempt to get the climate zone from the model OpenStudio.logFree(OpenStudio::Warn, 'openstudio.weather.Model', 'Climate zone not provided. Looking up from model.') climate_zone = OpenstudioStandards::Weather.model_get_climate_zone(model) end unless climate_zone.nil? || climate_zone.empty? # Define the weather file for each climate zone climate_zone_weather_file_map = OpenstudioStandards::Weather.climate_zone_weather_file_map # Get the weather file name from the hash weather_file_name = climate_zone_weather_file_map[climate_zone] if weather_file_name.nil? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.weather.Model', "Could not determine the weather file for climate zone: #{climate_zone}, cannot get ground temperatures from .stat file.") else # Get the path to the stat file weather_file_path = OpenstudioStandards::Weather.get_standards_weather_file_path(weather_file_name) stat_file_path = weather_file_path.gsub('.epw', '.stat') end end end # load the lagged ground temperatures for the FC factor method from the .stat file stat_file = nil ground_temperatures = [] if !stat_file_path.nil? && File.exist?(stat_file_path) stat_file = OpenstudioStandards::Weather::StatFile.load(stat_file_path) ground_temperatures = stat_file.monthly_lagged_dry_bulb # set the site ground temperature building surface ground_temp = model.getSiteGroundTemperatureFCfactorMethod ground_temp.setAllMonthlyTemperatures(ground_temperatures) end # use default surface values if FC factor method ground temperatures unavailable if ground_temperatures.empty? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.weather.Model', 'Could not find ground temperatures from the .stat file. Will use generic SiteGroundTemperatureBuildingSurface temperatures, which will skew results.') ground_temp = model.getSiteGroundTemperatureBuildingSurface ground_temp.setJanuaryGroundTemperature(19.527) ground_temp.setFebruaryGroundTemperature(19.502) ground_temp.setMarchGroundTemperature(19.536) ground_temp.setAprilGroundTemperature(19.598) ground_temp.setMayGroundTemperature(20.002) ground_temp.setJuneGroundTemperature(21.640) ground_temp.setJulyGroundTemperature(22.225) ground_temp.setAugustGroundTemperature(22.375) ground_temp.setSeptemberGroundTemperature(21.449) ground_temp.setOctoberGroundTemperature(20.121) ground_temp.setNovemberGroundTemperature(19.802) ground_temp.setDecemberGroundTemperature(19.633) end return true end |
.model_set_site_information(model, epw_file) ⇒ OpenStudio::Model::Site
Set the model Site object from a parsed .epw file.
31 32 33 34 35 36 37 38 39 40 41 42 |
# File 'lib/openstudio-standards/weather/modify.rb', line 31 def self.model_set_site_information(model, epw_file) weather_name = "#{epw_file.city}_#{epw_file.stateProvinceRegion}_#{epw_file.country}" site = model.getSite site.setName(weather_name) site.setLatitude(epw_file.latitude) site.setLongitude(epw_file.longitude) site.setTimeZone(epw_file.timeZone) site.setElevation(epw_file.elevation) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.modify', "Set Site information to #{weather_name}.") return site end |
.model_set_site_water_mains_temperature(model, stat_file: nil) ⇒ OpenStudio::Model::SiteWaterMainsTemperature
Set the model SiteWaterMainsTemperature object from a parsed .stat file.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/openstudio-standards/weather/modify.rb', line 49 def self.model_set_site_water_mains_temperature(model, stat_file: nil) # get .stat file from model if none provided if stat_file.nil? weather_file_path = model.getWeatherFile.path.get.to_s stat_file = OpenstudioStandards::Weather::StatFile.load(weather_file_path.sub('.epw', '.stat')) end # set site water mains temperature water_temp = model.getSiteWaterMainsTemperature water_temp.setAnnualAverageOutdoorAirTemperature(stat_file.mean_dry_bulb) water_temp.setMaximumDifferenceInMonthlyAverageOutdoorAirTemperatures(stat_file.delta_dry_bulb) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.Weather.modify', "Site Water Mains Temperature mean OA dry bulb is #{stat_file.mean_dry_bulb}. Delta OA dry bulb is #{stat_file.delta_dry_bulb}.") return water_temp end |
.model_set_undisturbed_ground_temperature_deep(model, stat_file: nil) ⇒ OpenStudio::Model::SiteGroundTemperatureDeep
Set the SiteGroundTemperatureDeep object based on undisturbed ground temperatures at 4.0m depth from the .stat file.
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/openstudio-standards/weather/modify.rb', line 104 def self.model_set_undisturbed_ground_temperature_deep(model, stat_file: nil) # get .stat file from model if none provided if stat_file.nil? weather_file_path = model.getWeatherFile.path.get.to_s stat_file = OpenstudioStandards::Weather::StatFile.load(weather_file_path.sub('.epw', '.stat')) end if stat_file.monthly_undis_ground_temps_4p0m.empty? return false end # set ground temperature deep values based on .stat file ground_temperature_deep = OpenStudio::Model::SiteGroundTemperatureDeep.new(model) ground_temperature_deep.setJanuaryDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[0]) ground_temperature_deep.setFebruaryDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[1]) ground_temperature_deep.setMarchDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[2]) ground_temperature_deep.setAprilDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[3]) ground_temperature_deep.setMayDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[4]) ground_temperature_deep.setJuneDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[5]) ground_temperature_deep.setJulyDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[6]) ground_temperature_deep.setAugustDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[7]) ground_temperature_deep.setSeptemberDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[8]) ground_temperature_deep.setOctoberDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[9]) ground_temperature_deep.setNovemberDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[10]) ground_temperature_deep.setDecemberDeepGroundTemperature(stat_file.monthly_undis_ground_temps_4p0m[11]) return ground_temperature_deep end |
.model_set_undisturbed_ground_temperature_shallow(model, stat_file: nil) ⇒ OpenStudio::Model::SiteGroundTemperatureShallow
Set the SiteGroundTemperatureShallow object based on undisturbed ground temperatures at 0.5m depth from the .stat file.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'lib/openstudio-standards/weather/modify.rb', line 70 def self.model_set_undisturbed_ground_temperature_shallow(model, stat_file: nil) # get .stat file from model if none provided if stat_file.nil? weather_file_path = model.getWeatherFile.path.get.to_s stat_file = OpenstudioStandards::Weather::StatFile.load(weather_file_path.sub('.epw', '.stat')) end if stat_file.monthly_undis_ground_temps_0p5m.empty? return false end # set ground temperature shallow values based on .stat file ground_temperature_shallow = OpenStudio::Model::SiteGroundTemperatureShallow.new(model) ground_temperature_shallow.setJanuarySurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[0]) ground_temperature_shallow.setFebruarySurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[1]) ground_temperature_shallow.setMarchSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[2]) ground_temperature_shallow.setAprilSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[3]) ground_temperature_shallow.setMaySurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[4]) ground_temperature_shallow.setJuneSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[5]) ground_temperature_shallow.setJulySurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[6]) ground_temperature_shallow.setAugustSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[7]) ground_temperature_shallow.setSeptemberSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[8]) ground_temperature_shallow.setOctoberSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[9]) ground_temperature_shallow.setNovemberSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[10]) ground_temperature_shallow.setDecemberSurfaceGroundTemperature(stat_file.monthly_undis_ground_temps_0p5m[11]) return ground_temperature_shallow end |
.model_set_weather_file(model, epw_file) ⇒ OpenStudio::Model::WeatherFile
Set the model WeatherFile object from a parsed .epw file.
11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/openstudio-standards/weather/modify.rb', line 11 def self.model_set_weather_file(model, epw_file) weather_file = OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file).get weather_file.setCity(epw_file.city) weather_file.setStateProvinceRegion(epw_file.stateProvinceRegion) weather_file.setCountry(epw_file.country) weather_file.setDataSource(epw_file.dataSource) weather_file.setWMONumber(epw_file.wmoNumber) weather_file.setLatitude(epw_file.latitude) weather_file.setLongitude(epw_file.longitude) weather_file.setTimeZone(epw_file.timeZone) weather_file.setElevation(epw_file.elevation) return weather_file end |
.model_set_weather_file_and_design_days(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) ⇒ Boolean
Set the model weather file, site information, climate zone, and design days based on a weather file or climate zone. Either the weather_file_path or the climate_zone argument must be specified.
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 |
# File 'lib/openstudio-standards/weather/modify.rb', line 312 def self.model_set_weather_file_and_design_days(model, weather_file_path: nil, climate_zone: nil, ddy_list: nil) # check that either weather_file_path or climate_zone provided if weather_file_path.nil? && climate_zone.nil? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', 'model_set_weather_file_and_design_days must be called with either the weather_file_path or climate_zone argument specified.') return false end # load weather file if specified if weather_file_path.nil? # look up the standard weather file for the climate zone weather_file_path = OpenstudioStandards::Weather.climate_zone_representative_weather_file_path(climate_zone) epw_file = OpenStudio::EpwFile.new(weather_file_path) else epw_file = OpenStudio::EpwFile.new(weather_file_path) end # set weather file and site information OpenstudioStandards::Weather.model_set_weather_file(model, epw_file) OpenstudioStandards::Weather.model_set_site_information(model, epw_file) # set design days from the .ddy file ddy_file_path = weather_file_path.gsub('.epw', '.ddy') OpenstudioStandards::Weather.model_set_design_days(model, ddy_file_path: ddy_file_path, ddy_list: ddy_list) # set the climate zone if climate_zone.nil? || climate_zone.empty? # attempt to use the climate zone from the stat file stat_file_climate_zone = nil stat_file_path = weather_file_path.gsub('.epw', '.stat') if File.file?(stat_file_path) stat_file = OpenstudioStandards::Weather::StatFile.load(stat_file_path) stat_file_climate_zone = stat_file.climate_zone end if stat_file_climate_zone.nil? OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.Weather.modify', 'Could not determine and set the climate zone.') else climate_zone = "ASHRAE 169-2013-#{stat_file_climate_zone}" OpenstudioStandards::Weather.model_set_climate_zone(model, climate_zone) end else OpenstudioStandards::Weather.model_set_climate_zone(model, climate_zone) end end |