/[MITgcm]/mitgcm.org/scripts/check_outp
ViewVC logotype

Diff of /mitgcm.org/scripts/check_outp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/scripts/check_outp	2009/04/06 18:12:34	1.6
+++ mitgcm.org/scripts/check_outp	2009/04/09 18:34:18	1.7
@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
 
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.6 2009/04/06 18:12:34 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.7 2009/04/09 18:34:18 jmc Exp $
 #
 #  The purpose of this script is to compare
 #  the latest output with the previous one (from the same platform with
@@ -302,7 +302,7 @@
           num=`grep -c "^$key" ./plist`
 	  #- discard unsafe test:
 	  dd=`echo $optf | grep -c 'gfortran.*mth'`
-	  #if [ $dd -ge 1 ] ; then num=-1 ; fi
+	  if test $dd = 1 -a $mname = lagoon ; then num=-1 ; fi
           if test $num -gt 0 ; then
 	    pline=`grep "^$key " ./plist | head -1`
 	    if test $dBug = 't' ; then 

 

  ViewVC Help
Powered by ViewVC 1.1.22