Skip to content

Commit

Permalink
#3074: Remove criteria and specify naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed May 28, 2024
1 parent fd81290 commit b0ad4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ able to successfully run it with ESMValtool without error.
cylc stop "a_running_recipe_test_workflow"

* Add the recipe to the ``[task parameters]`` section of the |RTW| ``flow.cylc``
workflow file (make sure to place it within the "fast" or "medium" category
depending on how long it took to run):
workflow file, make sure your recipe name fits the formatting of ``recipe_new_
recipe \\``.

* Run the workflow. The process task for the new recipe should succeed, but its
compare task should fail with an error that the reference data (KGO) does
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
UTC mode = True

[task parameters]
# `fast` recipes are those taking less than 10 mins.
# Other recipes should be included in `medium`.
# Recipe paths are specified relative to esmvaltool/recipes. For recipes in
# subdirectories, `--` stands for `/` since the latter is an illegal char.
fast = recipe_radiation_budget, \
Expand Down

0 comments on commit b0ad4cc

Please sign in to comment.