-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding device usage component (scope 2) #21
Comments
Impact factorsCarbon intensityhttps://ourworldindata.org/grapher/carbon-intensity-electricity from Primary energy factorTODO : Find electricity primary energy factor by country (per year) ADP energy factorTODO : Find electricity abiotic depletion potential factor by country (per year) |
Device yearly consumptionElectrical consumption
Default server dataFrom Dell R640 LCA
if we apply the formula to the Dell R740:
|
I'm wondering what would be the most common situation from an API user POV when not having the electrical consumption (that would be most of the cases):
I think the ideal for us would be to compute for each server configuration the P (power consumption) values we see in the Dell example and then simply calculate the consumption based on the parameters or fall back to something we can define (365 days running an average load). |
For cloud we will do an other process with a bottom-up approach per component #29 but the same problems occurs with the load For server something like that : Power per load
1 - I have the different power per load -> Use it Time ratio per load
1 - I have the different time ratio per load -> Use it Equation
Future devI think it is ok to use Dell R740 for now because in the future you will be able to select an archetype (#1). All the missing datas will be set with the value of this archetype and not the value of the default configuration. |
Thanks, For: "2 - I only have the max power -> Can medium, low and idle be retrieved as function of max power ?" we can define some heuristics based on existing data (to be discussed), maybe @bpetit would have some interesting thoughts on this from Scaphandre and we can reuse AWS bare-metal power profiles data on top of Dell's. For: "3 - I have nothing -> Use Dell R740 power per load" Ok to use Dell as a first step and then the closest archetype profile available, to be discussed in (#1) but we can easily generate profiles like for example: 1 low TDP (<100W) CPU + 128 Gb memory etc. |
Following today's meeting
|
Epic
Usage
US
As an external user
I can retrieve the scope2 impact of devices
With device usage and characteristics
Usage object
usage attributes
Yearly electrical consumption
yearly_electrical_consumption is given by the user or smart complete depending on the type of component or device (see below)
GWP
gwp = yearly_electrical_consumption*life_duration*carbon_intensity_factor
PE
pe = (yearly_electrical_consumption*life_duration) * primary_energy_factor
ADP
adp = (yearly_electrical_consumption*life_duration) * abiotic_depletion_potential_factor
The text was updated successfully, but these errors were encountered: