Open ackerlar opened 3 years ago
Hi @ackerlar , it is likely that the environment is not loading nco
. Can you provide the experiment directory?
Hi @mandresm , here is a test run /work/ba0989/a270124/PalModII/experiments/test01/scripts
where the tidy job did not start automatically (maybe this is the actual issue). when I run the tidy
job manually, I get this error:
ncwa -O -a time onlyonetimestep.nc notimestep_sst_feom.nc
sh: ncwa: command not found
When I load nco
before running tidy
, it seems to work fine.
Somehow the output and restart files are not copied from run_*/work/
to the corresponding experiment directories and the tidy
job got stuck here:
WARNING: File not found: /work/ba0989/a270124/PalModII/experiments/125ka_awiesm-2.1_corr_jsbach/run_10010101-10011231/work/125ka_awiesm-2.1_corr_jsbach_100101.01_aclcim.nc
2021-10-27 10:56:21.361117
WARNING: File not found: /work/ba0989/a270124/PalModII/experiments/125ka_awiesm-2.1_corr_jsbach/run_10010101-10011231/work/125ka_awiesm-2.1_corr_jsbach_100101.01_glim.nc
2021-10-27 10:56:21.361248
WARNING: File not found: /work/ba0989/a270124/PalModII/experiments/125ka_awiesm-2.1_corr_jsbach/run_10010101-10011231/work/125ka_awiesm-2.1_corr_jsbach_100101.01_jsbid.nc
2021-10-27 10:56:21.361361
WARNING: File not found: /work/ba0989/a270124/PalModII/experiments/125ka_awiesm-2.1_corr_jsbach/run_10010101-10011231/work/125ka_awiesm-2.1_corr_jsbach_100101.01_sp6h.nc
2021-10-27 10:56:21.361479
WARNING: File not found: /work/ba0989/a270124/PalModII/experiments/125ka_awiesm-2.1_corr_jsbach/run_10010101-10011231/work/125ka_awiesm-2.1_corr_jsbach_100101.01_spim.nc
2021-10-27 10:56:21.361588
Those files do not seem to exist in the work folder, there are some similar files starting with restart_
though. Is this just a conflict on the naming of the restarts?
After running the first year of an AWI-ESM run with a cold start for oasis (
lresume=False
), the tidy job breaks with this error:I am running my jobs on mistral. I am currently trying to reproduce this on ollie. Someone else experience the same issues?