Ignore:
Timestamp:
Feb 5, 2023, 1:20:40 AM (17 months ago)
Author:
fhourdin
Message:

Poursuite nettoyage ~lmdz/pub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4411 r4417  
    107107parallel=none
    108108idris_acct=lmd
     109trusting=testing
    109110OPT_GPROF=""
    110111OPT_MAKELMDZ=""
     
    161162
    162163    -bench     activating the bench or not (0/1). Default 1
     164
     165    -testtin/unstable
    163166
    164167    -name      LOCAL_MODEL_NAME : default = LMDZversion.release
     
    207210        "-d") grid_resolution=$2 ; shift ; shift ;;
    208211        "-gprof") OPT_GPROF="-pg" ; shift ;;
     212        "-unstable"|"-testing") trusting=`echo $1 | cut -c2-`  ; shift ;;
    209213        "-cosp") cosp=$2
    210214                 case $cosp in
     
    591595   getlog=`pwd`/get.log
    592596   echo logfile : $getlog
    593    myget src_archives/modipsl.$version.tar.gz >> get.log 2>&1
     597   myget src_archives/$trusting/modipsl.$version.tar.gz >> get.log 2>&1
    594598   echo install_lmdz.sh wget_OK `date`
    595599   gunzip modipsl.$version.tar.gz >> get.log 2>&1
     
    10541058then
    10551059    cd $MODEL
    1056     myget src_archives/NetCDF95-0.2.tar.gz
     1060    myget src_archives/netcdf/NetCDF95-0.2.tar.gz
    10571061    tar -xf NetCDF95-0.2.tar.gz
    10581062    rm NetCDF95-0.2.tar.gz
Note: See TracChangeset for help on using the changeset viewer.