diff --git a/flow.cylc b/flow.cylc index 817e15d..46e7c0c 100644 --- a/flow.cylc +++ b/flow.cylc @@ -821,7 +821,8 @@ REMAP-PP-COMPONENTS-AV-{{ PP_CHUNK_B }}:succeed-all => clean-shards-{{ PP_CHUNK_ {% endif %} [[REMAP-PP-COMPONENTS]] - script = rose task-run --verbose --app-key remap-pp-components + # 'rose task-run' should work, but does not in the fre-cli conda environment (activated by this task) + script = rose-task-run --verbose --app-key remap-pp-components [[[environment]]] components = $CYLC_TASK_PARAM_component @@ -999,7 +1000,8 @@ REMAP-PP-COMPONENTS-AV-{{ PP_CHUNK_B }}:succeed-all => clean-shards-{{ PP_CHUNK_ {% if DO_REGRID %} [[REGRID-XY]] pre-script = mkdir -p $outputDir - script = rose task-run --verbose --app-key regrid-xy + # 'rose task-run' should work, but does not in the fre-cli conda environment (activated by this task) + script = rose-task-run --verbose --app-key regrid-xy [[[environment]]] inputDir = $CYLC_WORKFLOW_SHARE_DIR/cycle/$CYLC_TASK_CYCLE_POINT/history/native outputDir = $CYLC_WORKFLOW_SHARE_DIR/cycle/$CYLC_TASK_CYCLE_POINT/history/regrid-xy