Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2008/09/09 18:09:37 1.3
+++ mitgcm.org/scripts/check_outp 2008/09/11 16:10:00 1.4
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.3 2008/09/09 18:09:37 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.4 2008/09/11 16:10:00 jmc Exp $
#
# The purpose of this script is to compare
# the latest output with the previous one (from the same platform with
@@ -301,9 +301,11 @@
pdir=`echo $pline | cut -d " " -f 5`
outs="$INDIR/$sdir/summary.txt"
sed -n "5,$ p" $outs | sed '/^[YN] [YN] [YN] [YN]/ s/ \. //g' \
+ | sed 's/ OPTFILE=.*\// OPTFILE=/g' \
| grep -v '^[A-S][a-t]* time: ' > tmpfs
outp="$INDIR/$pdir/summary.txt"
sed -n "5,$ p" $outp | sed '/^[YN] [YN] [YN] [YN]/ s/ \. //g' \
+ | sed 's/ OPTFILE=.*\// OPTFILE=/g' \
| grep -v '^[A-S][a-t]* time: ' > tmpfp
echo -n "=== diff $sdir $pdir :" | tee -a $OUTPFIL
diff tmpfs tmpfp > tmpdf
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |