In the short term archiver log I get the following error:
Which causes a problem when trying to continue the run (see this older post from 2018: https://bb.cgd.ucar.edu/cesm/thread...revious-year-missing-from-run-directory.4564/)
My question is : how do I get the short term archiver to load the correct module (netcdf)? I'm obviously not on Cheyenne, but have "module load netcdf" in my ~/.module/default and ~/.module/bash so ncdump should be available by default. Also I have it in my list of modules in `env_mach_specific.xml` but that seems not to be used. I can't find a similar module list for the archiver: any ideas?
PS. Just thinking ahead, a user-friendly solution would be to test the availability of `ncdump` in one of the submission test scripts, when `DOUT_S = TRUE` .
Code:
Archiving restarts for cam (atm)
WARNING: ncdump -v nhfil /projects/0/uuesm2//b.e21.BSSP126cmip6.f09_g17.CMIP6-SSP1-2.6-sara.01/run/b.e21.BSSP126cmip6.f09_g17.CMIP6-SSP1-2.6-sara.01.cam.r.2020-01-01-00000.nc failed rc=127
out=
err=/bin/sh: ncdump: command not found
Which causes a problem when trying to continue the run (see this older post from 2018: https://bb.cgd.ucar.edu/cesm/thread...revious-year-missing-from-run-directory.4564/)
My question is : how do I get the short term archiver to load the correct module (netcdf)? I'm obviously not on Cheyenne, but have "module load netcdf" in my ~/.module/default and ~/.module/bash so ncdump should be available by default. Also I have it in my list of modules in `env_mach_specific.xml` but that seems not to be used. I can't find a similar module list for the archiver: any ideas?
PS. Just thinking ahead, a user-friendly solution would be to test the availability of `ncdump` in one of the submission test scripts, when `DOUT_S = TRUE` .