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.
1 parent 673753d commit 2b3540dCopy full SHA for 2b3540d
message_ix_models/model/bmt/workflow.py
@@ -8,6 +8,7 @@
8
import message_ix
9
10
from message_ix_models import Context
11
+from message_ix_models.model.bmt.utils import build_PM
12
from message_ix_models.model.buildings.build import build_B as build_B
13
from message_ix_models.model.material.build import build_M as build_M
14
from message_ix_models.workflow import Workflow
@@ -144,6 +145,15 @@ def generate(context: Context) -> Workflow:
144
145
clone=False,
146
)
147
148
+ wf.add_step(
149
+ "P built",
150
+ "BMT baseline solved",
151
+ build_PM,
152
+ model="MESSAGE",
153
+ target=f"{model_name}/baseline_BMP",
154
+ clone=False,
155
+ )
156
+
157
wf.add_step(
158
"NPi2030",
159
"BMT baseline solved",
0 commit comments