Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions esmvaltool/utils/recipe_test_workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,22 @@

[[install_env_file]]
platform = localhost
execution retry delays = PT1M, PT5M, PT15M
submission retry delays = PT1M, PT5M, PT15M
[[[environment]]]
SITE = {{ SITE }}
ENV_FILE_SITE_PATH=${CYLC_WORKFLOW_RUN_DIR}/site/${SITE}/env-file
SHARE_BIN_DIR=${CYLC_WORKFLOW_SHARE_DIR}/bin

[[get_esmval]]
execution retry delays = PT1M, PT5M, PT15M
submission retry delays = PT1M, PT5M, PT15M
[[[environment]]]
ROSE_APP_OPT_CONF_KEYS = {{ SITE }}

[[configure]]
execution retry delays = PT1M, PT5M, PT15M
submission retry delays = PT1M, PT5M, PT15M
[[[environment]]]
ROSE_TASK_APP = configure
AUXILIARY_DATA_DIR = {{ AUXILIARY_DATA_DIR }}
Expand Down Expand Up @@ -152,6 +158,8 @@
KGO_DIR = ${KGO_ROOT_PATH}/${RECIPE_NAME}

[[generate_report]]
execution retry delays = PT1M, PT5M, PT15M
submission retry delays = PT1M, PT5M, PT15M
[[[environment]]]
# By default opt configurations must exist. Paretheses make the opt
# file optional, which is required as only a DKRZ opt file exists.
Expand All @@ -162,5 +170,7 @@

[[housekeeping]]
platform = localhost
execution retry delays = PT1M, PT5M, PT15M
submission retry delays = PT1M, PT5M, PT15M

{% include "site/" ~ SITE ~ "/runtime.cylc" %}