Skip to content

Commit

Permalink
snakefile fix missing storage files
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbrinkerink committed Nov 18, 2024
1 parent c94c54b commit 2c0f614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow/snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def get_otoole_data(otoole_config: str, var: str) -> list[str]:
"TotalDiscountedStorageCost",
"ModelPeriodEmissions",
"StorageLowerLimit",
"CapitalInvestmentStorage",
"DiscountedCapitalInvestmentStorage",
"DiscountedCostByStorage",
"DiscountedSalvageValueStorage"
]

return [x for x in results if x not in missing]
Expand Down

0 comments on commit 2c0f614

Please sign in to comment.