EnergyInnovation / eps-us

Energy Policy Simulator - United States
GNU General Public License v3.0
22 stars 7 forks source link

Adding power plant own use percentages in estimation of total hourly demand in EPS #331

Closed robbieorvis closed 2 months ago

robbieorvis commented 2 months ago

Power plants consume electricity as part of the production process and the percentage of the output that is consumed onsite can be high (<=10%). In many regions, this is accounted for through the heat rates, which reflect grid electricity available per BTU of input. In some regions, however, this is specifically added to as a type of demand.

In the EPS, we should add an input data file and associated calculations to add this load to total demand. In the China EPS, this is important for correctly aligning our demand data with publicly available demand data.

robbieorvis commented 2 months ago

Completed in dfbf3413