Skip to content

Releases: IMMM-SFA/cerf

CERF v2.4.0

23 Sep 18:13
62f7418
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.4.0

CERF v2.3.2

15 Mar 00:46
00bc275
Compare
Choose a tag to compare

CERF v2.3.2

  • Use tempdir instead of named temp file for compatability with Windows paths

CERF v2.3.1

14 Mar 23:17
72530d7
Compare
Choose a tag to compare

CERF v2.3.1

  • Fix bug in which edge cases for coordinates that did not match for rounding approach. Now use spatial approach.

CERF v2.3

13 Mar 15:41
03b80a0
Compare
Choose a tag to compare

CERF v2.3

  • Added feature to initialize power plant locations from coordinates instead of index which was only available when inheriting previous cerf output.

  • Updated the minimum Python version for the package and actions to 3.9 per dependency requirement.

v2.2.1 CERF

17 Nov 22:11
547cde5
Compare
Choose a tag to compare

v2.2.1 CERF

  • Changed docs to thousands of km for interconnection cost variables #92
  • Reporting incorrect operation costs. There will be no effect to the siting result, but will influence operating cost reporting in the output. #91

v2.2.0 CERF

17 Aug 13:33
0bc4fdb
Compare
Choose a tag to compare

v2.2.0 CERF

New parameter enabled named operational_life_yrs and is read in through the configuration file after lifetime.

Description: A separate parameter to allow for early retirement of power plants (i.e., not operating to their full expected life) and is set as the number of years after siting that the plant gets retired. This can account for expectations that some technologies will be forced to retire early in a future year.

This parameter will replace lifetime in determining future retirement within CERF. Lifetime will still be used to calculate other variables.

v2.1.1: Bug fix

02 Aug 19:49
33d91c3
Compare
Choose a tag to compare

Purpose:
States rasters were assumed to have a nodata value of 126 which gets filled by 0 upon converting the substation vector data to a raster using the states raster as a template. However, if a valid value were to be 126, it would get nullified. This fix modifies the nodata value in the template states raster to -np.nan to ensure that no real value will be masked when filling with 0.

Additional:

  • The code was looking for a key that no longer exists when building the rval variable. The key was updated to reflect variable name changes that had happened previously.
  • Added raising an error if the min_volt field is missing in the provided substation data

CERF v2.1.0

25 May 21:19
8ba37dd
Compare
Choose a tag to compare

CERF v2.1.0

Notes:

  • New variables available in outputs
  • No longer supporting internal unit conversion for fuel price and fuel CO2 content from native GCAM outputs. CERF now expects its native units as described in the docs.
  • Performance boost by excluding 0 expansion techs from initial competition
  • Add units to variable names for outputs and configuration

cerf: A Python package to evaluate the feasibility and costs of power plant siting for alternative futures

25 Sep 01:53
77fa03d
Compare
Choose a tag to compare

CERF v2.0.8

25 Sep 00:45
338cd28
Compare
Choose a tag to compare

Release prep