Commit 05c1ef5 1 parent 75c498c commit 05c1ef5 Copy full SHA for 05c1ef5
File tree 1 file changed +6
-6
lines changed
message_ix_models/model/material
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1431,24 +1431,24 @@ def calculate_ini_new_cap(
1431
1431
1432
1432
if ssp in ["LED" , "SSP1" , "SSP2" ]:
1433
1433
if material == "cement" :
1434
- SCALER = 0.00066
1434
+ SCALER = 0.001
1435
1435
CLINKER_RATIO = 0.72
1436
1436
if material == "steel" :
1437
- SCALER = 0.0009
1437
+ SCALER = 0.002
1438
1438
CLINKER_RATIO = 1
1439
1439
elif ssp in ["SSP4" , "SSP5" ]:
1440
1440
if material == "cement" :
1441
- SCALER = 0.0014
1441
+ SCALER = 0.002
1442
1442
CLINKER_RATIO = 0.72
1443
1443
if material == "steel" :
1444
- SCALER = 0.002
1444
+ SCALER = 0.003
1445
1445
CLINKER_RATIO = 1
1446
1446
elif ssp == "SSP3" :
1447
1447
if material == "cement" :
1448
- SCALER = 0.0005
1448
+ SCALER = 0.0008
1449
1449
CLINKER_RATIO = 0.72
1450
1450
if material == "steel" :
1451
- SCALER = 0.0007
1451
+ SCALER = 0.001
1452
1452
CLINKER_RATIO = 1
1453
1453
1454
1454
df_demand ["value" ] *= CLINKER_RATIO * SCALER
You can’t perform that action at this time.
0 commit comments