Skip to content

Releases: FZJ-IEK3-VSA/RESKit

v0.4.2

26 Mar 15:34

Choose a tag to compare

Version 0.4.2 includes the following changes:

  • small fix to pyproj.toml to include all relevant files in the conda package version

v0.4.1

26 Mar 15:32

Choose a tag to compare

Version 0.4.1 includes the following major improvements since (v0.3.0):

  • Introduction of the validated ETHOS.RESKit.Wind Workflow described in https://doi.org/10.48550/arXiv.2501.0793
  • CSP simulation workflow
  • Automated weather tile finding if weather source is saved in tiled manner
  • Allow custom power curve libraries for wind energy simulation
  • Option to apply wake effects using https://github.com/wind-python/windpowerlib
  • Option to flexibly consider wake effects and power curves per simulated wind turbine
  • Option to correct wind-speeds based on linear, polynomial or wind-speed dependent correction factors
  • Wind turbine capacity factor correction based on spatial raster files
  • Provision of a global raster file to correct wind turbine simulation outputs relatively towards officially reported national average capacity factors
  • Wind Turbine and solar PV parameters interpolated by setting technology year
  • Support for batched simulation to reduce RAM usage during simulation
  • Flexible nodata handling in input data
  • Additional modular ETHOS.RESKit.wind.wind_config() workflow with fully customized choice of parameters for code developers
  • Support for ICONLAM as additional weather source and introduction of ETHOS.RESKit.wind.onshore_wind_iconlam_2023() and ETHOS.RESKit.solar.openfield_pv_iconlam() workflows
  • hundreds of bug fixes and other small improvements

v0.3.0

13 Aug 06:17

Choose a tag to compare

Merge branch 'rename_to_unvalidated' into 'master'

rename workflows to unvalidated

See merge request iek-3/shared-code/RESKit!47