Skip to content

Commit

Permalink
#40 Update generic.cylc
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Jan 9, 2025
1 parent 0a9837a commit 1efb343
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions site/generic.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,45 @@
submission timeout = P1D
[[[environment]]]
COPY_TOOL=cp

# [[SPLIT-NETCDF]]
# pre-script = mkdir -p $outputDir
#
# [[RENAME-SPLIT-TO-PP]]
# pre-script = mkdir -p $outputDir

[[REMAP-PP-COMPONENTS]]
pre-script = mkdir -p $outputDir

[[MAKE-TIMESERIES]]
pre-script = mkdir -p $outputDir

#{% if DO_TIMEAVGS %}

[[MAKE-TIMEAVGS]]
pre-script = mkdir -p $outputDir

[[COMBINE-TIMEAVGS]]
pre-script = mkdir -p $outputDir

#{% endif %}

{% if DO_REGRID %}
[[REGRID-XY]]
pre-script = mkdir -p $outputDir
{% endif %}

{% if DO_MDTF %}
[[mdtf]]
pre-script = mkdir -p $MDTF_TMPDIR
[[[environment]]]
MDTF_TMPDIR = $CYLC_WORKFLOW_SHARE_DIR/mdtf
{% endif %}

{% if DO_STATICS %}
[[combine-statics]]
pre-script = mkdir -p $outputDir
{% endif %}

[[CLEAN]]
pre-script = "set -x"

0 comments on commit 1efb343

Please sign in to comment.