Skip to content

Commit

Permalink
Merge pull request #41 from NOAA-GFDL/40.update-generic-site
Browse files Browse the repository at this point in the history
 #40 Update `generic.cylc`
  • Loading branch information
singhd789 authored Jan 23, 2025
2 parents 4a75ccc + 1efb343 commit 9483ee9
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 9483ee9

Please sign in to comment.