Skip to content

Commit 2b3540d

Browse files
committed
Update worklfow with PM in the last step
1 parent 673753d commit 2b3540d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

message_ix_models/model/bmt/workflow.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import message_ix
99

1010
from message_ix_models import Context
11+
from message_ix_models.model.bmt.utils import build_PM
1112
from message_ix_models.model.buildings.build import build_B as build_B
1213
from message_ix_models.model.material.build import build_M as build_M
1314
from message_ix_models.workflow import Workflow
@@ -144,6 +145,15 @@ def generate(context: Context) -> Workflow:
144145
clone=False,
145146
)
146147

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+
147157
wf.add_step(
148158
"NPi2030",
149159
"BMT baseline solved",

0 commit comments

Comments
 (0)