/[MITgcm]/MITgcm/tools/example_scripts/csail/test_baudelaire
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/csail/test_baudelaire

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.26 by jmc, Fri May 20 19:16:00 2016 UTC revision 1.27 by jmc, Wed Jun 29 16:27:23 2016 UTC
# Line 103  do Line 103  do
103    if test $typ = 'mp2' -o $typ = 'ifc' ; then    if test $typ = 'mp2' -o $typ = 'ifc' ; then
104      addExp="offline_cheapaml atm_gray"      addExp="offline_cheapaml atm_gray"
105    fi    fi
106    if test $typ = 'gfo' ; then    if test $typ = 'gfo' -o $typ = 'ifc' ; then
107      addExp="$addExp global_oce_biogeo_bling"      addExp="$addExp global_oce_biogeo_bling"
108    fi    fi
109      if test $typ = 'mpi' ; then
110        addExp="$addExp global_oce_cs32"
111      fi
112    if test $typ = 'gfo' ; then    if test $typ = 'gfo' ; then
113      addExp="$addExp shelfice_remeshing"      addExp="$addExp shelfice_remeshing"
114    fi    fi
# Line 158  do Line 161  do
161          echo " add dir: $exp2add (from Contrib:verification_other)"          echo " add dir: $exp2add (from Contrib:verification_other)"
162          ( cd verification ;  $cmdCVS co -P -d $exp2add \          ( cd verification ;  $cmdCVS co -P -d $exp2add \
163               MITgcm_contrib/verification_other/$exp2add > /dev/null )               MITgcm_contrib/verification_other/$exp2add > /dev/null )
164            if test $exp2add = 'global_oce_cs32' ; then
165              echo " link dir 'other_input/gael_oce_cs32_input' to 'input_fields'"
166              ( cd verification/global_oce_cs32
167                ln -s ../../../other_input/gael_oce_cs32_input input_fields )
168            fi
169        done        done
170      fi      fi
171    else    else

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.22