Skip to content

Commit

Permalink
Merge pull request #144 from Green-Software-Foundation/update-aveva-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanakeethan authored Sep 13, 2023
2 parents 734b7df + ee85c6c commit 73916d0
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions examples/impls/aveva.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ tags:
category: on-premise
initialize:
models:
- name: sci-aveva # a model that takes in power observations and returns e.
- name: e-aveva # a model that takes in power observations and returns e.
kind: plugin
path: ''
verbose: false
- name: sci-o # a model that given e, i and m calculates a carbon value (e * i) + m
kind: builtin
verbose: false
Expand All @@ -22,23 +23,27 @@ initialize:
verbose: false
path: ''
graph:
pc:
config:
sci-m:
te: 350 # kgCO2eq
tir: 31536000 # 1 year in seconds
el: 157680000 # 5 years in seconds
rr: 1
tor: 1
sci-o:
i: 474.8 #gCo2/kWh
sci:
time: year
factor: 1
observations:
timestamp: 2023-07-06T00:00
pl: 16.009 # average over timespan
pb: 11.335 # average over timespan
t: 8322 # (hours in year * average uptime e.g. 95%)
children:
pc:
pipeline:
sci-m:
config:
te: 350 # kgCO2eq
tir: 31536000 # 1 year in seconds
el: 157680000 # 5 years in seconds
rr: 1
tor: 1
sci-o:
config:
i: 474.8 #gCo2/kWh
sci:
config:
time: '' # don't do any time norm
factor: 1
observations:
timestamp: 2023-07-06T00:00
pl: 16.009 # average over timespan
pb: 11.335 # average over timespan
t: 8322 # (hours in year * average uptime e.g. 95%)


0 comments on commit 73916d0

Please sign in to comment.