I’m having some issues in running the TAMSAT-ALERT soil moisture JULES suite on JASMIN. To check the job, I would log onto the cylc server and the MOSRS agent will ask for my MOSRS password, however this is no longer happening. As such, I cannot access the suite. I cannot see /apps/contrib/metomi/ either which I understand is where the MOSRS agent is called from.
Are you able to access MOSRS ok?
Any thoughts you might have would be very welcome.
I did some further checks this morning and found the issue. In the end it was very simple, my home directory became full and so Rose could not write any log files. I’ve cleared up some space, restarted the job and it’s now working.
Thanks also for the heads up about '/apps/jasmin/metomi/bin’, I see this was also referred to in the JASMIN maintenance email this morning.
Hi Ross:
Some time ago, the JASMIN folks suggested that I switch my metomi path, for testing. It looks like the old metomi path doesn’t work anymore. I have now updated the metomi part of the documentation to reflect this, at https://code.metoffice.gov.uk/trac/jules/wiki/RoseJULESonJASMIN .
Patrick
I was hoping you might be able to provide some help with another JULES-related issue on JASMIN. The TAMSAT-ALERT JULES run has stopped working again and I’m pretty sure it’s to do with the recent JASMIN updates as this is when it stopped working.
Initially, the job was failing because of contrib/gnu/gcc/7.3.0 being moved. Now that this has been restored, I’m now getting the following error:
/gws/nopw/j04/odanceo/epinnington/u-bx723_jules/build/bin/jules.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
And I’ve verified that the HDF5_LIBDIR path is available from LD_LIBRARY_PATH. As such, I’m not sure why libnetcdff.so.6 can no longer be found by the JULES executable. I suspect this is almost certainty related to the changes JASMIN introduced last week.
Any thoughts you might have on why the JULES job is failing would be very welcome.
Hi Ross:
I tried executing your jules executable on cylc1 after running these commands, and I don’t get the same problem with the netcdf libraries. Also, I strongly urge you to modify your suite so that it doesn’t use pre-builds, but instead rebuilds the code from within the suite. See u-al752 for example. You can also add a condition to skip the rebuild if it has been rebuilt recently.
Patrick