-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
426a7f3
commit ea65c88
Showing
3 changed files
with
59 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"metadata": {}, | ||
"source": [ | ||
"# Example\n", | ||
"Author: [Romain Sacchi]([email protected])\n", | ||
"Author: [Romain Sacchi]([email protected]), [Alvaro Hahn]([email protected])\n", | ||
"\n", | ||
"``pathways``allows calculating LCA impacts of a product or system along a time axis, combining time series of demand with scenario-based LCA databases.\n" | ||
] | ||
|
@@ -24,13 +24,13 @@ | |
"id": "3589debc-dfa2-48f7-96ef-4b8ab1724f92", | ||
"metadata": {}, | ||
"source": [ | ||
"This notebook presents a mock case to illustrate the use of `pathways`. The diagram below introduces the production system proposed.\n", | ||
"This notebook presents a mock case to illustrate the use of `pathways`. The diagram below introduces the proposed production system.\n", | ||
"\n", | ||
"The goal of this exercise is be to calculate the environmental impact (both direct and indirect) associated to satisfying the demand over time (2020-2050) for **product A** under two different future scenarios.\n", | ||
"The goal of this exercise is to calculate the environmental impact (both direct and indirect) associated with meeting the demand over time (2020-2050) for **product A** under two different future scenarios.\n", | ||
"\n", | ||
"For each timestep, we present the technosphere and biosphere matrices. As to the LCA conventions, the technosphere matrix displays the different activities in columns, and the different products in rows. Meanwhile, positive values represent an output from a certain activity and negative values inputs. Hence, as an example, in 2020: *activity A*, to produce 1 unit of *product A*, demands 0.8 units of *product B* and directly emits 1.5 units of CO2. At the same time, *activity B* consumes 0.2 units of *product E* and emits 0.2 units of CO2 to produce 1 unit of *product B*. [...]\n", | ||
"We present the technosphere and biosphere matrices at each timestep. According to LCA conventions, the technosphere matrix lists the different activities in columns, and the different products in rows. Positive values indicate outputs from an activity, while negative values indicate inputs. For example, in 2020: *activity A*, to produce 1 unit of *product A*, demands 0.8 units of *product B* and directly emits 1.5 units of CO2. Concurrently, *activity B* consumes 0.2 units of *product E* and emits 0.2 units of CO2 to produce 1 unit of *product B*. [...]\n", | ||
"\n", | ||
"Per each timestep, we can identify different changes in the technosphere exchanges and emissions intensities caused by changes in the system" | ||
"For each timestep, we can identify different changes in the technosphere exchanges and emissions intensities caused by changes in the system." | ||
] | ||
}, | ||
{ | ||
|
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