pik-copan / pycopancore

reference implementation of the copan:CORE World-Earth modelling framework
http://www.pik-potsdam.de/copan
Other
44 stars 10 forks source link

ENH: Decide on solver type and implementation for CORE time integration #20

Closed jdonges closed 6 years ago

jdonges commented 7 years ago

Is a standard ODE solver like Runge-Kutta sufficient? What about ordinary differential equations with stochastic variables and algebraic constraints (the CondyNet project has an alpha version solver for this)?

jdonges commented 7 years ago

The interface to the solver should be as minimal and general as possible to allow different solvers to be used.

tillkolster commented 6 years ago

Done, also Jobst integrated several different solver options.