Changeset 3883


Ignore:
Timestamp:
Apr 29, 2021, 3:13:45 PM (3 years ago)
Author:
musat
Message:

Ajout précisions pour l'installation dans le Readme
Modifs sed dans le concat_html.sh

Location:
BOL/Multi_atlas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Readme

    r3684 r3883  
    11A.Idelkadi, mai 2020
     2Ajouts precisions: I.Musat, 29.04.2021
    23
    34Steps to follow in order to run your Multiatlas :
     5
    461. Download the LMDZ "Multiatlas" package (svn)
    5   svn co
     7  svn co https://svn.lmd.jussieu.fr/LMDZ/BOL/Multi_atlas
    68
    792. Install it on your machine :
     10 
     11cd Multi_atlas
     12chmod +x install_multi_atlas.sh
    813 ./install_multi_atlas.sh
    914
  • BOL/Multi_atlas/concat_html.sh

    r3737 r3883  
    2828<table>
    2929
    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>
    3131eod
    3232
     
    3939       file=$PNG_D/${vv}.png
    4040       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/:'`
    4242          echo '<TD ALIGN=CENTER><A HREF="'$thredds'"><IMG HEIGHT=250 WIDTH=350 SRC="'$thredds'"></a></TD>'
    4343       else
Note: See TracChangeset for help on using the changeset viewer.