Skip to content

Commit df29516

Browse files
Merge pull request #63 from CLOVER-energy/62-scenario-default-grid-name
🐛 Update `new_location.yaml` to fix
2 parents 2651001 + d1e13b4 commit df29516

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clover-energy
3-
version = 5.0.0rc1.post1
3+
version = 5.0.1
44
author = Phil Sandwell, Ben Winchester and Hamish Beath
55
66
description = Continuous Lifetime Optimisation of Variable Electricity Resources

src/clover/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
"""
1919

20-
__version__ = "5.0.0rc1.post1"
20+
__version__ = "5.0.1"
2121

2222
import datetime
2323
import logging

src/clover/src/new_location.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
threshold: 0.1 # Maximum acceptible blackouts (0.0-1.0)
824824
distribution_network: dc # DC ("dc") or AC ("ac") distribution network
825825
grid: true # "true" or "false"
826-
grid_type: bahraich # The grid profile to use
826+
grid_type: default # The grid profile to use
827827
prioritise_self_generation: true # "true" or "false"
828828
pv: true # "true" or "false"
829829
resource_types:

0 commit comments

Comments
 (0)