Skip to content

Commit

Permalink
docs: restore sci guide terms for calc
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Cook <[email protected]>
  • Loading branch information
jmcook1186 authored Oct 13, 2023
1 parent 2b31d59 commit 1e70c5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/implementations/sci-o.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Operational emissions refer to the carbon generated by a component while it is i

To calculate the operational emissions `o` for a software application, use the following:

```
O = E * I
```

where `O` = operational emissions, `E` = energy in kWh, and `I `= grid carbon intensity.

In the IEF implementation the calculation is expressed using the following terms:

```
o = (energy * grid-ci)
```
Expand Down

0 comments on commit 1e70c5d

Please sign in to comment.