Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2017/02/26 22:18:18 1.50
+++ mitgcm.org/scripts/check_outp 2018/01/13 16:20:24 1.51
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.50 2017/02/26 22:18:18 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.51 2018/01/13 16:20:24 jmc Exp $
#
# The purpose of this script is to compare
# the latest output with the previous one (from the same platform with
@@ -316,9 +316,9 @@
PREV_P="${PY}_${PM}";
PERIOD=`echo $PERIOD | sed 's/^[0-9][0-9][0-9][0-9]/&_/'`
-#INDIR="/net/orwell/export/export-9/mitgcm-testing/results/$PERIOD"
+#INDIR="/net/zany.mit.edu/data/ORWELL/export-9/mitgcm-testing/results/$PERIOD"
INDIR="/u/u0/httpd/html/testing/results/$PERIOD"
-#INDIR="/u/u2/jmc/mitgcm/test_web/results/$PERIOD"
+#INDIR="$HOME/mitgcm/test_web/results/$PERIOD"
#- a short summary of this checking :
OUTPSUM=`echo $LASTDAY | sed 's/^20../_/'`
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |