Access-cm2 restart file issue

Dear folks,

I encountered an issue when performing a warm restart run with the cm2 model. I came across the following error message:

Loading pythonlib/umfile_utils/latest
Loading requirement: intel-mkl/2019.3.199 python2/2.7.16
pythonlib/cdat-lite/6.0rc2-fixed pythonlib/netCDF4/1.5.3 pythonlib/six/1.9.0
/local/spool/pbs/mom_priv/jobs/99628267.gadi-pbs.SC: line 101: warm_restart.sh: command not found
2023-11-02T05:49:43Z CRITICAL - failed/EXIT

Has anyone encountered this type of error or can help me pinpoint where the problem might be?

Thanks in advance!

Cheers,
Zhaohui

Sorry for bothering my folks. This issue has been solved by @dhb599

The error was because I did not recompile all the modules. I forgot to set
BUILD_CICE=true

BUILD_DRIVERS=true

BUILD_OCEAN=true

BUILD_UM=true
when checkout suite from others. If we don’t want to rebuild, a link to others’ directory for executables in their suites is necessary.

Cheers,
Zhaohui