-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have a run in /discover/nobackup/projects/gmao/geos_carb/sbasu1/runs/GCM/GCM-11.5.2-Azure-c90 where I'm using the post-processing scripts to organize my history collections into YYYYMM folders. I have noticed that occasionally, instead of moving files into those folders, it will create files with YYYYMM names, with junk content. Cases in point:
holding/inst3_2d_carb_Nx/200906
holding/tavg3_2d_carb_Nx/200612
holding/tavg3_2d_carb_Nx/201004
Digging deeper into the logs of those post-processing jobs, I found that in all three cases, the post-processing jobs (post/gcm_post.inst3_2d_carb_Nx.o200906, post/gcm_post.tavg3_2d_carb_Nx.o200612 and post/gcm_post.tavg3_2d_carb_Nx.o201004) had timed out. Worse, the history files that were supposed to be moved to those YYYYMM folder are all gone. This should never happen, especially not on timeouts. Files should only be deleted once they exist in the destination folder.