speedy.f90 icon indicating copy to clipboard operation
speedy.f90 copied to clipboard

Allow restart functionality

Open samhatfield opened this issue 6 years ago • 2 comments

Currently the model always starts from rest. Functionality to restart the model from a NetCDF file should be added.

samhatfield avatar Apr 18 '19 10:04 samhatfield

I added a feature to initialize from a file. This is not strictly a restart. A true restart requires two time levels. The input format is the same as the output netcdf. If init.nc is found the state is initialized from the file.

tenomoto avatar Oct 02 '22 08:10 tenomoto

@tenomoto I've been working on something similar, but I'm getting some polar artifacts when initializing from interpolated era5 data and also when initializing from one of SPEEDY's own output files...I would be interested to know what solution you have.

nbren12 avatar Oct 26 '22 20:10 nbren12