v0.23.0
EarthSciMLBase v0.23.0
Breaking Changes
- Add reference time (t_ref) to simulation to improve chances of float32 simulations working. Now the time span returned by
get_tspan(::DomainInfo)
will start at zero, and there is a new functionget_tref(::DomainInfo)
that returns the unix time of the beginning of the simulation - Remove the
dtype
keyword argument from the DomainInfo constructor and adduproto
instead.