/[MITgcm]/MITgcm/verification/cfc_example/input/prepare_run
ViewVC logotype

Diff of /MITgcm/verification/cfc_example/input/prepare_run

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

revision 1.2 by jmc, Mon Oct 22 13:34:09 2007 UTC revision 1.3 by jmc, Mon May 5 22:34:24 2008 UTC
# Line 7  Line 7 
7  #- a) from this dir:  #- a) from this dir:
8  fromDir="../../tutorial_global_oce_biogeo/input"  fromDir="../../tutorial_global_oce_biogeo/input"
9    
10  fileList=`( cd $fromDir ; ls *.bin | grep -v 'sillev1.bin' )`  fileList=`( cd $fromDir ; ls *.bin | grep -v 'sillev1.bin' | grep -v 'bathy.bin' )`
11    
12  #echo 'fileList=' $fileList  #echo 'fileList=' $fileList
13    
# Line 32  fi Line 32  fi
32  #- and b) from this dir:  #- and b) from this dir:
33  fromDir="../../tutorial_cfc_offline/input"  fromDir="../../tutorial_cfc_offline/input"
34    
35  fileList=`( cd $fromDir ; ls pickup*.0004269600* )`  fileList=`( cd $fromDir ; ls pickup*.0004269600* *.bin )`
36    
37  #- and do a symbolic link in the current directory  #- and do a symbolic link in the current directory
38  #   (if the file does not already exist)  #   (if the file does not already exist)

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

  ViewVC Help
Powered by ViewVC 1.1.22