Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2021/02/26 18:47:43 1.55
+++ mitgcm.org/scripts/check_outp 2022/12/03 16:59:30 1.56
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.55 2021/02/26 18:47:43 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.56 2022/12/03 16:59:30 jmc Exp $
#
# The purpose of this script is to compare
# the latest output with the previous one (from the same platform with
@@ -409,8 +409,8 @@
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all
if test "x$MACHINES" = "x_All_" ; then
- MACHINES="villon baudelaire batsi engaging1 engaging- svante glacier"
- MACHINES="$MACHINES ollie stan pleiades archer"
+ MACHINES="villon batsi engaging1 engaging- svante glacier"
+ MACHINES="$MACHINES ollie albedo pleiades archer"
MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq`
for madd in $MALL ; do
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |