Skip to content

Commit f5ca507

Browse files
committed
Resolved reviewer feedback
- removed rose-suite.conf from gitigore - expanded flow.cylc command call for clarity - updated inline doc for clarity
1 parent e17500a commit f5ca507

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ __pycache__
22
*~
33
app/remap-pp-components/test-outDir
44
app/combine-statics/tests/*output/
5-
rose-suite.conf

flow.cylc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
exit 1
367367
fi
368368
369-
# Check history files for expected timesteps
369+
# Check history files for expected number of timesteps
370370
echo " checking data integrity with fre pp histval..."
371371
fre -vv pp histval --warn --history $ptmpDir$historyDir/$(basename -s .tar $file) \
372372
--date_string $(cylc cycle-point --template CCYYMMDD)
@@ -595,7 +595,12 @@
595595
script = """
596596
# Split history files by variable
597597
mkdir -p $splitOutputDir
598-
fre -vv pp split-netcdf-wrapper -i $splitInputDir -o $splitOutputDir -s $history_file --split-all-vars $use_subdirs
598+
fre -vv pp split-netcdf-wrapper \
599+
-i $splitInputDir \
600+
-o $splitOutputDir \
601+
-s $history_file \
602+
--split-all-vars \
603+
$use_subdirs
599604
600605
# Enable nullglob so the wildcard expands to nothing if no files match
601606
shopt -s nullglob

0 commit comments

Comments
 (0)