diff --git a/nemo/scenarios.py b/nemo/scenarios.py index 4f499e52..d004804d 100644 --- a/nemo/scenarios.py +++ b/nemo/scenarios.py @@ -238,7 +238,7 @@ def re_plus_nuclear(context): """Renewables with nuclear and OCGT peakers.""" re100(context) context.generators = \ - [Nuclear(WILDCARD, 0)] + context.generators[:-4] + \ + [Nuclear(WILDCARD, 0)] + context.generators + \ [OCGT(WILDCARD, 0)]