Hi,
My latest attempt at running ACCESS-ESM1.5 failed and threw this error (in the stdout file):
payu: error: Model has not produced a restart dump file:
/scratch/xv83/bp3051/access-esm/work/andersonacceleration_test-n10-5415f621/atmosphere/aiihca.da59110 does not exist.
Check DUMPFREQim in namelists
The atmosphere namelist sets dumpfreqim = -9999, 0, 0, 0
.
I am a bit surprised because the almost* exact same run finished smoothly many times over the last few days, including one this morning. For the context, I am applying Anderson Acceleration to spin up the water age, and for this purpose I am repeatedly running the 1850s (so 10-year runs) using the ACCESS-NRI historical config but replacing the water age restart file with my own βacceleratedβ age each time. So I am not modifying anything except the water age restart file for starting year 1850.
Could this have to do with the recent payu update? Is this similar to @dkhutchβs Ice restart problem with payu/1.1.6? Iβm new to running ACCESS-ESM1.5 and pretty confused as to what exactly is happening, and how to fix it, so it would be greatly appreciated to get some guidance (run dir is /home/561/bp3051/access-esm1.5/andersonacceleration_test
).
FWIW, the traceback from the stderr file is:
Traceback (most recent call last):
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/shutil.py", line 805, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/scratch/xv83/bp3051/access-esm/work/andersonacceleration_test-n10-5415f621/ocean/RESTART' -> '/scratch/xv83/bp3051/access-esm/archive/andersonacceleration_test-n10-5415f621/restart008/ocean'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/bin/payu-run", line 10, in <module>
sys.exit(runscript())
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/site-packages/payu/subcommands/run_cmd.py", line 135, in runscript
expt.archive(force_prune_restarts=run_args.force_prune_restarts)
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/site-packages/payu/experiment.py", line 799, in archive
model.archive()
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/site-packages/payu/models/fms.py", line 250, in archive
shutil.move(self.work_restart_path, self.restart_path)
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/shutil.py", line 825, in move
copy_function(src, real_dst)
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/shutil.py", line 434, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/g/data/vk83/apps/base_conda/envs/payu-1.1.6/lib/python3.10/shutil.py", line 254, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/scratch/xv83/bp3051/access-esm/work/andersonacceleration_test-n10-5415f621/ocean/RESTART'
Maybe related side question about payu versions: I am confused that both payu v1.1.5 and v1.1.6 appear to be used at the same time. In the same stderr file, a few lines before the traceback, I see:
/g/data/vk83/apps/payu/1.1.5/lib/python3.10/site-packages/mule/validators.py:198: UserWarning:
Is that supposed to happen? Did I mess up some configuration somewhere?