NREL / SAM

System Advisor Model (SAM)
BSD 3-Clause "New" or "Revised" License
338 stars 142 forks source link

Cambium data are in real dollars #1098

Closed brtietz closed 1 year ago

brtietz commented 2 years ago

I was having a difficult time getting a profitable merchant plant stand alone battery to be profitable, even with a large capacity payment. I went looking at the Cambium documentation, and found that the dollar year in the data is constant:

image

(from https://www.nrel.gov/docs/fy22osti/81611.pdf)

Add a widget to the Cambium API download that allows users to specify inflation numbers for out-years.

cpaulgilman commented 2 years ago

@brtietz To be consistent with PPA price inputs for the single owner model, we could add an escalation rate input to the Cambium download form.

People have expressed interest in making Cambium price data available for the PPA financial models, so would be good to implement this an a way that would not complicate that.

Note that this is not an issue for the Merchant Plant energy and ancillary service market revenue streams because those price inputs are arrays over the lifetime. Cambium data downloads are for one year, so need to be escalated for the out years.

brtietz commented 2 years ago

Cambium data downloads are for one year, so need to be escalated for the out years.

Yes. I was also thinking of the "multiple years" download feature for this case.

cpaulgilman commented 1 year ago

Note @mjprilliman implementation of PPI data from Bureau of Labor Statistics for geothermal model

cpaulgilman commented 1 year ago

Fixed with #1365