Description
An early iteration of this code existed in the old data system, but was not very flexible and was not translated.
For a couple of my other projects, I've written slightly more flexible code to take global gridded yield data, turn it into agricultural yield multipliers, and apply those to the existing AgProdChange assumptions.
This allows us to consider the full cross of RCPxSSP space (RCP via global gridded yields, SSPs via different AgProdChange assumptions).
I think, in general, figuring out a way to incorporate this into gcamdata
could be widely useful. At the very least, it would save others from repeating work, and it could help us have a more consistent methodology across projects that do these kinds of experiments.
One of my next projects is possibly doing a GCAM-hector-yield emulation loop. I'm not 100% sure yet (software design + engineering is not my strong suit) but I do think it could be useful to get this processing code into gcamdata
as part of that.