-
Notifications
You must be signed in to change notification settings - Fork 0
/
cprocoto
executable file
·33 lines (24 loc) · 901 Bytes
/
cprocoto
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
verpath1=/lfs/h2/emc/lam/noscrub/emc.lam/Shun.Liu/bin/workflow_util
ver2=v0.8.5
verpath2=/lfs/h2/emc/lam/noscrub/emc.lam/rrfs/${ver2}
files="rb rs rchk mautoboot.sh"
for ifile in $files
do
echo $ifile
cp $verpath1/det/$ifile $verpath2/rrfs_na/
cp $verpath1/enkf/$ifile $verpath2/rrfs_na_enkf/
cp $verpath1/enfcst/$ifile $verpath2/rrfs_na_enfcst/
done
exit
cp $ver1/rrfs_na/rb $ver2/rrfs_na/
cp $ver1/rrfs_na_enkf/rb $ver2/rrfs_enkf/
cp $ver1/rrfs_an_enfcst/rb $ver2/rrfs_enfcst/
cp $ver1/rrfs_na/rs $ver2/rrfs_na/
cp $ver1/rrfs_na_enkf/rs $ver2/rrfs_enkf/
cp $ver1/rrfs_an_enfcst/rs $ver2/rrfs_enfcst/
cp $ver1/rrfs_na/rchk $ver2/rrfs_na/
cp $ver1/rrfs_na_enkf/rchk $ver2/rrfs_enkf/
cp $ver1/rrfs_an_enfcst/rchk $ver2/rrfs_enfcst/
cp $ver1/rrfs_na/mautoboot.sh $ver2/rrfs_na/
cp $ver1/rrfs_na_enkf/mautoboot.sh $ver2/rrfs_enkf/
cp $ver1/rrfs_an_enfcst/mautoboot.sh $ver2/rrfs_enfcst/