We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_data_path()
1 parent 7a4e6fe commit ea442bdCopy full SHA for ea442bd
message_ix_models/project/ssp/script/scenarios/very_low.py
@@ -15,9 +15,7 @@
15
from message_ix_models.project.ssp.script.util.shares import (
16
main as add_UE_share_constraints,
17
)
18
-
19
-path_ue = "/Users/meas/iiasagit/scenariomip-review/scenariomip_review/data/ue-shares"
20
-# path_ue = "/home/mengm/repo/scenariomip-review/scenariomip_review/data/ue-shares"
+from message_ix_models.util import package_data_path
21
22
# selections
23
sel_scen = "LED"
@@ -44,6 +42,7 @@
44
42
]
45
43
46
# model and scenario names
+path_ue = package_data_path("ue-shares")
47
path_ue_file = os.path.join(path_ue, file_ue)
48
snames = {"SSP1": "SSP1 - Very Low Emissions", "LED": "SSP2 - Very Low Emissions"}
49
svers = {"SSP1": 1, "LED": 2}
0 commit comments