Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial proposal on how to improve integration chapter #99

Merged
merged 7 commits into from
Oct 5, 2024

Conversation

raimundo-henriques
Copy link
Collaborator

@raimundo-henriques raimundo-henriques commented Aug 26, 2024

Here is my proposal on how to improve the PACT integration chapter. The relevant changes can be seen rendered in the screenshots below.

I would like to call your attention to:

  • pCfExcludingBiogenic, fossilGhgEmissions, and fossilCarbonContent (previously completely missing), which all have the same values throughout. The PACT definitions can be found here, here, and here, respectively. Is this ok? (esp. @GabrielaRubioDomingo and @vmatzoros)
  • biogenicCarbonContent is mandatory (PACT definition here) and therefore my proposal is to set it to "0" for now.
  • packagingEmissionsIncluded: from what I understood, this should always be false (i.e., also in the case of ShipmentFootprints).

ShipmentFootprint

Screenshot 2024-09-03 at 14 01 08 Screenshot 2024-09-03 at 14 02 06

TOC

Screenshot 2024-09-03 at 14 02 51 Screenshot 2024-09-03 at 14 03 07

HOC

Screenshot 2024-09-03 at 14 04 20 Screenshot 2024-09-03 at 14 04 28

Copy link
Collaborator

@GabrielaRubioDomingo GabrielaRubioDomingo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raimundo, agree with your comments for the pcfExcludingBiogenic, biogenicCarbonContent & packagingEmissions.

For the two fossil variables, could you please clarify how this would be treated. I.e. are you suggesting what companies should report there? - I think we might say it is just optional & not expected to be reported until new GLEC Fw version

@raimundo-henriques
Copy link
Collaborator Author

@GabrielaRubioDomingo, thanks for the feedback!

Both fossilGhgEmissions and fossilCarbonContent are mandatory in PACT (please see the links provided for their definitions).

Currently, the iLEAP Tech Specs state the following on how to populate fossilGhgEmissions:
Screenshot 2024-09-03 at 15 38 55

But currently, the iLEAP Tech Specs make no mention of fossilCarbonContent whatsoever, although it is mandatory in PACT.

Therefore, what seemed to me to be the easiest solution, would be to state the same thing for both fossilGhgEmissions and fossilCarbonContent. However, I do not have enough expertise to know if this is a good idea at all...

I believe we should provide some guidance on how to populate fossilCarbonContent, given that it is mandatory.

We can also add a disclaimer about their being updated when the new GLEC version is released, but I thought that applied to biogenic emissions only.

@GabrielaRubioDomingo
Copy link
Collaborator

GabrielaRubioDomingo commented Sep 3, 2024 via email

@raimundo-henriques
Copy link
Collaborator Author

I see! Thanks for the answer! I'm glad we noticed it! I will update the proposal accordingly.

@raimundo-henriques
Copy link
Collaborator Author

raimundo-henriques commented Sep 3, 2024

One question:

  • If what is not fossil is biogenic, then isn't pCfExcludingBiogenic indeed equal to fossilGhgEmissions in logistics?

@GabrielaRubioDomingo
Copy link
Collaborator

GabrielaRubioDomingo commented Sep 3, 2024 via email

@raimundo-henriques
Copy link
Collaborator Author

In that case, fossilGhgEmissions was correct.
But by that token, fossilCarbonContent should also be the same as pCfExcludingBiogenic, no?
Here's the PACT definition:

The fossil carbon content of the product (mass of carbon). The value MUST be calculated per declared unit with unit kg Carbon per declared unit (kgC / declaredUnit), expressed as a decimal equal to or greater than zero.

@GabrielaRubioDomingo
Copy link
Collaborator

GabrielaRubioDomingo commented Sep 4, 2024 via email

@raimundo-henriques
Copy link
Collaborator Author

Hello again, Gabriela,

Thanks for the feedback!
In that case, I think we can safely keep the prior proposal, i.e.,

  • pCfExcludingBiogenic, fossilGhgEmissions, and fossilCarbonContent should all have the same value.

I think that we can keep the advisements (i.e., the orange boxes) only on the parts concerning biogenic, to avoid creating too much "noise".

@GabrielaRubioDomingo
Copy link
Collaborator

GabrielaRubioDomingo commented Sep 4, 2024 via email

@raimundo-henriques
Copy link
Collaborator Author

raimundo-henriques commented Sep 4, 2024

I think I might be missing something here.

If they are the same value as pCfExcludingBiogenic, then, we do have guidance on which values to report, namely, the guidance used to indicate how pCfExcludingBiogenic should be populated. Specifically:

ShipmentFootprint

MUST be set to the total logistics emissions of the shipment, excluding biogenic emissions, calculated by taking the sum of the co2eWTW over all TCEs (tces).

TOC

MUST be set to the logistics emissions intensity of the TOC, excluding biogenic emissions, defined in co2eIntensityWTW.

HOC

MUST be set to the logistics emissions intensity of the HOC, excluding biogenic emissions, defined in co2eIntensityWTW.
Note: The average weight of a container can be considered as 10 tonnes per TEU. For light containers, an estimate of 6 tonnes per TEU is appropriate, while heavy containers can be assumed to average 14.5 tonnes per TEU.

If these are correct for pCfExcludingBiogenic and fossilGhgEmissions and fossilCarbonContent have the same value as pCfExcludingBiogenic, then, we only need to provide guidance for pCfExcludingBiogenic and to state that the other two should be populated with the same value. (And we were already doing this for fossilGhgEmissions. fossilCarbonContent was not mentioned, although it is mandatory.)

Am I missing something?

@raimundo-henriques
Copy link
Collaborator Author

Following a discussion with @GabrielaRubioDomingo, here are the updates to pCfExcludingBiogenic, making it clear that, as of right now, the inclusion/exclusion of biogenic is not even being taken into account, but that it will once GLEC 4 is out.

ShipmentFootprint

Screenshot 2024-09-05 at 10 48 31

TOC

Screenshot 2024-09-05 at 10 48 40

HOC

Screenshot 2024-09-05 at 10 48 50

@raimundo-henriques raimundo-henriques marked this pull request as ready for review September 9, 2024 10:23
@zeitgeist zeitgeist merged commit c574d85 into main Oct 5, 2024
2 checks passed
@zeitgeist zeitgeist deleted the pact-integration branch October 5, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants