Changeset 4411


Ignore:
Timestamp:
Feb 1, 2023, 11:30:49 AM (16 months ago)
Author:
lguez
Message:

Modify paths to downloaded files

Following reorganization of <https://lmdz.lmd.jussieu.fr/pub>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4409 r4411  
    591591   getlog=`pwd`/get.log
    592592   echo logfile : $getlog
    593    myget src/modipsl.$version.tar.gz >> get.log 2>&1
     593   myget src_archives/modipsl.$version.tar.gz >> get.log 2>&1
    594594   echo install_lmdz.sh wget_OK `date`
    595595   gunzip modipsl.$version.tar.gz >> get.log 2>&1
     
    626626         
    627627    if [[ ! -d $ncdfdir ]] ; then
    628         myget import/$script_install_netcdf >> $netcdflog 2>&1
     628        myget script_install/$script_install_netcdf >> $netcdflog 2>&1
    629629        chmod u=rwx $script_install_netcdf
    630630        ./$script_install_netcdf -prefix $ncdfdir $opt_ >> $netcdflog 2>&1
     
    796796    xioslog=`pwd`/xios.log
    797797    #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_xios.bash
    798     myget import/install_xios.bash
     798    myget script_install/install_xios.bash
    799799    chmod u=rwx install_xios.bash
    800800    if [ ${hostname:0:5} = jean- ] ; then
     
    10541054then
    10551055    cd $MODEL
    1056     myget import/NetCDF95-0.2.tar.gz
     1056    myget src_archives/NetCDF95-0.2.tar.gz
    10571057    tar -xf NetCDF95-0.2.tar.gz
    10581058    rm NetCDF95-0.2.tar.gz
Note: See TracChangeset for help on using the changeset viewer.