--- MITgcm/tools/example_scripts/csail/test_baudelaire 2016/05/20 19:16:00 1.26 +++ MITgcm/tools/example_scripts/csail/test_baudelaire 2016/06/29 16:27:23 1.27 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/csail/test_baudelaire,v 1.26 2016/05/20 19:16:00 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/csail/test_baudelaire,v 1.27 2016/06/29 16:27:23 jmc Exp $ # Test script for MITgcm that should work on most of the csail.mit.edu Linux machines. @@ -103,9 +103,12 @@ if test $typ = 'mp2' -o $typ = 'ifc' ; then addExp="offline_cheapaml atm_gray" fi - if test $typ = 'gfo' ; then + if test $typ = 'gfo' -o $typ = 'ifc' ; then addExp="$addExp global_oce_biogeo_bling" fi + if test $typ = 'mpi' ; then + addExp="$addExp global_oce_cs32" + fi if test $typ = 'gfo' ; then addExp="$addExp shelfice_remeshing" fi @@ -158,6 +161,11 @@ echo " add dir: $exp2add (from Contrib:verification_other)" ( cd verification ; $cmdCVS co -P -d $exp2add \ MITgcm_contrib/verification_other/$exp2add > /dev/null ) + if test $exp2add = 'global_oce_cs32' ; then + echo " link dir 'other_input/gael_oce_cs32_input' to 'input_fields'" + ( cd verification/global_oce_cs32 + ln -s ../../../other_input/gael_oce_cs32_input input_fields ) + fi done fi else