Skip to content

Commit 67b3b09

Browse files
Chris BlantonChris Blanton
authored andcommitted
regrid-xy to use $TMPDIR for WORKDIR so that it is removed automatically
1 parent e2b862f commit 67b3b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow.cylc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
inputDir = $CYLC_WORKFLOW_SHARE_DIR/cycle/$CYLC_TASK_CYCLE_POINT/history/native
877877
outputDir = $CYLC_WORKFLOW_SHARE_DIR/cycle/$CYLC_TASK_CYCLE_POINT/history/regrid-xy
878878
remapDir = $CYLC_WORKFLOW_SHARE_DIR/fregrid-remap-files
879-
workDir = $CYLC_TASK_WORK_DIR
879+
workDir = $TMPDIR
880880
inputDate = $CYLC_TASK_CYCLE_POINT
881881

882882
[[regrid-xy<regrid>]]

0 commit comments

Comments
 (0)