Skip to content

Commit

Permalink
Update preprocess.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbrinkerink committed Dec 9, 2024
1 parent 7c2a178 commit 37cb126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/preprocess.smk
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ rule storage:
gesdb_project_data = 'resources/data/GESDB_Project_Data.json',
gesdb_regional_mapping = 'resources/data/GESDB_region_mapping.csv',
params:
storage_existing = config['storage_existing'],
storage_planned = config['storage_planned'],
start_year = config['startYear'],
end_year = config['endYear'],
region_name = 'GLOBAL',
Expand Down

0 comments on commit 37cb126

Please sign in to comment.