We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06abbf commit c916ea4Copy full SHA for c916ea4
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc
@@ -39,13 +39,17 @@
39
{% endif %}
40
41
[[install_cold]]
42
+{% if SITE == "jasmin" %}
43
platform = localhost
44
+{% endif %}
45
[[[environment]]]
46
SITE = {{ SITE }}
47
48
[[configure]]
49
pre-script = "mkdir -p ${USER_CONFIG_DIR}"
50
51
52
53
54
ROSE_TASK_APP = configure
55
DRS_CMIP3 = {{ DRS_CMIP3 }}
0 commit comments