Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Nov 3, 2021
2 parents 696caaa + c78acdb commit 8692f61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.6.4

Date Range 10/29/21 - 11/3/21

- Fixed [#267]( https://github.com/urbanopt/urbanopt-cli/issues/267 ), Default the GCR (ground coverage ratio) for PV to 0.99 in all example assumptions files

## Version 0.6.3

Date Range 7/23/21 - 10/28/21
Expand Down
2 changes: 1 addition & 1 deletion example_files/reopt/base_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"losses": 0.14,
"array_type": 1,
"module_type": 0,
"gcr": 1,
"gcr": 0.99,
"dc_ac_ratio": 1.2,
"inv_eff": 0.96,
"radius": 0,
Expand Down
4 changes: 2 additions & 2 deletions example_files/reopt/multiPV_assumptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"losses": 0.14,
"array_type": 1,
"module_type": 0,
"gcr": 1,
"gcr": 0.99,
"dc_ac_ratio": 1.2,
"inv_eff": 0.96,
"radius": 0,
Expand Down Expand Up @@ -113,7 +113,7 @@
"losses": 0.14,
"array_type": 0,
"module_type": 0,
"gcr": 1,
"gcr": 0.99,
"dc_ac_ratio": 1.2,
"inv_eff": 0.96,
"radius": 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/uo_cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

module URBANopt
module CLI
VERSION = '0.6.3'.freeze
VERSION = '0.6.4'.freeze
end
end

0 comments on commit 8692f61

Please sign in to comment.