/[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.27 by jmc, Wed Jun 29 16:27:23 2016 UTC revision 1.28 by jmc, Thu Jul 7 17:36:29 2016 UTC
# Line 85  if test $checkOut = 2 ; then Line 85  if test $checkOut = 2 ; then
85    cd $tdir    cd $tdir
86    $cmdCVS co -P MITgcm > /dev/null    $cmdCVS co -P MITgcm > /dev/null
87    echo "  done"    echo "  done"
88      if test -d other_input ; then
89        list_dirs=`(cd other_input ; ls 2> /dev/null )`
90        echo -n "Updating other_input extra dirs: "
91        for exd in $list_dirs ; do
92          echo -n $exd
93          ( cd other_input/$exd ; $cmdCVS update -P -d )
94        done
95        echo "  done"
96      fi
97  else  else
98    cd $tdir    cd $tdir
99  fi  fi
# Line 163  do Line 172  do
172               MITgcm_contrib/verification_other/$exp2add > /dev/null )               MITgcm_contrib/verification_other/$exp2add > /dev/null )
173          if test $exp2add = 'global_oce_cs32' ; then          if test $exp2add = 'global_oce_cs32' ; then
174            echo " link dir 'other_input/gael_oce_cs32_input' to 'input_fields'"            echo " link dir 'other_input/gael_oce_cs32_input' to 'input_fields'"
175            ( cd verification/global_oce_cs32            ( cd verification/${exp2add}
176              ln -s ../../../other_input/gael_oce_cs32_input input_fields )              ln -s ../../../other_input/gael_oce_cs32_input input_fields )
177          fi          fi
178            if test $exp2add = 'shelfice_remeshing' ; then
179              echo " link dir 'other_input/remeshing_code' to 'extra_code'"
180              ( cd verification/${exp2add}
181                ln -s ../../../other_input/remeshing_code extra_code )
182            fi
183        done        done
184      fi      fi
185    else    else

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

  ViewVC Help
Powered by ViewVC 1.1.22