You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just throwing in some first code snippets for ensemble online training with SpeedyWeather, will convert to a proper PR soon
We need
A callback that interpolates any variable at a given schedule (says once a day, we have a Schedule now, Scheduler for callbacks SpeedyWeather/SpeedyWeather.jl#488) onto some full grid that the NN can treat like an image, see MyInterpolatedVorticity below
A callback that afterwards takes that and writes it into some shared array (a column of it) visible to the NN caller too.
Just throwing in some first code snippets for ensemble online training with SpeedyWeather, will convert to a proper PR soon
We need
Schedule
now, Scheduler for callbacks SpeedyWeather/SpeedyWeather.jl#488) onto some full grid that the NN can treat like an image, seeMyInterpolatedVorticity
below@sandreza
The text was updated successfully, but these errors were encountered: