Ignore:
Timestamp:
Oct 26, 2022, 1:07:21 PM (20 months ago)
Author:
musat
Message:

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?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/multi_atlas.sh

    r3915 r4307  
    2222if [ ${hostname:0:5} = cicla ] ; then
    2323DODSDIR=/thredds/ipsl
    24 HTML=http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/$login/lmdz/MultiSimu/$comp
     24dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
     25HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
     26fi
     27if [ ${hostname:0:5} = spiri ] ; then
     28DODSDIR=/thredds/ipsl
     29dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds
     30HTML=http://${dthredds}/$login/lmdz/MultiSimu/$comp
    2531fi
    2632if [ ${hostname:0:5} = camel ] ; then
     
    4551sref=$COMP_D/ATLAS/index_${proj}_${season}_${ref}.html
    4652
    47 sed -i -e "s:thredds\/ipsl:thredds\/fileServer\/IPSLFS:g" ${sref}
     53sed -i -e "s:thredds\/ipsl:thredds\/fileServer\/ipsl_thredds:g" ${sref}
    4854#############################################################################
    4955
     
    111117      # Inclusion des moyennes zonales
    112118      if [ -f $ZON_DIR/${var}zon.png ] ; then
    113           thredds=/thredds/fileServer/IPSLFS/fabric/lmdz/MultiSimu/$comp/ZON/${var}zon.png
     119          thredds=/thredds/fileServer/ipsl_thredds/fabric/lmdz/MultiSimu/$comp/ZON/${var}zon.png
    114120          echo '<TD ALIGN=RIGHT><A HREF="'$thredds'"><IMG HEIGHT=200 WIDTH=200 SRC="'$thredds'"></a></TD>' >> $compf
    115121      else
Note: See TracChangeset for help on using the changeset viewer.