Skip to content

Commit

Permalink
Merge pull request #579 from NREL/develop
Browse files Browse the repository at this point in the history
v 3.8.0 master < develop PV tilt angle default update
  • Loading branch information
bpulluta committed Apr 29, 2024
2 parents 9001dcd + 826bf3c commit 3ba6a3e
Show file tree
Hide file tree
Showing 17 changed files with 237 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Classify the change according to the following categories:
##### Removed
### Patches

## v3.8.0
### Minor Updates
#### Changed
- In `core/pv.jl` a change was made to make sure we are using the same assumptions as PVWatts guidelines, the default `tilt` angle for a fixed array should be 20 degrees, irrespective of it being a rooftop `(0)` or ground-mounted (open-rack)`(1)` system. By default the `tilt` will be set to 20 degrees for fixed ground-mount and rooftop, and 0 degrees for axis-tracking (`array_type = (2), (3), or (4)`)
- Added **soc_min_applies_during_outages** boolean field to **ElectricStorageInputs** (defaults to _false_)

## v3.7.0
### Minor Updates
#### Changed
Expand Down
2 changes: 1 addition & 1 deletion julia_src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.8.5
FROM julia:1.10.2

# Install NREL root certs for machines running on NREL's network.
ARG NREL_ROOT_CERT_URL_ROOT=""
Expand Down

0 comments on commit 3ba6a3e

Please sign in to comment.