Green-Software-Foundation / if-unofficial-plugins

Impact Framework unofficial models maintained by the community
MIT License
17 stars 19 forks source link

Model Plugin - GPU TDP Finder #56

Closed burtchell closed 7 months ago

burtchell commented 7 months ago

NOTE: This is my proposal for the 2024 Carbon Hack. I'll update each field as I get more familiar with the Impact Framework and its currently-supported plugins.

Config

TBD.

Inputs

List the variables this model expects in an input input

Outputs

List the variables this model exports out as an impact

Behavior

What does the model do to turn the inputs into outputs? List any important equations or references.

TBD.

Assumptions

What are the core assumptions this model makes?

TBD.

Limitations

In what situations is this model limited in it's function, behaviour, accuracy etc...

TBD.

Example

Provide at least one example of some input config and inputs. This is in pimpl format not rimpl format, so the config is the global config and all parameters must be present on the input.

TBD.

Input

config:
 key: value
inputs: 
  - timestamp: 2023-07-06T00:00
    duration: 3600

Output

config:
 key: value
inputs: 
  - timestamp: 2023-07-06T00:00
    duration: 3600
    yyyy: zzzz
outputs: 
  - timestamp: 2023-07-06T00:00
    duration: 3600
    yyyy: zzzz
    aaaa: bbbb
jmcook1186 commented 7 months ago

Hi thanks for this, but could you please move the issue to https://github.com/Green-Software-Foundation/hack/issues