Changeset 2205


Ignore:
Timestamp:
Jan 7, 2020, 3:20:46 PM (5 years ago)
Author:
aslmd
Message:

adapted meso_install for ciclad following recent changes. 1) recreated link for static files. 2) use the latest IOIPSL script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh

    r1873 r2205  
    4949dimgcm="64x48x29"
    5050## location of static data
    51 webrepo="http://data.spiga.fr/mesoscale_model/STATIC_DATA/"
     51webrepo="http://www.lmd.jussieu.fr/~aslmd/mesoscale_model/data_static/"
    5252## TBD: datadir:  http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir/
    5353################################
     
    123123 rm -rf $log ; touch $log
    124124 cd $refrepo/code/LMDZ.COMMON/ioipsl
    125  ./install_ioipsl_$fortcom".bash" > $log 2> $log
     125 if [[ "${machine}" == "CICLAD" ]]
     126 then
     127   ./install_ioipsl_ciclad.bash > $log 2> $log
     128 else
     129   ./install_ioipsl_$fortcom".bash" > $log 2> $log
     130 fi
    126131
    127132 ## -----------
Note: See TracChangeset for help on using the changeset viewer.