-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Notes for recognising the use of fossil-free energy #61
Comments
OK, some interesting news in the context of this issue. This notion of "coverage" looks like it's quickly becoming a standard.
|
Hey @mrchrisadams - assuming that you're looking for feedback on this, I'll just add my 2c. I imagine that a big consideration is what data the hosting platforms have readily available to provide to GWF. From reviewing the sustainability claims of ~40 different web hosts, I've found that there are a few common claims. In terms of coverage, normally there's a claim as to the % of their electricity use that's derived from renewable sources (eg. we use electricity from 100% renewable sources - normally hydro). In terms of intensity, what is commonly available is PUE (https://en.wikipedia.org/wiki/Power_usage_effectiveness). It seems to me that both of these could be used as the basis for further general calculations as to emissions based on hosting sites in those data centres. What do you think? Not sure it's helpful, but we captured this data for a number of web hosts that carry .eco domains for this blog post: https://go.eco/news/finding-a-green-domain-retailer/. All of this data was derived from publicly available, self-reported sustainability claims published by the provider. So in terms of the API design, would it makes sense to return something more like:
|
The Green web foundation API and datasets have historically had a really binary green/grey definition, which is easy to use, but hides a colossal amount of detail.
Tor example there's a whole issue around who you credit for making the commitment for green and how energy - it's easy to assume it's a single company doing all the work to decarbonise because we might be applying the mental model of 'buying green' where you might pay more for a product in return for it being greener.
This isn't really how it works with energy
I think separating out local carbon intensity from other forms of greening electricity is worth exploring, and I'll try explaining why.
Intensity (as in carbon intensity)
You might affect local carbon intensity by choosing specific regions for some compute, or time shifting work and looking at the actual carbon intensity. You can think of this as the emissions caused when the electricity is generated and in most cases fed into the grid.
This means not relying on offsets, green tariffs or different kinds of carbon credits, and is basically how GHG protocol location based emissions work as well as the software carbon intensity approach used by the Green Software Foundation.
If you can't directly control the grid mix, then claiming you can, and you alone should be credited for energy being green, and therefore having a much lower carbon intensity is problematic.
Generally speaking, the greening of electricity is paid for by three groups - rate payers, tax payers or shareholders, and I want to make an argument for recognising this, or at least separating it out from carbon intensity discussions.
Coverage
If you record local carbon intensity, we move on from the fiction that the energy we get from the grid has no carbon footprint. But we still want to recognise efforts being made to get off fossil fuels.
As I mentioned before transitioning from fossil fuels is paid for by three main groups of people, rate payers, tax payers or shareholders, often at the same time. This issue is not the best place to go into the details, and the blog post on the green web fdn blog explains it in more detail, but the TLDR is basically:
If the intensity part is concerned with answering the question:
Then this one is more about:
This is a mouthful, but the short version is that you need to the last bit to account for the fact that right now, lots of companies are effectively saying they use green energy because they have paid in some way to support something like a solar project.
If we look at things on an annual basis the solar farm might generate as much energy as is used by a rack of servers in year.
Allocating resources to support the solar project is good and necessary, and we should recognise it (this is the criteria we use now with the green web checks).
But it's also not nearly enough - energy being generated is covering only a small share of the power being used by servers, because those solar panels typically won't be generating power when a server is being used at night.
To have a 24/7 fossil free internet, you'll you'd need much more investment, to cover batteries, and all kinds of other forms of clean energy. Even in a datacentre powering on green energy - it'll still often be deisel generators providing backup.
This is where I'm suggesting "coverage" as a concept for power being matched by generation from fossil free sources.
There are all kinds of ways to pay you can do this for 24/7 green energy.
You can have your own run-of-the-river hydro power station. You can buy TEACS (high time resolution energy carbon credits). You can buy a power purchase agreement with new geothermal providers, and there are loads more options out there too.
How to implement this
This is where I'd welcome some feedback.
If energy is just matched annually, we still return the true / false figure. If energy is matched at a higher resolution, we return the percentage of energy matched on an hourly basis as well.
Previously, result would be:
Our truthy object by comparison might look like this:
I'm intending to bootstrap this with information I can find in the public domain, like google's numbers below, but this approach should also match the example of a smaller provider like Data Centre Light above.
Examples this ought to work for:
Huge megacorp:
https://cloud.google.com/sustainability/region-carbon
Smaller provider:
https://datacenterlight.ch/en-us/cms/hydropower/
Wacky but cool green compute project:
http://solarprotocol.net/
Super interesting startup providing dispatchable compute colocated by renewable energy plants:
https://examesh.de/en/
The text was updated successfully, but these errors were encountered: