summaryrefslogtreecommitdiff
path: root/site/docs/documentation/Input/Topology/PowerSource.md
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-05-19 13:31:34 +0200
committerGitHub <noreply@github.com>2025-05-19 13:31:34 +0200
commite9a1b6078e366a8ee071f5d423a1874608618e4d (patch)
treeef539af46703cd25fb66775b4580c3460c72be91 /site/docs/documentation/Input/Topology/PowerSource.md
parentd70312f122d9ef7c31b05757239ffc66af832dee (diff)
Removing gh-pages site from master branch (#338)
* Removing site from master branch * Updated README.md
Diffstat (limited to 'site/docs/documentation/Input/Topology/PowerSource.md')
-rw-r--r--site/docs/documentation/Input/Topology/PowerSource.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/site/docs/documentation/Input/Topology/PowerSource.md b/site/docs/documentation/Input/Topology/PowerSource.md
deleted file mode 100644
index 993083dd..00000000
--- a/site/docs/documentation/Input/Topology/PowerSource.md
+++ /dev/null
@@ -1,20 +0,0 @@
-Each cluster has a power source that provides power to the hosts in the cluster.
-A user can connect a power source to a carbon trace to determine the carbon emissions during a workload.
-
-The power source consist of the following components:
-
-| variable | type | Unit | required? | default | description |
-|-----------------|--------------|------|-----------|----------------|-----------------------------------------------------------------------------------|
-| name | string | N/A | no | PowerSource | The name of the cluster. This is only important for debugging and post-processing |
-| maxPower | integer | Watt | no | Long.Max_Value | The total power that the power source can provide in Watt. |
-| carbonTracePath | path/to/file | N/A | no | null | A list of the hosts in a cluster. |
-
-## Example
-
-```json
-{
- "carbonTracePath": "carbon_traces/AT_2021-2024.parquet"
-}
-```
-
-This example creates a power source with infinite power draw that uses the carbon trace from the file `carbon_traces/AT_2021-2024.parquet`.