Skip to content

Commit

Permalink
Merge pull request #72 from skrakau/add_info_cached
Browse files Browse the repository at this point in the history
Add info about cached processes to docs
  • Loading branch information
skrakau authored Dec 21, 2023
2 parents d9e5117 + 7f5374f commit d76d780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/co2footprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A CO<sub>2</sub> equivalent (CO<sub>2</sub>e) is a metric used to compare the em

For this, the amounts of other gases are converted to the amount of CO<sub>2</sub> that would have the same impact on global warming (over a 100-year period).

The formula used for the calculation of the carbon footprint ($C$) is:
The formula used for the calculation of the carbon footprint ($CO_2e$) of one Nextflow task is:

$C = t \cdot (n_c \cdot P_c \cdot u_c + n_m \cdot P_m) \cdot PUE \cdot CI$
$CO_2e = t \cdot (n_c \cdot P_c \cdot u_c + n_m \cdot P_m) \cdot PUE \cdot CI$

where

Expand All @@ -26,6 +26,8 @@ where
**$PUE$** = the efficiency coefficient of the data centre<br/>
**$CI$** = the carbon intensity of energy production, which represents the carbon footprint of producing 1 kWh of energy for a given country and energy mix

For the final CO<sub>2</sub>e estimation of a pipeline run, the values of all cached and completed tasks are summed up.

!!! warning

Note that the usage of GPUs is not yet supported.
Expand Down

0 comments on commit d76d780

Please sign in to comment.