Skip to content

Releases: NREL/reV

Exclusions Area Handling

06 Jul 18:38
92fa3e3
Compare
Choose a tag to compare

What’s Changed

  • added exclusion pixel area attribute for exclusion layer handler and … (#180) @grantbuster

Competitive wind farms bugfix

23 Jun 15:58
1426fe3
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Updates

  • move parse_table to rex (#177) @MRossol
  • General clean-up for new super linter

Update rex and PySAM dependencies

08 Jun 22:04
Compare
Choose a tag to compare

What’s Changed

  • Require rex 0.1.10 which fixes slicing
  • Require pySAM 2.1.4 which improves pvwattsv7

Fix dependencies

04 Jun 17:32
Compare
Choose a tag to compare

What’s Changed

  • Add missing packages requirement

Fix handling of multi-fraction exclusions

01 Jun 15:43
9a82daf
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Integration and update to PySAM v2

28 May 21:40
42ea89e
Compare
Choose a tag to compare

What’s Changed

  • Offshore wind data columns built in - Gb/more orca cols (#171) @grantbuster
  • Additional QA module for exclusions with plot and npy output - Qa excl (#168) @MRossol
  • PySAM version 2 is now supported and required - Gb/pysam2 (#169) @grantbuster
    • Requested reV technology must now match the SAM module string (pvwattsv5, pvwattsv7, windpower, tcsmoltensalt).

Notes on PySAM V2

  • Pvwattsv7 is now the “latest and greatest”

    • There are additional pvwatts inputs like grid limits, snow loss, and a simple battery model
    • Back-end module efficiencies have been increased since pvwattsv5
    • Self shading was enabled for all systems
    • There is a new spectral correction that requires elevation as input
  • Pvwattsv5 is maintained for legacy runs

    • There is a minor change in self-shading for single axis trackers since PySAM v1 (won’t be able to reproduce old results exactly)
  • Windpower is mostly unchanged

    • Icing and low temp cutoff models have been fixed and are now runnable off of reV master
    • Loss inputs have gotten more detailed. Previous “wind_farm_losses_percent” key is now “turb_generic_loss". This will be patched on-the-fly and a warning will be raised. Let me know if you find any more of these.

Add in QA/QC plots and summaries

21 May 20:24
d08e38a
Compare
Choose a tag to compare

What’s Changed

Features

Updates

Fix mean resource computation during generation runs w/ curtailment

04 May 15:04
d5ea579
Compare
Choose a tag to compare

wind_dirs and windpower bug fixes, move to_records_array to rex

21 Apr 23:08
791a9fd
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • residual windpower and wind_dirs bugs

Updates

Integrate NREL-rex

18 Apr 20:23
c744e9b
Compare
Choose a tag to compare

What’s Changed

  • Misc wind resource bug fixes: enforced tech name to be windpower, better (#150) @grantbuster

Features

Bug Fixes

Updates