kevinkuruc / DICEFARM

0 stars 1 forks source link

Annualizing DICE #1

Open kevinkuruc opened 4 years ago

kevinkuruc commented 4 years ago

I posted a new folder of code. I wanted to leave these as separate folders so we can easily retain our non-annual version for an SI that shows when we make minimal changes to DICE [the code currently] we get reasonable numbers.

I've gone ahead and changed the substance on as much of the DICE code as it made sense for me to do. All components that are not to be replaced by FAIR (i.e, everything besides the concentrations, co2cycle and forcings) are "annualized" and I've fixed all parameters besides: --Savings Rates & MIU need to be interpolated (they are the only thing on the sheet without an explicit growth formula to replicate --Anything in the climate dynamics, forcings, co2cycle component for replicating DICE for reviewers

I think for now we should ignore the depreciation issue.

If you have time today or tomorrow, it'd be awesome if you could: --interpolate savings rates and MIU in the code and set them as parameters --link the FAIR module to take in emissions of CO2, N2O and CH4 from the emissions component and turn that into temperature dynamics [theses variables come from the emissions component and are called: E, MethE, N2oE; the rest of the emissions you can read in from an RCP csv]

I'm completely happy sifting through it all to make sure it runs correctly, and components are calling one another and parameters correctly. It just really seems to be fastest for you to get that FAIR code you wrote in there to a first-order and I can wrestle with making sure the thing actually runs.

--As a bonus, but totally unnecessary for "soon", you could start annualizing the climate side of DICE for eventual SI figure that does replicating.