pymagicc icon indicating copy to clipboard operation
pymagicc copied to clipboard

Python wrapper for the simple climate model MAGICC

Results 41 pymagicc issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Initial tests of magicc7 are failing. pymagicc.run running wine or wine64 crashes with a page fault on read access. If I try to set out_concentrations, or out_temperature...

On up-to-date OSX it doesn't seem possible to run pymagicc--- is this correct? The problem is that 32-bit applications (including wine) are no longer supported (see: https://superuser.com/questions/1513877/bad-cpu-type-in-executable-wine-macos-catalina). If this is...

https://github.com/openscm/pymagicc/blob/b6e9c1a34b85ff45b92be8fd03e43d601eaba06e/pymagicc/definitions/__init__.py#L463 The current mapping to 'Surface Temperature" does not seem to mach openscmrunner conventions.

Hello, everyone. I wish to build new scenario files, and the input data are saved in CVS files. Which function should I use to generate new SCEN files? Meanwhile, how...

Hi, in the first paragraph, the README.rst file states: "Pymagicc itself is AGPL licensed." However, later on in the [license paragraph](https://github.com/openscm/pymagicc/blob/master/README.rst#license), it states: "The pymagicc wrapper itself is released under...

![image](https://user-images.githubusercontent.com/198537/127991580-88c1ba9f-e2c1-49ec-9a3c-33c01ea674cd.png)

**Describe the bug** f90nml 1.3's string splitting (https://github.com/marshallward/f90nml/pull/120/files) can cause MAGICC running to break if you try to write a long list of string arrays. For example, f90nml will now...

bug

- [ ] add `TCR_def` switch to `diagnose_ecs_tcr` to allow users to easily compare the effect of using different definitions should they so wish

enhancement
good first issue

When MAGICC7 comes out, we should carefully document its input and output formats. This exercise is more for our own benefit, given that anyone who uses pymagicc won't actually need...

documentation