mcgibbon / sympl

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

Allow the use of ImplicitPrognostic with TimeSteppers #31

Closed mcgibbon closed 6 years ago

mcgibbon commented 6 years ago

Currently the TimeStepper objects in Sympl only work with Prognostic objects and not ImplicitPrognostic objects. We should make it so these do work. I propose also having a warning emitted when this is done, which can be suppressed with a kwarg such as suppress_warnings=False or warn_on_implicitprognostic=True.

mcgibbon commented 6 years ago

Fixed by #26