Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCAM-USA to GO: Heat Rates by technology, vintage, and state #15

Open
wants to merge 4 commits into
base: gcam-usa_to_go
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions gcam_to_go/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ Documentation and scripts for data extraction, formatting, and calculation input

## Data Requirements for GO from GCAM-USA

For every:
* Scenario
* Vintage (Vint_{year})
* Year (x)
* Technology (class2)
* subregion (state)

GO needs the following information:

|Source|Description|Output Variable Name|GCAM Query/File Path(s)|Original Units|Output Units|
Expand Down Expand Up @@ -109,12 +102,19 @@ This time series is the BEA "A191RD3A086NBEA" product from https://fred.stlouisf

### elec_heat_rate_BTUperkWh

* **Description:** Heat rate by technology, vintage, subregion, and year. Solar and wind heat rates should have a value of 0.
* **gcam query:** "elec coeff"
* **Description:** Heat rate by technology, vintage, and state. GCAM-USA reports heat rates in EJ in / EJ out ratios. These need to be converted to BTU in / kWh out.

* **gcam query:** "elec coefs by tech"
* **Original units:**
* **Output units:** btu/kWh
* **Calculation:**
BRITISH_THERMAL_UNITS_PER_EXAJOULE = 9.48e14
KWH_PER_EXAJOULE = 2.77778e11

Example:

1.2 EJ/EJ = (1.2 * BRITISH_THERMAL_UNITS_PER_EXAJOULE) / KWH_PER_EXAJOULE
= 4095.356 BTU/kWh


### elec_fuel_price_2015USDperMBTU
Expand Down
Loading