From 6e3553c2f23ed5c9922fc1e90aa602152f25cd2d Mon Sep 17 00:00:00 2001 From: chrisbillowsMO <152496175+chrisbillowsMO@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:38:46 +0000 Subject: [PATCH] #3724: Make module docstring site specific Co-authored-by: Emma Hogan --- .../utils/recipe_test_workflow/site/metoffice-recipes.cylc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/site/metoffice-recipes.cylc b/esmvaltool/utils/recipe_test_workflow/site/metoffice-recipes.cylc index cfdd0c87f9..92c49ce26c 100644 --- a/esmvaltool/utils/recipe_test_workflow/site/metoffice-recipes.cylc +++ b/esmvaltool/utils/recipe_test_workflow/site/metoffice-recipes.cylc @@ -1,12 +1,12 @@ -# Add recipes to the RTW at your site by adding the required key, value pairs below. -# See "How to add a recipe to the RTW" documentation for more information. +# This file contains the recipes that are run by the RTW at the Met Office. +# The "How to add a recipe to the RTW" documentation provides more information. # # KEYS VALUES # ---- ------ # recipe_path Recipe paths are specified relative to esmvaltool/recipes. For # recipes in subdirectories, `--` stands for `/` since the latter # is an illegal char. -# actual Example recorded usage at your site. +# actual Example recorded usage at Met Office. # max_time The maximum amount of time the recipe has to complete. # max_memory The memory to allocate to running the recipe.