Skip to content

Commit

Permalink
Merge branch 'sci-redesign' of github.com:Green-Software-Foundation/i…
Browse files Browse the repository at this point in the history
…f into sci-redesign
  • Loading branch information
narekhovhannisyan committed Aug 28, 2024
2 parents 23b0b31 + bfc001c commit cd3d4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/if-run/builtins/sci-embodied/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Software systems cause emissions through the hardware that they operate on, both

Read more on [embodied carbon](https://github.com/Green-Software-Foundation/sci/blob/main/Software_Carbon_Intensity/Software_Carbon_Intensity_Specification.md#embodied-emissions).

Our plugin follows the Cloud Carbon Footprint methodology for calculating embodied carbon and extends it to scale down the total embodied carbon for a poiece of hardware by the portion of it that should be allocated to a particular application, using a `usage-ratio` and `time`. The `usage-ratio` is a term that can be used to scale by, for example, the storage you actually use on a shared server, rather than the total storage available fir that hardware, or the time you are active compared to the hardware lifespan.
Our plugin follows the Cloud Carbon Footprint methodology for calculating embodied carbon and extends it to scale down the total embodied carbon for a piece of hardware by the portion of it that should be allocated to a particular application, using a `usage-ratio` and `time`. The `usage-ratio` is a term that can be used to scale by, for example, the storage you actually use on a shared server, rather than the total storage available for that hardware, or the time you are active compared to the hardware lifespan.


## Parameters
Expand Down Expand Up @@ -53,7 +53,7 @@ sci-embodied:
`gpu-emissions-constant`: emissions for a GPU in gCO2e. Defaults tothe CCF value (150000),
`output-parameter`: name to give the output value, defaults to `embodied-carbon`

Note that if you do not provide any config at all, we will fallback to defaults for everything, equivalen to setting the baseline server equal to the CCF version, which has 1000000g of embnodied emissions.
Note that if you do not provide any config at all, we will fallback to defaults for everything, equivalent to setting the baseline server equal to the CCF version, which has 1000000g of embodied emissions.

### Inputs

Expand Down

0 comments on commit cd3d4ba

Please sign in to comment.