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

draft EP 24.2 OS 3.9 #26

Merged
merged 5 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-osw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
jobs:
test-osw:
runs-on: ubuntu-latest
container: nrel/openstudio:3.4.0
container: nrel/openstudio:dev-3.9.0-rc3
steps:
- name: check out repository
uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ Output:Variable,

Output:Variable,
, !- Key Value
Zone Windows Total Transmitted Solar Radiation Rate, !- Variable Name
Enclosure Windows Total Transmitted Solar Radiation Rate, !- Variable Name
hourly; !- Reporting Frequency

Output:Table:Monthly,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def energyPlusOutputRequests(runner, user_arguments)

# get zone windows variables for subset of cases
if hourly_win_cases.include?(name_test)
hourly_variables << 'Zone Windows Total Transmitted Solar Radiation Rate'
hourly_variables << 'Enclosure Windows Total Transmitted Solar Radiation Rate'
end

end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def self.case_9xx_only_section(model, sqlFile, runner, name_only = false)

# zone_total_transmitted_beam_solar_radiation
key_value = "ZONE ONE SPACE"
variable_name = "Zone Windows Total Transmitted Solar Radiation Rate"
variable_name = "Enclosure Windows Total Transmitted Solar Radiation Rate"
timeseries_hash = process_output_timeseries(sqlFile, runner, ann_env_pd, 'Hourly', variable_name, key_value)
value_kwh = OpenStudio.convert(timeseries_hash[:sum],'Wh','kWh').get # using Wh since timestep is hourly
value_kwh_m2 = value_kwh / 12.0 # all zones with windows have 12m^2
Expand Down
2 changes: 1 addition & 1 deletion measures/replace_idf/tests/case_en_600.idf
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ Output:Variable,

Output:Variable,
, !- Key Value
Zone Windows Total Transmitted Solar Radiation Rate, !- Variable Name
Enclosure Windows Total Transmitted Solar Radiation Rate, !- Variable Name
Hourly; !- Reporting Frequency

Output:Variable,
Expand Down
Binary file modified results/RESULTS5-2A.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-2a_OS.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-3A.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-3A_OS.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-3B.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-3B_OS.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-4.xlsx
Binary file not shown.
Binary file modified results/RESULTS5-4_OS.xlsx
Binary file not shown.
4 changes: 3 additions & 1 deletion results/bestest_populate_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,6 @@ def self.return_date_time_from_8760_index(index)
[*historical_gen_info,*historical_rows].each do |row|
csv << row
end
end
end

# todo - add check with assert looking for blank values being passed in
4 changes: 3 additions & 1 deletion results/bestest_populate_report_CE.rb
Original file line number Diff line number Diff line change
Expand Up @@ -513,4 +513,6 @@
[*historical_gen_info,*historical_rows].each do |row|
csv << row
end
end
end

# todo - add check with assert looking for blank values being passed in
4 changes: 3 additions & 1 deletion results/bestest_populate_report_HE.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@
[*historical_gen_info,*historical_rows].each do |row|
csv << row
end
end
end

# todo - add check with assert looking for blank values being passed in
1,967 changes: 1,967 additions & 0 deletions results/historical/OpenStudio_3_9_0.csv

Large diffs are not rendered by default.

Loading
Loading