Jared Lewis

Results 12 comments of Jared Lewis

I'm in favour of dropping the requirement on the "model" column. If it isn't present it can always be filled with a default in `ScmDataFrame.to_iam`. There is an explicit cast...

Could these parameters be held in a separate table internally from the timeseries (not using ._meta or ._data)? `.timeseries()` returns the timeseries and `.parameters()` returns a similar table for model...

Here is a backtrace for the above error ``` Running command 'C:\cibw\python\pythonx86.3.9.9\tools\python.exe' 'C:\Users\jared\AppData\Local\Temp\pip-standalone-pip-9fpkf92h\__env_pip__.zip\pip' install --ignore-installed --no-user --prefix 'C:\Users\jared\AppData\Local\Temp\pip-build-env-ixdeb5f5\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=45' 'setuptools_scm>=6.2' wheel numpy...

Thanks for the bug report and useful debugging information. We haven't tested running the MAGICC7 binary via wine on Mac and are working on an updated release that also contains...

@rgieseke Thoughts? Flattening all emissions wasn't as simple as we would have liked...

That's more like an additional bullet than 1a. In that case, does it make sense to raise a warning at all for MAGICC7 as that seems like a logical way...

Ohh actually the current setup should work - the check_config only checks if the MAGCFG_USER.CFG file is correct and valid. So any additional config passed to `run()` isn't checked by...

Welcome @maltemeinshausen 😄 I'm guessing the approach would be to support both `Surface Temperature` and `Surface Air Temperature Change` temporarily, because not handling `Surface Temperature` would break things...

I opened https://github.com/marshallward/f90nml/issues/131 the other day and a fix is in the works. I've been pinning 1.2 locally to resolve this

Can you give an example of what you mean by 'Similar to what Pandas does with inputs'?