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.
Currently the
TimeStepper
objects in Sympl only work withPrognostic
objects and notImplicitPrognostic
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 assuppress_warnings=False
orwarn_on_implicitprognostic=True
.