Open hgamarro opened 6 days ago
io_form_restart = 102
If you set io_form_restart = 102, then they will be output per processor. This is how the 102 format (which means "split" netcdf files) works. It splits the files up by processor so that each file will be smaller.
http://www2.mmm.ucar.edu/wrf/users/special_code.html provides a code to stitch them together but only for wrfout files.
according to this discussion, you dont need to do anything wrf understands the breakup and will read it accordingly https://forum.mmm.ucar.edu/threads/mpi-memory-address-error-before-writing-restart-file.8582/
Look for Adams workflow script to resubmit jobs. Look to see how it works and why Adam setup his script the way it is