Skip to content

Bug: Replecation of GSA Paper Model 3 results throws error  #12

@trevorb1

Description

@trevorb1

Following the steps to recreate the paper results throws an error. To recreate the bug, run the following commands:

$ snakemake setup_paper_data -j6 --config skip_checks=True
$ cp config/model_3a/config.yaml config/config.yaml
$ snakemake --use-conda --cores 4 --resources mem_mb=16000 disk_mb=30000

Snakemake will gives the error that the following files cant be found:

results/4/model_x/results/ReShare.csv

Even if I remove the ReShare file from the results configuration file, the following error is raised:

ValueError: The indices provided for TotalAnnualMaxCapacity of ['GLOBAL', 'PWRCOANPLXX01'] do not correspond to the following indices specified in the csv data: ['REGION', 'TECHNOLOGY', 'YEAR']

ADDITIONALLY

If I set the ReShare configuration parameter to false, the workflow still fails to run as Snakemake is still looking for the ReShare result files. So I guess that config file option is not working as expected, either :(

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions