@zerocarbon/erp-config-sdk 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -29497,90 +29497,59 @@ const REFRIGERANTS$1 = [
29497
29497
  emissionFactor: 1774,
29498
29498
  },
29499
29499
  ];
29500
- const PROCESS_EMISSION_PRODUCTS = [
29500
+ const PROCESS_EMISSIONS_IRONMAKING_PRODUCTS = [
29501
29501
  {
29502
- name: "Iron ore mining",
29503
- unit: "iron ore",
29504
- type: "process",
29505
- calorificValue: 1,
29506
- emissionFactor: 0.013,
29507
- },
29508
- {
29509
- name: "Coal mining",
29510
- unit: "coal",
29511
- type: "process",
29512
- calorificValue: 1,
29513
- emissionFactor: 0.04,
29514
- },
29515
- {
29516
- name: "Coke production",
29517
- unit: "coke",
29518
- type: "process",
29519
- calorificValue: 1,
29520
- emissionFactor: 0.3,
29521
- },
29522
- {
29523
- name: "Sintering",
29524
- unit: "sinter",
29525
- type: "process",
29526
- calorificValue: 1,
29527
- emissionFactor: 0.21,
29528
- },
29529
- {
29530
- name: "Pelletization",
29531
- unit: "pellet",
29532
- type: "process",
29533
- calorificValue: 1,
29534
- emissionFactor: 0.19,
29535
- },
29536
- {
29537
- name: "Pig iron production",
29538
- unit: "hot metal",
29502
+ name: "Blast Furnace (BF)",
29503
+ unit: "tonnes",
29539
29504
  type: "process",
29540
29505
  calorificValue: 1,
29541
- emissionFactor: 1.43,
29506
+ emissionFactor: 1.5,
29542
29507
  },
29543
29508
  {
29544
- name: "DRI (natural gas) production",
29545
- unit: "DRI",
29509
+ name: "DRI (coal based)",
29510
+ unit: "tonnes",
29546
29511
  type: "process",
29547
29512
  calorificValue: 1,
29548
- emissionFactor: 0.7,
29513
+ emissionFactor: 2,
29549
29514
  },
29550
29515
  {
29551
- name: "Burnt lime production",
29552
- unit: "lime",
29516
+ name: "DRI (gas based)",
29517
+ unit: "tonnes",
29553
29518
  type: "process",
29554
29519
  calorificValue: 1,
29555
- emissionFactor: 0.75,
29520
+ emissionFactor: 1.6,
29556
29521
  },
29522
+ ];
29523
+ const PROCESS_EMISSIONS_STEELMAKING_PRODUCTS = [
29557
29524
  {
29558
- name: "Burnt dolomite production",
29559
- unit: "dolomite",
29525
+ name: "BOF (converter)",
29526
+ unit: "tonnes",
29560
29527
  type: "process",
29561
29528
  calorificValue: 1,
29562
- emissionFactor: 0.86,
29529
+ emissionFactor: 0.2,
29563
29530
  },
29564
29531
  {
29565
- name: "Oxygen production",
29566
- unit: "oxygen",
29532
+ name: "EAF",
29533
+ unit: "tonnes",
29567
29534
  type: "process",
29568
29535
  calorificValue: 1,
29569
- emissionFactor: 0.09,
29536
+ emissionFactor: 0.3,
29570
29537
  },
29538
+ ];
29539
+ const FLUX_CALCINATION_PRODUCTS = [
29571
29540
  {
29572
- name: "Casting and rolling",
29573
- unit: "HRC",
29541
+ name: "Limestone",
29542
+ unit: "tonnes",
29574
29543
  type: "process",
29575
29544
  calorificValue: 1,
29576
- emissionFactor: 0.084,
29545
+ emissionFactor: 0.44,
29577
29546
  },
29578
29547
  {
29579
- name: "Natural gas production",
29580
- unit: "methane",
29548
+ name: "Dolomite",
29549
+ unit: "tonnes",
29581
29550
  type: "process",
29582
29551
  calorificValue: 1,
29583
- emissionFactor: 0.6,
29552
+ emissionFactor: 0.44,
29584
29553
  },
29585
29554
  ];
29586
29555
  const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.type === "direct" &&
@@ -29600,12 +29569,28 @@ const SCOPE1_STEEL = [
29600
29569
  desc: "Operational fuel consumption and direct combustion emissions",
29601
29570
  },
29602
29571
  {
29603
- name: "Process Emissions",
29572
+ name: "Process Emissions- Ironmaking",
29604
29573
  icon: gi.GiElectric,
29605
29574
  scope: "scope1",
29606
- unit: "various",
29607
- subProducts: PROCESS_EMISSION_PRODUCTS,
29608
- desc: "Process emission factors from the steel source workbook",
29575
+ unit: "tonnes",
29576
+ subProducts: PROCESS_EMISSIONS_IRONMAKING_PRODUCTS,
29577
+ desc: "Ironmaking process emissions from the steel source workbook",
29578
+ },
29579
+ {
29580
+ name: "Process Emissions- Steelmaking",
29581
+ icon: gi.GiElectric,
29582
+ scope: "scope1",
29583
+ unit: "tonnes",
29584
+ subProducts: PROCESS_EMISSIONS_STEELMAKING_PRODUCTS,
29585
+ desc: "Steelmaking process emissions from the steel source workbook",
29586
+ },
29587
+ {
29588
+ name: "Flux calcination",
29589
+ icon: gi.GiElectric,
29590
+ scope: "scope1",
29591
+ unit: "tonnes",
29592
+ subProducts: FLUX_CALCINATION_PRODUCTS,
29593
+ desc: "Flux calcination process emissions from the steel source workbook",
29609
29594
  },
29610
29595
  {
29611
29596
  name: "Refrigerants",