Skip to content

Commit

Permalink
doc: add comment on EIA codes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Feb 3, 2022
1 parent 9c12dc1 commit f11fae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prereise/gather/solardata/nsrdb/sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def retrieve_data_individual(

for plant_id in plants:
series = solar_plant.loc[plant_id]
# EIA codes: PV = Photovoltaic, CP = Concentrating solar, ST = steam turbine
if series["Prime Mover"] == "PV":
ilr = series["DC Net Capacity (MW)"] / series["Nameplate Capacity (MW)"]
else:
Expand Down

0 comments on commit f11fae3

Please sign in to comment.