Describe the bug
On the dev and solar-thermal branches, the simulations only run if the start year is zero. This is a bug, as simulations should run for subsequent years as well.
To Reproduce
Steps to reproduce the behavior:
- Run
git checkout 27011f1c4cc805c00b0a7a4e892b8a4e24784c54 to checkout the commit affected;
- Set the
start_year parameter in simulations.yaml in your location to be a value other than 0;
- Run
python -u -m src.clover -l <location> -sim -pv 20 -b 5 where you have selected a working location;
- Observe error in the output
.csv file.
Expected behaviour
The code should run and simply show the outputs for these years..
Screenshots

**Figure 1.** Image showcasing the error.
Additional Information
Desktop
(please complete the following information)
- OS: 🐧
- Installation setup: Developer installation; i.e., download from Github via
git clone
- Version:
6.0.0a1
- Branch, if relevant:
solar-thermal
Modifications
Code is up-to-date with md5 27011f1c4cc805c00b0a7a4e892b8a4e24784c54
Describe the bug
On the
devandsolar-thermalbranches, the simulations only run if the start year is zero. This is a bug, as simulations should run for subsequent years as well.To Reproduce
Steps to reproduce the behavior:
git checkout 27011f1c4cc805c00b0a7a4e892b8a4e24784c54to checkout the commit affected;start_yearparameter insimulations.yamlin your location to be a value other than 0;python -u -m src.clover -l <location> -sim -pv 20 -b 5where you have selected a working location;.csvfile.Expected behaviour
The code should run and simply show the outputs for these years..
Screenshots
Additional Information
Desktop
(please complete the following information)
git clone6.0.0a1solar-thermalModifications
Code is up-to-date with md5
27011f1c4cc805c00b0a7a4e892b8a4e24784c54