Up to Installation and compilation
I use WRF+NEMO+OASIS coupled model. WRF and NEMO models are capable of creating restart files at a specific restart interval (say, 24 hours). But it seems that OSAIS doesn't create such files. As far as I understand files sstoc_d01_d01.nc flxat_d01_d01.nc are overwritten each time the models exchange data. Is it possible to create coupler restart files at the same restart interval as in NEMO and WRF?
Hi, I suppose that sstoc_d01_d01.nc and flxat_d01_d01.nc are the names of your coupling restart files. If so, they are not overwritten at each model exchange but only at the end of the run if needed, see section 2.5.3 "The lag concept" of the User Guide for details. OASIS3-MCT can be used to write coupling restart file by calling oasis_put with the argument write_restart = true, see the text under oasis_put in the User Guide. I hope this helps? Sophie