Skip to content

Commit

Permalink
* summary: Handle PSH generator and pump, but don't count pumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Feb 16, 2024
1 parent 0eb2cb3 commit 9c8eead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions summary
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ patterns = {
' S?CST.*[kMG]W$': lambda f: addcap("CST", f),
' hydro.*[kMG]W$': lambda f: addcap("hydro", f),
'pumped-hydro.*[kMG]W$': lambda f: addcap("PSH", f),
'PSH generator.*[kMG]W$': lambda f: addcap("PSH", f),
'PSH pump.*[kMG]W$': lambda f: None, # don't count pumps
' GT.*[kMG]W$': lambda f: addcap("GT", f),
'CCGT-CCS.*[kMG]W$': lambda f: addcap("CCGT-CCS", f),
'CCGT .*[kMG]W$': lambda f: addcap("CCGT", f),
Expand Down

0 comments on commit 9c8eead

Please sign in to comment.