Skip to content

Commit

Permalink
Merge branch 'recipe_test_workflow_prototype' into 3060_add_jasmin_to…
Browse files Browse the repository at this point in the history
…_RTW
  • Loading branch information
ehogan authored Oct 18, 2023
2 parents 5d5cfb1 + 6e97c87 commit 24a8e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
R1 = """install_env_file => clone_latest_esmval => configure
configure => process<fast> => compare<fast>
configure => process<medium> => compare<medium>"""
2/P3 = configure[-P1] => process<fast> => compare<fast>
3/P3 = configure[-P2] => process<medium> => compare<medium>
4/P3 = compare<fast>[-P2] & compare<medium>[-P1] => clone_latest_esmval => configure

[runtime]
[[root]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[template variables]
DRS_CMIP5="BADC"
DRS_CMIP6="BADC"
KGO_ROOT_PATH="/data/users/esmval/KGO_v2.6.0/"
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/"
Expand Down

0 comments on commit 24a8e3b

Please sign in to comment.