Changeset 9911
- Timestamp:
- 2018-07-10T13:30:50+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/sette_rpt.sh
r9789 r9911 233 233 echo "<return> to view run.stat differences" 234 234 read y 235 sdiff f1.tmp$$$f2s235 sdiff $f1s $f2s 236 236 echo "<return> to view ocean.output differences" 237 237 read y … … 289 289 dorv=`echo $dorv | sed -e 's:.*/::'` 290 290 rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep LONG | head -1 ` 291 if [ -z $rep1 ] ; then 292 # Not all configurations test restartability (LONG/SHORT); 293 # check for a reproducibility directory instead (REPRO) 294 rep1=`ls -1rt $vdir/$nam/$mach/$dorv/ | grep REPRO | head -1 ` 295 fi 291 296 f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 292 297 if [ ! -f $f1o ] ; then
Note: See TracChangeset
for help on using the changeset viewer.