Skip to content

Commit

Permalink
Update default background database to SSP2-NPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 17, 2022
1 parent 516c872 commit af73ff8
Show file tree
Hide file tree
Showing 40 changed files with 575 additions and 575 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions carculator_truck/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ class InventoryCalculation:
:ivar fuel_blend: a dictionary that contains fuel blend shares per type of fuel.
:ivar scope: dictionary that contains filters for narrowing the analysis
:ivar background_configuration: dictionary that contains choices for background system
:ivar scenario: REMIND energy scenario to use ("SSP2-Baseline": business-as-usual,
:ivar scenario: REMIND energy scenario to use ("SSP2-NPi": Nationally Implemented Policies, limits to 3.3°C by 2100,
"SSP2-PkBudg1150": limits cumulative GHG emissions to 1,100 gigatons by 2100 (+2C),
"SSP2-PkBudg500": limits cumulative GHG emissions to 500 gigatons by 2100 (+1.5C),
"static": no forward-looking modification of the background inventories).
"SSP2-Baseline" selected by default.
"SSP2-NPi" selected by default.
.. code-block:: python
Expand All @@ -194,7 +194,7 @@ def __init__(
tm,
scope=None,
background_configuration=None,
scenario="SSP2-Base",
scenario="SSP2-NPi",
method="recipe",
method_type="midpoint",
):
Expand Down

0 comments on commit af73ff8

Please sign in to comment.