--- mitgcm.org/front_content/make_summary 2004/09/01 18:57:34 1.22 +++ mitgcm.org/front_content/make_summary 2009/06/20 15:57:32 1.51 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.22 2004/09/01 18:57:34 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.51 2009/06/20 15:57:32 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -19,105 +19,23 @@ exit 1 } -old_summary() -{ - # Create the old-style summary file for $PERIOD - echo -n "Creating the summary file for the period \"$PERIOD\" ... " - cat > $OUTFILE << EOF - - - -
-$MACH | " >> $OUTFILE - echo "$DATE | " >> $OUTFILE - for i in $fresults ; do - if test "x$i" = xN ; then - echo -n "$i | " >> $OUTFILE - else - echo -n "$i | " >> $OUTFILE - fi - done - echo "$optfile | " >> $OUTFILE - echo "
The MITgcm model is tested - (compiled and run) in an automated fashion on a varirety of - different machines. The following is a summary of the MITgcm +
The MITgcm model is tested + (compiled and run) in an automated fashion on a varirety of + different machines. The following is a summary of the MITgcm verification suite for the time period: $PERIOD.
The machine naming scheme is:
The complete output for the verification runs can be found in
the summary pages
- and the testing archives.
+ and the testing archives.
The latest reports are:
$mname | $optf | @@ -387,17 +343,16 @@ done -cat >> $LATEST << EOF +cat >> $OUTFILE << EOF||||||
This table generated on: $the_date |
Examples of the scripts used for these testing runs can be obtained -from -the "contrib" area of the MITgcm CVS archive.
+Examples of the scripts used for these testing runs can be obtained from: +MITgcm/tools/example_scripts.
@@ -407,7 +362,12 @@ rm -f ./dir_all ./mlist -CURR_PER=`date +%Y`"_"`date +%m` +#- put the file in place +chgrp gcmpack $OUTFILE +chmod 664 $OUTFILE +LATEST=$OUTDIR"/latest_"$PERIOD".html" +mv -f $OUTFILE $LATEST + if test "x$PERIOD" = "x$CURR_PER" ; then cp $LATEST ./testing.xml (