| 316 |
PREV_P="${PY}_${PM}"; |
PREV_P="${PY}_${PM}"; |
| 317 |
PERIOD=`echo $PERIOD | sed 's/^[0-9][0-9][0-9][0-9]/&_/'` |
PERIOD=`echo $PERIOD | sed 's/^[0-9][0-9][0-9][0-9]/&_/'` |
| 318 |
|
|
| 319 |
#INDIR="/net/orwell/export/export-9/mitgcm-testing/results/$PERIOD" |
#INDIR="/net/zany.mit.edu/data/ORWELL/export-9/mitgcm-testing/results/$PERIOD" |
| 320 |
INDIR="/u/u0/httpd/html/testing/results/$PERIOD" |
INDIR="/u/u0/httpd/html/testing/results/$PERIOD" |
| 321 |
#INDIR="/u/u2/jmc/mitgcm/test_web/results/$PERIOD" |
#INDIR="$HOME/mitgcm/test_web/results/$PERIOD" |
| 322 |
|
|
| 323 |
#- a short summary of this checking : |
#- a short summary of this checking : |
| 324 |
OUTPSUM=`echo $LASTDAY | sed 's/^20../_/'` |
OUTPSUM=`echo $LASTDAY | sed 's/^20../_/'` |
| 394 |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all |
| 395 |
|
|
| 396 |
if test "x$MACHINES" = "x_All_" ; then |
if test "x$MACHINES" = "x_All_" ; then |
| 397 |
MACHINES="aces- acesgrid baudelaire engaging svante glacier uv100 ollie stan1" |
MACHINES="villon baudelaire batsi engaging1 engaging- svante glacier" |
| 398 |
MACHINES="$MACHINES pleiades archer stomp octopus saramago" |
MACHINES="$MACHINES ollie stan1 pleiades archer" |
| 399 |
|
|
| 400 |
MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
| 401 |
for madd in $MALL ; do |
for madd in $MALL ; do |