Skip to content

Commit

Permalink
Include transport work from Jonas
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 30, 2024
1 parent c8f7572 commit 3266fce
Show file tree
Hide file tree
Showing 29 changed files with 852 additions and 945 deletions.
667 changes: 164 additions & 503 deletions dev/Untitled1.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions premise/activity_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
DATA_DIR / "GAINS_emission_factors" / "gains_ecoinvent_sectoral_mapping.yaml"
)
HEAT_TECHS = VARIABLES_DIR / "heat_variables.yaml"
PASSENGER_CARS = VARIABLES_DIR / "transport_passenger_cars_variables.yaml"
TWO_WHEELERS = VARIABLES_DIR / "transport_two_wheelers_variables.yaml"
BUSES = VARIABLES_DIR / "transport_bus_variables.yaml"
TRUCKS = VARIABLES_DIR / "transport_roadfreight_variables.yaml"
TRAINS = VARIABLES_DIR / "transport_railfreight_variables.yaml"


def get_mapping(filepath: Path, var: str, model: str = None) -> dict:
Expand Down
1 change: 0 additions & 1 deletion premise/battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from .filesystem_constants import DATA_DIR
from .logger import create_logger
from .transformation import BaseTransformation, IAMDataCollection, List, np, ws
from .utils import rescale_exchanges

logger = create_logger("battery")

Expand Down
2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP1-Base.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP1-NDC.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP1-NPi.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP1-PkBudg1150.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP1-PkBudg500.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP2-Base.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP2-NDC.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP2-NPi.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion premise/data/iam_output_files/remind_SSP2-PkBudg1150.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 3266fce

Please sign in to comment.