Changeset 3883
- Timestamp:
- Apr 29, 2021, 3:13:45 PM (4 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/Readme
r3684 r3883 1 1 A.Idelkadi, mai 2020 2 Ajouts precisions: I.Musat, 29.04.2021 2 3 3 4 Steps to follow in order to run your Multiatlas : 5 4 6 1. Download the LMDZ "Multiatlas" package (svn) 5 svn co 7 svn co https://svn.lmd.jussieu.fr/LMDZ/BOL/Multi_atlas 6 8 7 9 2. Install it on your machine : 10 11 cd Multi_atlas 12 chmod +x install_multi_atlas.sh 8 13 ./install_multi_atlas.sh 9 14 -
BOL/Multi_atlas/concat_html.sh
r3737 r3883 28 28 <table> 29 29 30 <h1> $2 <A HREF=`echo $PNG_D/index.pdf | sed -e 's:/ modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> PDF </A></h1>30 <h1> $2 <A HREF=`echo $PNG_D/index.pdf | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`> PDF </A></h1> 31 31 eod 32 32 … … 39 39 file=$PNG_D/${vv}.png 40 40 if [ -f $file ] ; then 41 thredds=`echo $file | sed -e 's:/ modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`41 thredds=`echo $file | sed -e 's:/thredds/ipsl/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'` 42 42 echo '<TD ALIGN=CENTER><A HREF="'$thredds'"><IMG HEIGHT=250 WIDTH=350 SRC="'$thredds'"></a></TD>' 43 43 else
Note: See TracChangeset
for help on using the changeset viewer.