--- mitgcm.org/front_content/make_summary 2012/08/15 18:27:54 1.71 +++ mitgcm.org/front_content/make_summary 2012/08/16 02:42:56 1.72 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.71 2012/08/15 18:27:54 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.72 2012/08/16 02:42:56 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -168,7 +168,7 @@ if test "x$ADJOINT" = xtrue ; then kind="adjoint" ; order='000' elif test "x$TANGLIN" = xtrue ; then - kind="tang-lin" ; order='001' + kind="tanglin" ; order='001' elif test "x$RESTART" = x0 ; then kind="forward" ; order='002' else