Skip to content

Commit

Permalink
fix: Improved description of new fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Aug 27, 2024
1 parent f43769c commit 08fbaf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/descriptors/power_system_inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,17 @@
},
{
"name": "heat_rate_a0",
"description": "Heat rate Average 0 TODO",
"description": "Heat rate constant term",
"default_value": null
},
{
"name": "heat_rate_a1",
"description": "Heat rate Average 0 TODO",
"description": "Heat rate proportional term",
"default_value": null
},
{
"name": "heat_rate_a2",
"description": "Heat rate Average 0 TODO",
"description": "Heat rate quadratic term",
"default_value": null
},
{
Expand Down

0 comments on commit 08fbaf4

Please sign in to comment.