source: BOL/Multi_atlas/mk_clouds_NOcalipso.sh

Last change on this file was 4340, checked in by musat, 19 months ago

Inclut environnement spirit et dernieres corrections (1/3)
IonelaMusat?

  • Property svn:executable set to *
File size: 396 bytes
Line 
1#!/bin/bash
2
3source ~/env_Multi_atlas.sh
4
5SE=$1
6TG=$2
7
8if [ ! -d $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG ] ; then 
9   mkdir -p $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG 
10fi
11cd $DODSDIR/$login/lmdz/VLR/$SE/OBS/$TG
12
13\rm cll clm clh
14ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/cllcalipso cll
15ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/clmcalipso clm
16ln -s $DODSDIR/fabric/lmdz/VLR/$SE/OBS/$TG/clhcalipso clh
Note: See TracBrowser for help on using the repository browser.