I've been running several simulations using WRF v4.6.0 on the Derecho computer and had no issue doing so until Wednesday. Because that computer limits jobs to 12 hours and my simulations take 23-26 to complete (one domain runs a little faster than the other, I have them both going simultaneously), I've been using restart files and then stitching the output files together. I had no problem doing this and completed 5 of my planned 12 simulations when all of a sudden WRF started being unable to read the input files. I changed nothing on my end (and tried rerunning the simulations from the start- they run until I have to restart) but now it doesn't work and I have no idea why. I have gotten the following errors:
RESTART run: opening wrfrst_d01_2023-07-03_21:00:00 for reading
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 242
program wrf: error opening wrfrst_d01_2023-07-03_21:00:00 for reading
RESTART run: opening wrfrst_d01_2022-06-07_12:00:00 for reading
Error trying to read metadata
File name that is causing troubles = wrfrst_d01_2022-06-07_12:00:00
You can try 1) ensure that the input file was created with WRF v4 pre-processors, or
2) use force_use_old_data=T in the time_control record of the namelist.input file
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 342
---- ERROR: The input file appears to be from a pre-v4 version of WRF initialization routines
The second error message is a weird one- it's different than the one I got a couple days ago (which was the same as the first) and I created those restart files with WRFv4.6.0 an hour or so before I tried to do the restart run. I get the same errors when trying to use earlier restart files too (I create them every 3 hours). I assume this is a problem with the Derecho computer (maybe a change to the loaded modules?), but could be wrong.
RESTART run: opening wrfrst_d01_2023-07-03_21:00:00 for reading
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 242
program wrf: error opening wrfrst_d01_2023-07-03_21:00:00 for reading
RESTART run: opening wrfrst_d01_2022-06-07_12:00:00 for reading
Error trying to read metadata
File name that is causing troubles = wrfrst_d01_2022-06-07_12:00:00
You can try 1) ensure that the input file was created with WRF v4 pre-processors, or
2) use force_use_old_data=T in the time_control record of the namelist.input file
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 342
---- ERROR: The input file appears to be from a pre-v4 version of WRF initialization routines
The second error message is a weird one- it's different than the one I got a couple days ago (which was the same as the first) and I created those restart files with WRFv4.6.0 an hour or so before I tried to do the restart run. I get the same errors when trying to use earlier restart files too (I create them every 3 hours). I assume this is a problem with the Derecho computer (maybe a change to the loaded modules?), but could be wrong.