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
|
Rev | Line | |
---|
[3684] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[4340] | 3 | source ~/env_Multi_atlas.sh |
---|
[3684] | 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.