Changeset 4195


Ignore:
Timestamp:
Jul 8, 2022, 11:03:43 AM (2 years ago)
Author:
asima
Message:

"oldrad" clearer than just "old" as suffix for executables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r4186 r4195  
    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")
Note: See TracChangeset for help on using the changeset viewer.