-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
Thanks for developing SpeedyWeather! It's brilliant - I've been using it with procedurally-generated planets and getting some really good results.
I'm very new to Julia (I only started using it with this project), so apologies if I've missed something obvious, but one thing I'd really like to be able to do is generate a NetCDF file for several hours or days of the running simulation, shut down Julia and then restart it again later to continue the simulation where it left off, essentially so I can save another NetCDF file with later days of the simulation.
I notice that the NetCDFOutput can create a 'restart.jld2' file, and I was assuming that would allow me to do what I'm looking for, but when I attempt to load it via Julia I can't figure out how to get things back running again.
Is this something that's currently possible?
Thanks!
Chris.