/[MITgcm]/MITgcm_contrib/afe/osse_MkII/da/mkens
ViewVC logotype

Contents of /MITgcm_contrib/afe/osse_MkII/da/mkens

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


Revision 1.1 - (show annotations) (download)
Thu Feb 17 22:42:02 2005 UTC (20 years, 5 months ago) by afe
Branch: MAIN
CVS Tags: HEAD
new osse/EnKF setup that uses matlab for interpolation

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