Open trevorb1 opened 2 years ago
@trevorb1 Did this ever get solved? If not then I suggest to just add a rule in the visualization script that if the global model is run, or more than x regions are being run, the hourly visuals are not being generated. Maybe a high effort low reward kind of situation since most users will create their own visuals either way.
Never got solved! Yes, that is a fair fix! From a workflow perspective, snakemake should always know what files are being created. Therefore, it may make more sense to create that logic within snakemake, rather than the viz script. I still agree with your general solution, though!
Conda environment check
osemosys-global
conda environment.Current Behavior
The
visualization.py
script throws an error (see log below) for the WORLD scenario run in the generation hourly function. I'm pretty sure it just has to do with the size of the array we are passing into the script. The generation annual and capacity annual functions run fineExpected Behavior
visualization.py
to execute successfully, as it does with the other scenarios.Steps To Reproduce
Operating System
Linux
Log output
Anything else?
No response