Robert Link
Robert Link
I showed an example of how to do this with CH4 at the meeting with Marcus a while back.
Your problem isn't the size of your time steps. Your problem is that you've hard-wired the size of your time steps, and you're not estimating and controlling the error in...
That's what I was getting at. I suspect this is a consequence of the separation between our components. We can't easily do an adaptive time step because the integrations are...
Regarding option 1, `fetchvars` already takes a vector of variables to return, so all we need is a function that returns a list of everything that's available. That's pretty easy...
If we have the time, it would be nice to put together something like GCAM's log configuration file (though maybe not with XML as the format). That would allow us...
I've been looking at this too. The problem seems to have been introduced in 02590ea. Presumably these are the changes that are meant to provide compatibility with the dev version...
@aldomann I'm guessing you got the wrong branch, as `geom_cartogram` is definitely there, in the file "geom_cartogram.r", but it's not there in the (old, outdated) master branch. Make sure to...
@zcranmer Thanks for your contribution. I think that in order to evaluate this pull request we will need a write-up that describes: 1. The purpose of the work. What is...
What we could do is have `load_csv_files` use `c('', 'n/a', 'N/A')` as its NA strings (I believe those should all be safe), and any file that breaks under that convention...
Ok, who wants to volunteer?