Skip to content

Commit

Permalink
chore: add EIA-to-PowerSimData fuel translations to const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Nov 23, 2021
1 parent 73d9d80 commit 90afcf8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prereise/gather/griddata/hifld/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,26 @@
"WC": 2.02, # Waste Coal
}

fuel_translations = {
"BIT": "coal",
"DFO": "dfo",
"GEO": "geothermal",
"JF": "dfo",
"KER": "dfo",
"LIG": "coal",
"NG": "ng",
"NUC": "nuclear",
"PC": "coal",
"PG": "ng",
"RC": "coal",
"RFO": "dfo",
"SUB": "coal",
"SUN": "solar",
"WAT": "hydro",
"WC": "coal",
"WND": "wind",
}

# Values from EPA's Power Sector Modeling Platform v6 - Summer 2021 Reference Case
reasonable_heat_rates_size_cutoffs = {
("Natural Gas Fired Combustion Turbine", "GT"): 80,
Expand Down

0 comments on commit 90afcf8

Please sign in to comment.