--- mitgcm.org/scripts/check_outp 2023/05/30 04:39:17 1.57 +++ mitgcm.org/scripts/check_outp 2024/01/03 00:40:41 1.58 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.57 2023/05/30 04:39:17 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.58 2024/01/03 00:40:41 jmc Exp $ # # The purpose of this script is to compare # the latest output with the previous one (from the same platform with @@ -114,7 +114,7 @@ MTH=0 UR4=0 if test -r $dir/summary.txt ; then - TAPENAD=`grep -c ' Tapenade$' $dir/summary.txt` + TAPENAD=`grep -c ' generated by Tapenade' $dir/summary.txt` ADJOINT=`grep -c -i '^ADJOINT' $dir/summary.txt` TANGLIN=`grep -c -i '^TANGLIN' $dir/summary.txt` if test "x$ADJOINT" = x1 ; then