Last change
on this file since 5304 was
4340,
checked in by musat, 2 years ago
|
Inclut environnement spirit et dernieres corrections (1/3)
IonelaMusat?
|
-
Property svn:executable set to
*
|
File size:
396 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | source ~/env_Multi_atlas.sh |
---|
4 | |
---|
5 | SE=$1 |
---|
6 | TG=$2 |
---|
7 | |
---|
8 | if [ ! -d $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG ] ; then |
---|
9 | mkdir -p $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG |
---|
10 | fi |
---|
11 | cd $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG |
---|
12 | |
---|
13 | \rm cll clm clh |
---|
14 | ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/cllcalipso cll |
---|
15 | ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/clmcalipso clm |
---|
16 | ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/clhcalipso clh |
---|
Note: See
TracBrowser
for help on using the repository browser.