Changeset 3697
- Timestamp:
- Jun 5, 2020, 5:36:50 PM (4 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/atlas/atlas.sh
r3696 r3697 34 34 if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi 35 35 fi 36 37 36 local=`pwd -P` 38 37 -
BOL/Multi_atlas/install_multi_atlas.sh
r3696 r3697 144 144 echo - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/def.txt 145 145 echo define atlas variables in file 146 echo - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas .def146 echo - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas-def 147 147 echo 3. Add the link to the simulation outputs in your file : $local/runs.txt 148 148 -
BOL/Multi_atlas/make_html_libigcm.sh
r3694 r3697 1 # o!/bin/bash1 #!/bin/bash 2 2 # AI mai 2020 3 3 # A REFAIRE PROPREMENT -
BOL/Multi_atlas/multi_atlas.sh
r3694 r3697 2 2 3 3 set -v 4 5 login=`whoami` 4 6 5 7 comp=$1 … … 9 11 ref=$5 10 12 shift ; shift ; shift ; shift ; shift 11 12 13 13 14 14 sims="$*" … … 73 73 ############################################################## 74 74 # MENU DEROULANT 75 ############################################################## 75 ##############################################################:$ 76 76 cat $COMP_D/entete.html >> $compf 77 77 … … 136 136 done 137 137 138 echo UN NOVEL MULTI ATLAS EST DISPONIBLE SUR http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/"$login"/lmdz/MultiSimu/"${comp}"/ACCUEIl.html138 echo VOTRE MULTI-ATLAS EST DISPONIBLE SUR : $HTML/ACCUEIl.html
Note: See TracChangeset
for help on using the changeset viewer.