File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ __pycache__
22* ~
33app /remap-pp-components /test-outDir
44app /combine-statics /tests /* output /
5- rose-suite.conf
Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments