From 01f38971418bea5308256774dbaba10f035a78e8 Mon Sep 17 00:00:00 2001 From: Chris Billows <152496175+chrisbillowsMO@users.noreply.github.com> Date: Thu, 23 May 2024 16:40:15 +0100 Subject: [PATCH] #3392: Update documentation. --- .../recipe_test_workflow/doc/source/user_guide/workflow.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/workflow.rst b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/workflow.rst index ca52d19711..3bb4a9b7e5 100644 --- a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/workflow.rst +++ b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/workflow.rst @@ -20,7 +20,7 @@ The |RTW| performs the following steps: ``get_esmval`` :Description: - Either clones the latest versions of |ESMValTool| and |ESMValCore| from GitHub, + Either clones the latest versions of |ESMValTool| and |ESMValCore| from GitHub, or gets the latest container image from DockerHub and converts to a singularity image, depending on ``SITE``. :Runs on: @@ -35,13 +35,13 @@ The |RTW| performs the following steps: ``configure`` :Description: - Creates the |ESMValTool| user configuration file + Creates the |ESMValTool| user configuration file and validates it. :Runs on: Localhost :Executes: The ``configure.py`` script from the |Rose| app :Details: - ``configure`` should run at the start of each cycle after + ``configure`` should run at the start of each cycle after ``install_env_file`` has completed. ``process``