mcgibbon / sympl

A toolkit for building planetary/Earth system models in Python
http://sympl.readthedocs.io
Other
50 stars 14 forks source link

Handling of tracer input properties #39

Open mcgibbon opened 6 years ago

mcgibbon commented 6 years ago

Currently Sympl (as of 0.4.0) does not include tracers in input properties. This was done in part for internal reasons, but I'm not convinced this is optimal. If I can find a way around those internal reasons, I think it's better to be explicit and list tracers in the input properties (automatically), the same way they're listed in output properties. Making this issue so I remember to take care of this.

mcgibbon commented 6 years ago

This is a follow up to #36