Skip to content

Commit

Permalink
Additional storage outputs to missing
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbrinkerink committed Nov 22, 2024
1 parent 47e3f6b commit d1c56bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ def get_otoole_data(otoole_config: str, var: str) -> list[str]:
"StorageLevelDayTypeStart",
"StorageLevelDayTypeFinish",
"StorageLowerLimit",
"StorageUpperLimit",
"CapitalInvestmentStorage",
"DiscountedCapitalInvestmentStorage",
"DiscountedCostByStorage",
"DiscountedSalvageValueStorage"
"StorageUpperLimit",
"NetChargeWithinDay",
"NetChargeWithinYear",
# other missing calcs
"NumberOfNewTechnologyUnits",
"Trade",
Expand Down

0 comments on commit d1c56bb

Please sign in to comment.