diff --git a/client/src/components/JobMetrics/CarbonEmissions/CarbonEmissionsCalculations.vue b/client/src/components/JobMetrics/CarbonEmissions/CarbonEmissionsCalculations.vue index 8a908a527907..ddb9e66a1355 100644 --- a/client/src/components/JobMetrics/CarbonEmissions/CarbonEmissionsCalculations.vue +++ b/client/src/components/JobMetrics/CarbonEmissions/CarbonEmissionsCalculations.vue @@ -76,12 +76,12 @@ const greenAlgorithmsUrl = "https://www.green-algorithms.org/";
- Once we have the information needed, we calculate the power usage of the CPU and memory in watts. For
- each component, the respective power usage is the product of allocated resources amount, a
+ Once we have the information needed, we calculate your job's CPU and memory power usage in watts. The
+ power usage is the product of allocated resources amount, a
@@ -107,7 +107,7 @@ const greenAlgorithmsUrl = "https://www.green-algorithms.org/";Finally, we convert the energy usage into estimated carbon emissions (in metric units CO2e) by multiplying the carbon intensity value corresponding to the geographical server location configured by - administrators. If no value was set or the location is not supported the calculation uses a global + administrators. If no value was set or the location is not supported, the calculation uses a global average carbon intensity value of {{ worldwideCarbonIntensity }} gCO2/kWh.
@@ -122,7 +122,7 @@ const greenAlgorithmsUrl = "https://www.green-algorithms.org/";How we compare carbon emissions - Take the estimates more relatable, we compare your job's carbon emissions and energy usage values to + To make the estimates more relatable, we compare your job's carbon emissions and energy usage to
values calculated by the EPA . We use the same reference values from the Green Algorithms Project's "Carbon emissions Calculator" tool when calculating the equivalent distance driven.