Skip to content

Commit

Permalink
#3571: More adjustment of variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed May 29, 2024
1 parent 55bbf30 commit 0bba951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[command]
default=rtw-env python ${COMPARE_SCRIPT} ${KGO} ${FOLDER_NAME}
default=rtw-env python ${COMPARE_SCRIPT} ${RTW_KGOS} ${COMPARISON_OUTPUT_DIR}
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
RECIPE_NAME = "${CYLC_TASK_PARAM_fast##*--}"
KGO_ROOT_PATH = {{ KGO_ROOT_PATH }}
COMPARE_SCRIPT=${ESMVALTOOL_DIR}/esmvaltool/utils/testing/regression/compare.py
FOLDER_NAME=${OUTPUT_DIR}/${RECIPE_NAME}*
KGO=${KGO_ROOT_PATH}/${RECIPE_NAME}*
COMPARISON_OUTPUT_DIR=${OUTPUT_DIR}/${RECIPE_NAME}*
RTW_KGOS=${KGO_ROOT_PATH}/${RECIPE_NAME}*


[[compare<medium>]]
Expand Down

0 comments on commit 0bba951

Please sign in to comment.