Problems running LFRic Apps on monsoon - export source fails #275
stephenpcook
started this conversation in
Monsoon
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Running LFRic Apps on monsoon fails at the
export-source
task unless I change the cylc template to use modulescitools/production-os45-1
instead of the defaultscitools
.Steps to reproduce
On xcsc:
The cylc TUI reveals that the
export-source
tasks fails with the message (incylc-run/lfric_apps_vn1_2/runN/log/job/1/export-source/01/job.err
)This task failing doesn't stop the cylc play, but no extra tasks are kicked off from this point.
My
~/.metomi/rose.conf
includes the automatic-optionsSITE=meto
andPLATFORM=meto-xc40-intel
.Investigation
It seems that this is caused because the default scitools module has python 3.6 but the
capture_output
argument was introduced in python 3.7.I can solve this by modifying the
METO_ORIG
cylc template, as per lfric_apps@4907 (the line remove in the commit fromsuite_common_xc40.cylc
was from a previous attempt to get it working).The
export-source
then runs to completion.Beta Was this translation helpful? Give feedback.
All reactions