Skip to content

Commit

Permalink
#2870: name refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinetomkins-mo committed Oct 21, 2022
1 parent bae6a8a commit b882d03
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[command]
default=get_esmvaltool.sh
default=clone_latest_esmval.sh

[env]
BRANCH=main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[command]
default=install_cold.sh
default=install_env_file.sh

[env]
SITE=${SITE}
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
initial cycle point = 1
final cycle point = 10
[[graph]]
R1 = install_cold => get_esmvaltool => configure
R1 = install_env_file => clone_latest_esmval => configure
2/P3 = configure[-P1] => process<fast> => compare<fast>
3/P3 = configure[-P2] => process<medium> => compare<medium>
4/P3 = compare<fast>[-P2] & compare<medium>[-P1] => get_esmvaltool => configure
4/P3 = compare<fast>[-P2] & compare<medium>[-P1] => clone_latest_esmval => configure

[runtime]
[[root]]
Expand All @@ -29,12 +29,12 @@
ESMVALTOOL_DIR = ${CYLC_WORKFLOW_RUN_DIR}/lib/ESMValTool
PYTHONPATH_PREPEND = ${ESMVALCORE_DIR}:${ESMVALTOOL_DIR}

[[install_cold]]
[[install_env_file]]
platform = localhost
[[[environment]]]
SITE = {{ SITE }}

[[get_esmvaltool]]
[[clone_latest_esmval]]
platform = localhost
[[[environment]]]
SITE = {{ SITE }}
Expand Down

0 comments on commit b882d03

Please sign in to comment.