Releases: NREL/reV
Releases · NREL/reV
lat_lon_cols cleanup
Add memory logging, fix forced_inclusion
data_layer mean and sum w/ partial exclusions
SC point area calculation fix
Allow scale factors in exclusion layers
Fix len(Outputs) to not rely on rex, caused a bug with rex v0.2.39
Economy of Scale and Mean Wind Dirs
What’s Changed
Features
-
Economy of scale (#253) @grantbuster
- add the lcoe inputs to the output request in gen/econ/collect ('fixed_charge_rate', 'capital_cost', 'fixed_operating_cost', 'variable_operating_cost'). These will get passed through from the SAM input json files to the collected output h5 files.
- There's a new argument next to "dsets" in multi-year collection called "pass_through_dets", add the LCOE input variable names here.
- input a "cap_cost_scale" in the supply curve aggregation step. This can be a string equation with independent variables from the aggregation table (e.g. "2 * capacity ** -0.5"). The output of this equation should be a scalar that is applied to the capital_cost.
streamline logging
Offshore supply curve transmission table bug fix
What’s Changed
Fixed a bug that was preventing merging of offshore transmission tables during the supply curve step.
- bug fix on offshore transmission table input with overlapping column … (#249) @grantbuster
Pipeline, exclusions, and downscaling clean up
What’s Changed
- Gb/pipeline mods (#246) @grantbuster
- Excl layers update (#245) @MRossol
- Gb/downscaling (#244) @grantbuster