Skip to content

Releases: NREL/reV

Offshore Overhaul to use NRWAL and drop ORCA

22 Apr 20:57
287f588
Compare
Choose a tag to compare

What’s Changed

Features

  • Nrwal integration (#295) @grantbuster
    • Remove dependence on ORCA and use NRWAL to compute LCOE on a WTK site basis for Offshore
    • Allows for aggregation of offshore pixels and removes the need for a separate offshore transmission map.

Bug Fixes

  • Pysam update (#298) @MRossol
    • Update to PySAM 2.2.2, fix CSP, SWH, Linear, and Trough tests
    • Change output file handling in Gen and Econ to take a single fully out_fpath kwarg
    • Streamline tests to write to tempdir
  • Numpy eos (#299) @WilliamsTravis
  • fix cli version request approach (#297) @MRossol
    • Fix CLI version return appraoch

Updates

Feature: multiple exclusion source files for sc aggregation

30 Mar 15:12
ccf21e9
Compare
Choose a tag to compare

What’s Changed

the excl_fpath argument can now be a list of source exclusion files with matching dataset shapes and "profile" global attribute.

Agg, Logging, and SAM Config Refactor

23 Mar 21:03
14281f7
Compare
Choose a tag to compare

What’s Changed

Features

  • Fix agg performance issues
  • Add option to pre-extract inclusions
  • Fix no-data handling w/ data layers
  • Allow input of a pre-extracted SAM config dicitonary to ProjectPoints, Gen, and Econ
  • Must be in the format: {'config_id': {'sam_input' : sam_value, ...}}
  • Add logging of versions to all major class inits
  • add name to init_multi in all CLIs

Refactor TechMap, fix time_index_step bug

15 Mar 02:20
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Updates

minor bug fixes and cleanup

08 Mar 17:36
cb17227
Compare
Choose a tag to compare

What’s Changed

Updates

  • Exclusions refactor (#280) @MRossol
    • Add contains to ExclusionLayers
    • Simplify TechMapping args / kwargs

bug fixes

25 Feb 22:59
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Change cf_mean dtype to float32

22 Feb 19:58
d589dea
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

fix points_per_worker config extractor

10 Feb 16:21
Compare
Choose a tag to compare

What’s Changed

  • Fix points_per_worker config entry

Fix 'allocation' requirement in HPCConfig

10 Feb 16:09
Compare
Choose a tag to compare

Bug fix for 'allocation' as required key for HPC configs

SC Aggregation points_per_worker

10 Feb 15:12
Compare
Choose a tag to compare

What’s Changed

  • Expose the number of sc_points to summarize per worker in SupplyCurveAggregation
  • Add show_default to CLIs
  • Make Allocation required in Execution Control

Features