source: BOL/Multi_atlas/mk_clouds_NOcalipso.sh @ 4331

Last change on this file since 4331 was 4330, checked in by musat, 23 months ago

Ajout environnement et corrections

  • champ eva(poration) moyennes zonales
  • pour les appels a des fonctions climaf via mcdo (timavg, sqrt)

IonelaMusat?

  • Property svn:executable set to *
File size: 384 bytes
Line 
1#!/bin/bash
2
3source ./env.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.