Hi all,
I’m running cylc 8.2.6, trying to compile UM and I’m getting the following error
w-clim01~/roses/u-dg447$ export PROJECT=niwa99999
w-clim01~/roses/u-dg447$ cylc graph .
Jinja2Error: hpc_project
File /scale_wlg_persistent/filesets/home/pletzera/roses/u-dg447/flow.cylc
#!jinja2
{% from ‘hpc_project’ import get_hpc_project %} # <---- import the function ← TemplateNotFound
The flow.cylc file is
#!jinja2
{% from ‘hpc_project’ import get_hpc_project %} # <---- import the function
…
at the top. Thanks.
–Alex