/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/prepare_run
ViewVC logotype

Diff of /MITgcm/verification/hs94.cs-32x32x5/input/prepare_run

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

revision 1.1 by jmc, Mon Jul 3 02:13:59 2006 UTC revision 1.2 by jmc, Sat Jul 15 23:22:00 2006 UTC
# Line 6  Line 6 
6  #- in order to save disc space, take files:  #- in order to save disc space, take files:
7  fileList="tile001.mitgrid tile002.mitgrid tile003.mitgrid tile004.mitgrid tile005.mitgrid tile006.mitgrid"  fileList="tile001.mitgrid tile002.mitgrid tile003.mitgrid tile004.mitgrid tile005.mitgrid tile006.mitgrid"
8  #- from this dir:  #- from this dir:
9  fromDir="../../global_ocean.cs32x15/input"  fromDir="../../aim.5l_cs/input"
10    
11  #- and do a symbolic link in the current directory  #- and do a symbolic link in the current directory
12  #   (if the file does not already exist)  #   (if the file does not already exist)
# Line 17  if test -d $fromDir ; then Line 17  if test -d $fromDir ; then
17      if test -r ${fromDir}/$xx ; then      if test -r ${fromDir}/$xx ; then
18        if test ! -r $xx ; then        if test ! -r $xx ; then
19          lnkList=${lnkList}" "$xx          lnkList=${lnkList}" "$xx
20          ln -s ${fromDir}/$xx .          ln -sf ${fromDir}/$xx .
21        fi        fi
22      fi      fi
23    done    done

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22