Skip to content

Commit

Permalink
docs(builtins): rename carbon-embodied to embodied-carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 11, 2024
1 parent fb1c73b commit ed44b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/if-run/builtins/sci-embodied/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `parameter-metadata` section contains information about the `description`, `
- `unit`: The unit of measurement for the parameter.
- `aggregation-method`: The method used to aggregate this parameter (`sum`, `avg`, or `none`).

- `outputs`: Describes the `carbon-embodied` parameter, which includes:
- `outputs`: Describes the `embodied-carbon` parameter, which includes:
- `description`: A brief description of the parameter.
- `unit`: The unit of measurement for the parameter.
- `aggregation-method`: The method used to aggregate this parameter (`sum`, `avg`, or `none`).
Expand Down Expand Up @@ -70,7 +70,7 @@ Note that if you do not provide any inputs at all, we fall back to defaults that

### Outputs

- `carbon-embodied`: The total embodied emissions for the component, measured in gCO2e, per timestep.
- `embodied-carbon`: The total embodied emissions for the component, measured in gCO2e, per timestep.

## Calculation

Expand Down Expand Up @@ -123,7 +123,7 @@ tree:
child:
pipeline:
compute:
- sci-embodied
- sci-embodied
inputs:
- timestamp: 2024-08-19T00:00
duration: 3600
Expand Down

0 comments on commit ed44b19

Please sign in to comment.