--- MITgcm/verification/hs94.cs-32x32x5/input/prepare_run 2006/07/03 02:13:59 1.1 +++ MITgcm/verification/hs94.cs-32x32x5/input/prepare_run 2006/07/15 23:22:00 1.2 @@ -1,12 +1,12 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/hs94.cs-32x32x5/input/prepare_run,v 1.1 2006/07/03 02:13:59 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/hs94.cs-32x32x5/input/prepare_run,v 1.2 2006/07/15 23:22:00 jmc Exp $ # $Name: $ #- in order to save disc space, take files: fileList="tile001.mitgrid tile002.mitgrid tile003.mitgrid tile004.mitgrid tile005.mitgrid tile006.mitgrid" #- from this dir: -fromDir="../../global_ocean.cs32x15/input" +fromDir="../../aim.5l_cs/input" #- and do a symbolic link in the current directory # (if the file does not already exist) @@ -17,7 +17,7 @@ if test -r ${fromDir}/$xx ; then if test ! -r $xx ; then lnkList=${lnkList}" "$xx - ln -s ${fromDir}/$xx . + ln -sf ${fromDir}/$xx . fi fi done