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

Update for OS 3.5 version #21

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ The default IDF generation is based on the OpenStudio CLI, but the workflow supp

### Dependencies

* Install [OpenStudio 3.4.0](https://www.openstudio.net/downloads)
* Install [OpenStudio 3.5.0](https://www.openstudio.net/downloads)
* make sure command line can recognize the 'openstudio' command
* This includes EnergyPlus 22.1
* This includes EnergyPlus 22.2
* Install [Ruby](https://www.ruby-lang.org/en/) on your system if it isn't already setup.
* 2.7 is used for development but other versions may work
* Since OpenStudio has its own embedded Ruby, which is used for running measures, you don't necessarily have to use a version of Ruby supported by OpenStudio.
* Install [RubyXL](https://rubygems.org/gems/rubyXL) Ruby gem
* Install [rubyXL](https://rubygems.org/gems/rubyXL) Ruby gem
* This is used to modify Microsoft Excel spreadsheets
* Install [Parallel](https://rubygems.org/gems/parallel/versions/1.11.2) Ruby gem
* This allows the CLI to run simulations in parallel
Expand Down
2 changes: 1 addition & 1 deletion integration_testing/run_osw_with_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
results_directories.each do |directory|
puts "queueing up #{directory}"
test_dir = "#{directory}/data_point.osw"
string = "openstudio run -w '#{test_dir}'"
string = "openstudio run -w \"#{test_dir}\""
if not File.file?(test_dir)
puts "data_point.osw not found for #{directory}"
next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def self.case_9xx_only_section(model, sqlFile, runner, name_only = false)
end

# zone_total_transmitted_beam_solar_radiation
key_value = "ZONE ONE"
key_value = "ZONE ONE SPACE"
variable_name = "Zone 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
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.
1,967 changes: 1,967 additions & 0 deletions results/historical/OpenStudio_3_5_0.csv

Large diffs are not rendered by default.

Loading
Loading