Skip to content

Commit

Permalink
#2816: original paths, still not completing runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Tomkins committed Oct 4, 2022
1 parent 6eca8bc commit 9cab64c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
UTC mode = True

[task parameters]
small = modes_of_variability, multimodel_products
fast = modes_of_variability, multimodel_products
medium = ensclus, heatwaves_coldwaves

[scheduling]
[[graph]]
R1 = """
install_cold => configure
configure:succeed => process<small>
configure:succeed => process<medium>
configure => process<fast>
configure => process<medium>
"""

[runtime]
Expand Down Expand Up @@ -54,11 +54,11 @@
ROOTPATH_OBS4MIPS = {{ ROOTPATH_OBS4MIPS }}
ROOTPATH_RAWOBS = {{ ROOTPATH_RAWOBS }}

[[process<small>]]
[[process<fast>]]
inherit = None, COMPUTE
[[[environment]]]
ROSE_TASK_APP = process
RECIPE_NAME = "recipe_${CYLC_TASK_PARAM_small}.yml"
RECIPE_NAME = "recipe_${CYLC_TASK_PARAM_fast}.yml"

[[process<medium>]]
inherit = None, COMPUTE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
DRS_CMIP6="BADC"
DRS_OBS4MIPS="default"
MODULE_NAME="scitools/community/esmvaltool/2.6.0"
ROOTPATH_CMIP6="/project/cma/esmvaltool/CMIP6"
ROOTPATH_CMIP6="/project/champ/data/CMIP6"
ROOTPATH_CMIP5="/project/champ/data/cmip5/output1"
ROOTPATH_OBS="/project/cma/esmvaltool/obs"
ROOTPATH_OBS="data/users/esmval/ESMValTool/temporary/obs/"
ROOTPATH_OBS4MIPS="/data/users/esmval/ESMValTool/temporary/obs/"
SITE="metoffice"
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
--wckey = RTW
--ntasks = {{ MAX_PARALLEL_TASKS }}

[[process<small>]]
[[process<fast>]]
[[[directives]]]
--time = 4
--mem = 6G
--time = 2
--mem = 2G

[[process<medium>]]
[[[directives]]]
--time = 8
--mem = 6G
--time = 4
--mem = 2G

0 comments on commit 9cab64c

Please sign in to comment.