Releases: NREL/reV
Releases · NREL/reV
Improvements on MHK and LCOE recalc
What’s Changed
- Gb/wave nrwal (#333) @grantbuster
- fixed recalc cmd argument formatter (#332) @grantbuster
- add recalc_lcoe flag to sc agg cli and config (#331) @grantbuster
Supply curve substation connection checks
Optimize merge_sc_trans_table and map_trans_capacity methods
general clean up
What’s Changed
- moved pre extract exclusion mask method to exclusion handler (#327) @grantbuster
- added a few additional supply curve logging statements (#326) @grantbuster
Bug Fixes
Update PySAM dependency to 2.2.4
Detailed PV Module and Other Updates
What’s Changed
- Gb/agg lcoe (#318) @grantbuster
- Gb/detailed pv (#317) @grantbuster
- passed through economies of scale capital cost scaling value to sc ag… (#312) @grantbuster
- Update README.rst (#309) @mikebannis
Features
Updates
Fix nested project points bug and add site specific tz and elev
Bug fix for missing gid_map in Gen CLI
What’s Changed
- Bug fix for missing gid_map in Gen CLI
res to gen gid mapping kwarg
What’s Changed
- Gb/gid map (#303) @grantbuster
- Fix sc_agg out path internal variables in CLI
Fix Outputs
What’s Changed
- Output fix (#301) @MRossol
- Inits Outputs from BaseResource to ensure Outputs has all of the "Resource" attributes, properties, and methods
- Updates the check_data_dtype method to:
- if scale factor is user-defined (not None):
a) If scale factor is not 1 than output dtype must be an integer
b) If input and output dtype are not the same parent dtype (i.e float vs int) than scale, round, and change dtype - if no scale factor is provided than input and output dtypes must be the same
- if scale factor is user-defined (not None):