Skip to content

Releases: CLOVER-energy/CLOVER

v5.1.1

25 Jul 13:22
caab94e
Compare
Choose a tag to compare

🐛 Fix grid-prioritisation optimisations

Optimisations previously didn't work when prioritising energy from the grid. This has now been fixed!! 🎉

What's Changed

Full Changelog: v5.1.0.post1...v5.1.1

v5.1.0.post1

18 Jul 10:32
52267f0
Compare
Choose a tag to compare

🐛 Fix auto-generated plots 📈

The auto-generated plots were not compatable natively with some of the features introduced in #217 due to multiple PV panels introducing conflicts in the code. This has now been fixed 😃 !

What's Changed

Full Changelog: v5.1.0...v5.1.0.post1

v5.1.0

17 Jul 11:20
d76d0ea
Compare
Choose a tag to compare

🚀 Version 5.1

Several new features are bundled up in this release 😃

Multiple PV arrays

We're excited to release the ability to model multiple PV arrays providing power within CLOVER! This will enable users to consider setups consisting of different types of panels (performance characteristics etc.) at different orientations within their energy system, e.g., when considering the power output of a mesh grid, or a minigrid comprosing multiple individual power-generaiton stations.

Tracking panels

Panels can now move! Both single- and dual-axis tracking panels are now supported in CLOVER compared with previous releases.

Shorter arguments

Command-line arguments in v5.0 were long and cumbersome, so shorter and sweeter arguments such as -pv and -b to replace --pv-system-size and --storage-system-size (so cumbersome!) were introduced as part of #83 and #87 .

Fixing fixed fixes

Lots of things within an energy system change over time, but a lot don't. We introduced the ability to model fixed inverter sizes and to consider fixed system costs (as well as those which scale with the capaicty of the system).

Full changelog

The full changelog from v5.0 is below 😄

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.8

17 Jul 09:37
fb93096
Compare
Choose a tag to compare

Diesel O&M GHGs fix

The diesel O&M GHGs were incorrectly accounted for, identified as part of the work in #215 and resolved in #213 .

What's Changed

Full Changelog: v5.0.7...v5.0.8

v5.0.7

23 Feb 15:56
3592dd3
Compare
Choose a tag to compare

HPC fixes

General new functionality and edge-case fixes for the high-performance computer functionality of CLOVER

What's Changed

Full Changelog: v5.0.6...v5.0.7

Additional fixed costs

14 Feb 09:58
0252cc1
Compare
Choose a tag to compare
Pre-release

New Features

  • The ability to include fixed costs within the system, opened in #153 and released as a feature in #156.

What's Changed

Full Changelog: v5.0.7b1...v5.0.7b2

Static inverter sizing

06 Feb 16:44
9c80b80
Compare
Choose a tag to compare
Pre-release

New features

  • The ability to fix the sizing of inverters which connect the solar panels to the rest of the surrounding system, opened in #150 and released as a feature in #151.

What's Changed

Full Changelog: v5.0.6...v5.0.7b1

CLOVER: A modelling framework for sustainable community-scale energy systems

27 Jan 11:55
0d94d90
Compare
Choose a tag to compare

CLOVER: A modelling framework for sustainable community-scale energy systems

A submission to the Journal of Open-Source Software (JOSS) is made here. This release is primarily to tag these changes for reference.

What's Changed

New Contributors

Full Changelog: v5.0.5...v5.0.6

Unmet energy threshold for backup diesel

22 Aug 15:17
244d1b4
Compare
Choose a tag to compare

For diesel backup generators which meet unmet demand, previous configurations allowed for diesel generators that reduced system blackout times. In reality, unmet_energy is a more useful feature when modelling CLOVER. This has been introduced with the keyword backup_unmet in the diesel scenario file and will be reflected in an update to the wiki.

What's Changed

New Contributors

Full Changelog: v5.0.4...v5.0.5

Grid prioritisation functionality bugfix

03 Aug 16:27
b80182b
Compare
Choose a tag to compare

Grid prioritisation functionality bugfix

Grid prioritisation feature

Grid prioritisation enables energy to be first drawn from the grid, with the installed solar-diesel-battery system being used to supplement the community's demands at times where the grid is unavailable. This is as opposed to the standard "self-generation" mode of operation, whereby energy is first taken from the installed solar-diesel-battery system, with the grid used to supplement this.

Bug

A bug was identified, #54, whereby this calculation was not being carried out correctly. This was addressed with #55 and #96 and was released in #106 .

What's Changed

Full Changelog: v5.0.3...v5.0.4