Ignore:
Timestamp:
Jul 19, 2022, 1:33:28 PM (2 years ago)
Author:
lguez
Message:

Sync latest trunk changes to branch LMDZ_ECRad.

Location:
LMDZ6/branches/LMDZ_ECRad
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ_ECRad

  • LMDZ6/branches/LMDZ_ECRad/makelmdz_fcm

    r4201 r4203  
    2525inlandsis=false
    2626rrtm=false
    27 rad="old"
     27rad="oldrad"
    2828dust=false
    2929strataer=false
     
    106106[-inlandsis true/false]  : compile with/without inlandsis package (default: false)
    107107[-rrtm true/false]    : compile with/without rrtm package (default: false)
    108 [-rad old/rrtm/ecrad]    : compile with old/rrtm/ecrad radiatif code (default: old)
     108[-rad oldrad/rrtm/ecrad]    : compile with oldrad/rrtm/ecrad radiatif code (default: oldrad)
    109109[-dust true/false]    : compile with/without the dust package by Boucher and co (default: false)
    110110[-strataer true/false]    : compile with/without the strat aer package by Boucher and co (default: false)
     
    165165
    166166      "-rrtm")
    167           rrtm="$2" ; if [ "$2" = "false" ] ; then rad="old" ; else rad="rrtm" ; fi ; shift ; shift ;;
     167          rrtm="$2" ; if [ "$2" = "false" ] ; then rad="oldrad" ; else rad="rrtm" ; fi ; shift ; shift ;;
    168168
    169169      "-rad")
     
    652652
    653653SUFF_NAME=_${dim_full}
    654 SUFF_NAME=${SUFF_NAME}_phy${physique}
     654SUFF_NAME=${SUFF_NAME}_phy${physique}_${rad}
    655655
    656656if [[ "$parallel" != "none" ]]
Note: See TracChangeset for help on using the changeset viewer.