Last change
on this file since 4331 was
4307,
checked in by musat, 2 years ago
|
Fusion entre la version commune (compte fabric) et la version perso
du multi-atlas incluant
- la fiabilisation de la realisation des cartes
- la correction des coupes (latitude,altitude) pour les biais
- l'ajout d'une option pour des multi-atlas par rapport a une simulation de reference
- l'ajout d'options pour un multi-atlas regional
- la mise a jour des thredds (repertoire & html) pour ciclad
IonelaMusat?
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Rev | Line | |
---|
[3737] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | #set -v |
---|
| 4 | # Definition des coleurs d'affichage |
---|
| 5 | noir='\e[0;30m' gris='\e[1;30m' rougefonce='\e[0;31m' rose='\e[1;31m' vertfonce='\e[0;32m' vertclair='\e[1;32m' orange='\e[0;33m' jaune='\e[1;33m' bleufonce='\e[0;34m' bleuclair='\e[1;34m' violetfonce='\e[0;35m' violetclair='\e[1;35m' cyanfonce='\e[0;36m' cyanclair='\e[1;36m' grisclair='\e[0;37m' blanc='\e[1;37m' neutre='\e[0;m' |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | login=`whoami` |
---|
| 9 | |
---|
| 10 | comp=$1 |
---|
| 11 | |
---|
| 12 | hostname=`hostname` |
---|
| 13 | if [ ${hostname:0:5} = cicla ] ; then |
---|
[4307] | 14 | DODSDIR=/thredds/ipsl |
---|
| 15 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 16 | HTML=https://${dthredds}/$login/lmdz/MultiSimu/$comp |
---|
[3737] | 17 | fi |
---|
[4307] | 18 | if [ ${hostname:0:5} = spiri ] ; then |
---|
| 19 | DODSDIR=/thredds/ipsl |
---|
| 20 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
| 21 | HTML=https://${dthredds}/$login/lmdz/MultiSimu/$comp |
---|
| 22 | fi |
---|
[3737] | 23 | if [ ${hostname:0:5} = camel ] ; then |
---|
| 24 | DODSDIR=/modfs/ipslfs/dods |
---|
| 25 | fi |
---|
| 26 | if [ ${hostname:0:5} = irene ] ; then |
---|
| 27 | DODSDIR= |
---|
| 28 | fi |
---|
| 29 | if [ ${hostname:0:5} = jean- ] ; then |
---|
| 30 | DODSDIR= |
---|
| 31 | fi |
---|
| 32 | |
---|
[3745] | 33 | echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" |
---|
| 34 | echo -e "${bleufonce}YOUR MULTIATLAS IS AVAILABLE ON THE PAGE: : " |
---|
[3737] | 35 | rm -f tmp_web.txt |
---|
| 36 | cat << eod >> tmp_web.txt |
---|
[3745] | 37 | $HTML/ACCUEIL.html |
---|
[3737] | 38 | eod |
---|
| 39 | cat tmp_web.txt |
---|
[3745] | 40 | echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" |
---|
Note: See
TracBrowser
for help on using the repository browser.