Hi @chooron,
First and foremost thank you for open sourcing this package, really interesting to see someone trying to combine the powers of superflex and SciML! As I am myself trying to implement a very simple hydrological land surface model for exploring neural network parametrisations in evaporation modelling (see https://github.com/olivierbonte/DifferentiableEvaporation), I would be interested to know what your future plans are for this project?
More specifically, as far as I can see it now, there is only an explicit Euler solver implemented (https://github.com/chooron/HydroModels.jl/blob/main/src/utils/solver.jl). For my own purposes, it would be very interesting to be able to use DifferentialEquations.jl. Are there any plans to implement such a feature in the future? Or any way in which can I help to support the development of such a feature?
Thanks in advance!
Kind regards
Olivier
Hi @chooron,
First and foremost thank you for open sourcing this package, really interesting to see someone trying to combine the powers of superflex and SciML! As I am myself trying to implement a very simple hydrological land surface model for exploring neural network parametrisations in evaporation modelling (see https://github.com/olivierbonte/DifferentiableEvaporation), I would be interested to know what your future plans are for this project?
More specifically, as far as I can see it now, there is only an explicit Euler solver implemented (https://github.com/chooron/HydroModels.jl/blob/main/src/utils/solver.jl). For my own purposes, it would be very interesting to be able to use DifferentialEquations.jl. Are there any plans to implement such a feature in the future? Or any way in which can I help to support the development of such a feature?
Thanks in advance!
Kind regards
Olivier