Show / Hide Table of Contents

Class CarbonFacts

Carbon facts details of a computed element

Inheritance
object
CarbonFacts
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK.Sdk
Assembly: QarnotSDK.dll
Syntax
public class CarbonFacts

Properties

CarbonFootprint_gCO2Eq

The carbon footprint generated by the computation (in gCO2eq)

Declaration
[JsonProperty("qarnot_carbon_footprint")]
public double CarbonFootprint_gCO2Eq { get; set; }
Property Value
Type Description
double

ERE

The Energy Reuse Effectiveness of the computation by Qarnot infrastructure It represents the consumed energy without the energy reused divided by the part consumed by IT The value varies between 0 and 2. The more the ERE is near 0, the more energy is effectively reused.

Declaration
[JsonProperty("ERE")]
public decimal? ERE { get; set; }
Property Value
Type Description
decimal?

ERF

The Energy Reuse Factor of the computation by Qarnot infrastructure It represents the reused energy divided by the total energy consumed The value varies between 0 and 1. The more the ERF is near 1, the more energy is reused.

Declaration
[JsonProperty("ERF")]
public decimal? ERF { get; set; }
Property Value
Type Description
decimal?

EquivalentDCCarbonFootprint_gCO2Eq

The carbon footprint the computation would have generated in the equivalent data center EquivalentDataCenterName (in gCO2eq)

Declaration
[JsonProperty("equivalent_DC_carbon_footprint")]
public double EquivalentDCCarbonFootprint_gCO2Eq { get; set; }
Property Value
Type Description
double

EquivalentDataCenterName

The name of the equivalent data center used for comparison

Declaration
[JsonProperty("equivalent_datacenter_name")]
public string EquivalentDataCenterName { get; set; }
Property Value
Type Description
string

PUE

The Power Usage Effectiveness of the computation by Qarnot infrastructure It represents the total consumed energy divided by the part consumed by IT The value varies between 1 and 2. The more the PUE is near 1, the more the energy is effectively consumed.

Declaration
[JsonProperty("PUE")]
public decimal? PUE { get; set; }
Property Value
Type Description
decimal?

SavedCarbonFootprintComputeHeat_gCO2Eq

The carbon footprint saved from both compute and heat parts

Declaration
[JsonProperty("saved_carbon_footprint_compute_heat")]
public double SavedCarbonFootprintComputeHeat_gCO2Eq { get; set; }
Property Value
Type Description
double

SavedCarbonFootprintCompute_gCO2Eq

The carbon footprint saved by the computation in Qarnot compared to the theoretical computation in the equivalent data center EquivalentDataCenterName (in gCO2eq)

Declaration
[JsonProperty("saved_carbon_footprint_compute")]
public double SavedCarbonFootprintCompute_gCO2Eq { get; set; }
Property Value
Type Description
double

SavedCarbonFootprintHeat_gCO2Eq

The carbon footprint saved by the heating using computation in Qarnot (in gCO2eq)

Declaration
[JsonProperty("saved_carbon_footprint_heat")]
public double SavedCarbonFootprintHeat_gCO2Eq { get; set; }
Property Value
Type Description
double

SavedCarbonFootprintPercentage

The percentage of carbon footprint saved

Declaration
[JsonProperty("saved_carbon_footprint_percent")]
public double SavedCarbonFootprintPercentage { get; set; }
Property Value
Type Description
double

TotalConsumedEnergyWh

The total energy consumed by the execution (in Watt hour)

Declaration
[JsonProperty("total_consumed_energy_Wh")]
public double TotalConsumedEnergyWh { get; set; }
Property Value
Type Description
double

TotalEnergyITWh

The total energy consumed by the infrastructure IT during execution (in Watt hour)

Declaration
[JsonProperty("total_energy_it_Wh")]
public double TotalEnergyITWh { get; set; }
Property Value
Type Description
double

TotalReuseEnergyWh

The total energy reused by the site from the computation (in Watt hour)

Declaration
[JsonProperty("total_reused_energy_Wh")]
public double TotalReuseEnergyWh { get; set; }
Property Value
Type Description
double

WUE

The Water Usage Effectiveness of the computation by Qarnot infrastructure It represents the total consumed water divided by the energy consumed by IT The more the WUE is near 0, the less water is spoiled.

Declaration
[JsonProperty("WUE")]
public decimal? WUE { get; set; }
Property Value
Type Description
decimal?
In this article
Back to top Generated by DocFX