From 6e97c87f68b987e574cac1ffa15b47499eaa027c Mon Sep 17 00:00:00 2001 From: Emma Hogan Date: Wed, 18 Oct 2023 10:55:16 +0100 Subject: [PATCH] #3386: Update the RTW to work at the MO --- .../utils/recipe_test_workflow/recipe_test_workflow/flow.cylc | 3 --- .../recipe_test_workflow/opt/rose-suite-metoffice.conf | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc index d667513088..d5a16a8c7a 100644 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc @@ -14,9 +14,6 @@ R1 = """install_env_file => clone_latest_esmval => configure configure => process => compare configure => process => compare""" - 2/P3 = configure[-P1] => process => compare - 3/P3 = configure[-P2] => process => compare - 4/P3 = compare[-P2] & compare[-P1] => clone_latest_esmval => configure [runtime] [[root]] diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/rose-suite-metoffice.conf b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/rose-suite-metoffice.conf index 51ce8df94f..3de9932015 100644 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/rose-suite-metoffice.conf +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/rose-suite-metoffice.conf @@ -1,8 +1,8 @@ [template variables] DRS_CMIP5="BADC" DRS_CMIP6="BADC" -KGO_ROOT_PATH="/data/users/esmval/KGO/" -MODULE_NAME="scitools/community/esmvaltool/2.8.0" +KGO_ROOT_PATH="/data/users/esmval/KGO_v2.9.0/" +MODULE_NAME="scitools/community/esmvaltool/2.9.0-2" ROOTPATH_CMIP5="/project/champ/data/cmip5/output1" ROOTPATH_CMIP6="/project/champ/data/CMIP6" ROOTPATH_OBS="/data/users/esmval/ESMValTool/temporary/obs/"