Robert Link
Robert Link
On linux and windows, running a very long run (AD 5000) not only produces an error (which is expected), but it appears to create some sort of memory corruption that...
Zenodo does its best to infer things like authors and whatnot when it assigns a DOI to a release, but there is only so much it can do. We should...
There are a number of places in the GCAM data preparation where we start with some scenario assumptions about output and back out the basic quantities needed to cause the...
We do a lot of scaling stuff by base year ratios. Specifically, we compute the ratio of a time series to its base year value, and then we find the...
Fixes #49 @crvernon FWIW, I wasn't able to run the test suite locally because Xanthos doesn't install cleanly under python-3.7.7 on our system. The error is: ``` error in xanthos...
I found this while tracking down something for Tom: https://github.com/JGCRI/xanthos/blob/754f111939c0611c17ac846f5bd407b5780a2d14/xanthos/data_reader/ini_reader.py#L606 I believe the best practice would be to change `print(...)` to `logging.warning(...)` Also, I grepped the rest of the source...