-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing
5 changed files
with
47 additions
and
47 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
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,13 +1,13 @@ | ||
## Calculation Result | ||
A result object from a Model calculation (`calculateEEIOModel()`) contains an LCI and an LCIA matrix. The matrices have a suffix appended to them in the form `_x`, where `x` indicates the calculation perspective that was used to prepare them. | ||
A result object from a Model calculation (`calculateEEIOModel()`) contains an LCI (G) and an LCIA (H) matrix. The matrices have a suffix appended to them in the form `_x`, where `x` indicates the calculation perspective that was used to prepare them. | ||
|
||
| Matrix | Shape | Description | | ||
| --- | ---- | ---| | ||
| LCI | sector x flow | Direct + indirect resource use and emissions by sector | | ||
| LCIA | sector x indicator | Direct + indirect impacts by sector | | ||
| G | sector x flow | Direct + indirect resource use and emissions by sector (LCI) | | ||
| H | sector x indicator | Direct + indirect impacts by sector (LCIA) | | ||
|
||
## Calculation Perspectives | ||
|Suffix |Perspective|Definition| | ||
|---|---|---| | ||
|_d|DIRECT|Associates results with sector where emissions occur.| | ||
|_f|FINAL|Associates results with sector is a final consumer. Final consumption is use by a final demand component.| | ||
|_r|DIRECT|Associates results with sector where emissions occur.| | ||
|_l|FINAL|Associates results with sector is a final consumer. Final consumption is use by a final demand component.| |
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