MetOffice / CSET

Toolkit for evaluation and investigation of numerical models for weather and climate applications.
https://metoffice.github.io/CSET/
Apache License 2.0
14 stars 5 forks source link

Some recipes through up permission errors #946

Open jwarner8 opened 13 hours ago

jwarner8 commented 13 hours ago

When running some operators (age of air), I get permission errors when trying to write intermediate data to disk (e.g. http://fcm1/cylc-review/view/jawarner?&suite=cset-workflow%2Frun6&no_fuzzy_time=0&path=log/job/20210410T0600Z/aoa_diag_m0_plev200/01/job.err). This could be an implementation problem I'm getting wrong, but not sure why the write operator is throwing up these errors.

jfrost-mo commented 13 hours ago

It looks like that folder has the correct permissions. The one thing I did notice is that the intermediate folder into which the NetCDF file is written doesn't exist. It might be that iris won't create that folder and we need to create it ourselves first.

Off the top of my head I'm not sure if/when we stopped creating it though.