/[MITgcm]/MITgcm_contrib/osse/da/mkens
ViewVC logotype

Annotation of /MITgcm_contrib/osse/da/mkens

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 8 17:38:41 2004 UTC (21 years, 1 month ago) by afe
Branch: MAIN
osse inits

1 afe 1.1 #!/bin/bash
2    
3     for i in "00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22
4     23 24 25 26 27 28 29 30"; do
5    
6     #for ((i=1;$i<=30;i++;)); do
7     # if (($i<10)); then
8     # d=`echo 0$i`
9     # else
10     d=$i
11     # fi
12     echo $d
13     mkdir $d
14     cd $d
15     mkdir assimilate
16     cd assimilate
17    
18     ln -s ../../inits/data.pkg .
19     ln -s ../../inits/data .
20     ln -s ../../inits/eedata .
21     ln -s ../../inits/bathyPol.bin .
22     ln -s ../../inits/thetaPol.bin .
23     ln -s ../../../build/mitgcmuv .
24     cd ../..
25    
26     done;
27    
28     tar xvfz ens.tgz

  ViewVC Help
Powered by ViewVC 1.1.22