wrfout files missing

laetis

New member
Hi,

I am running a 6h forecast with wrf and only the wrfout at initial time are printed even is the job finish normally and I have the messages that files are ptinted?!
Code:
Timing for Writing wrfout_d02_2022-05-01_18:00:00 for domain        2:    3.27084 elapsed seconds
Timing for main: time 2022-05-01_17:58:00 on domain   3:    0.04883 elapsed seconds
Timing for main: time 2022-05-01_17:59:00 on domain   3:    0.07355 elapsed seconds
Timing for main: time 2022-05-01_18:00:00 on domain   3:    0.06218 elapsed seconds
Timing for Writing wrfout_d03_2022-05-01_18:00:00 for domain        3:    6.61266 elapsed seconds
Timing for main: time 2022-05-01_17:58:00 on domain   4:    0.06425 elapsed seconds
Timing for main: time 2022-05-01_17:59:00 on domain   4:    0.05933 elapsed seconds
Timing for main: time 2022-05-01_18:00:00 on domain   4:    0.05998 elapsed seconds
Timing for Writing wrfout_d04_2022-05-01_18:00:00 for domain        4:    1.72625 elapsed seconds
Timing for main: time 2022-05-01_18:00:00 on domain   1:   14.85787 elapsed seconds
Timing for Writing wrfout_d01_2022-05-01_18:00:00 for domain        1:    7.46026 elapsed seconds
d01 2022-05-01_18:00:00 wrf: SUCCESS COMPLETE WRF
If I look in my running directory, I only have the wrfout_d0*_2022-05-01_12:00:00 files even if I have the message that the other are printed.
Please find attach the namelist file.
Thanks for any insight.
Best
 

Attachments

Hi,
The issue is that you have "frames_per_outfile = 1000." This means that 1000 history output times are all included in a single file. So your simulation ran okay. It's just that all the times are in that one file.
 
Back
Top