generated from Pan6ora/ab-plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/polca/ScenarioLink
- Loading branch information
Showing
6 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
generator;generator version;creation date;model;scenario;source database;Zenodo record ID | ||
premise;1.6.8;2023-09-16;remind;SSP2-Base;ecoinvent 3.9 cutoff;"8351309" | ||
premise;1.6.9;2023-09-17;remind;SSP2-Base;ecoinvent 3.9 cutoff;"8353132" | ||
premise;1.6.9;2023-09-17;image;SSP2-Base;ecoinvent 3.9 cutoff;"8353213" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from unfold import Unfold | ||
import bw2data | ||
bw2data.projects.set_current("ei39") | ||
|
||
filepath="/Users/romain/Library/Caches/ActivityBrowser/8351309.zip" | ||
dependencies={"ecoinvent": "ecoinvent 3.9.1 cutoff", "biosphere3": "biosphere3"} | ||
scenarios=[0,] | ||
superstructure=False | ||
|
||
Unfold(filepath).unfold( | ||
dependencies=dependencies, | ||
scenarios=scenarios, | ||
superstructure=superstructure, | ||
) |