Changeset 5376


Ignore:
Timestamp:
Dec 4, 2024, 2:43:13 PM (5 weeks ago)
Author:
abarral
Message:

bump default modipsl version
fix forwarding svn rev between main.sh and setup.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/main.sh

    r5030 r5376  
    2626# Version of the tar file on https://lmdz.lmd.jussieu.fr/pub/src
    2727# Last "testing" version, thoroughly checked by the LMDZ team : contains LMDZ rev 4729 (2023-10-22)
    28 version="20240508.CM7" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!
     28version="20241018.trunk" #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!
    2929svn=""                   #!! DON'T CHANGE IT WITHOUT CHECKING WITH LMDZ TEAM !!
    3030# CONTACT LMDZ Team :
     
    114114    # Remember: some other options are only available in lmdz_env.sh and setup.sh.
    115115    # shellcheck disable=SC2086
    116     ./setup.sh -v "$version" -d "$resol" -mthini "$mthini" -mthend "$mthend" -init "$init" -climato "$climato" -f "$freq" -p "$lmd_phys" -name "$name" $cosp $xios $nudging $svn
     116    ./setup.sh -v "$version" -d "$resol" -mthini "$mthini" -mthend "$mthend" -init "$init" -climato "$climato" -f "$freq" -p "$lmd_phys" -name "$name" $cosp $xios $nudging -r "$svn"
    117117  else
    118118    echo "File $deffile inexistent"; exit 1
Note: See TracChangeset for help on using the changeset viewer.