Skip to content

Commit

Permalink
#3724: Move metoffice-recipes.cylc to site
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO committed Jan 8, 2025
1 parent 9127811 commit 7421e67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esmvaltool/utils/recipe_test_workflow/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!jinja2

{{ assert(SITE != "", "SITE must be set to something other than an empty string") }}

# Add recipes to the RTW in your site specific `-recipes.cylc` file in the 'inc'
# directory. See "How to add a recipe to the RTW" documentation for more information.
{% set SITE_RECIPES_FILE = 'inc/' ~ SITE ~ '-recipes.cylc' %}
{% set SITE_RECIPES_FILE = 'site/' ~ SITE ~ '-recipes.cylc' %}
{% from SITE_RECIPES_FILE import FAST_RECIPES, MEDIUM_RECIPES %}

{% set ERROR_MSG =
Expand Down

0 comments on commit 7421e67

Please sign in to comment.