Ignore:
Timestamp:
May 20, 2021, 5:26:49 PM (3 years ago)
Author:
idelkadi
Message:

Correction: removal of the compilation option "ecrad=true/false" (option to use: "-rad ecrad")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r3908 r3911  
    2525inlandsis=false
    2626rrtm=false
    27 ecrad=false
    2827rad="old"
    2928dust=false
     
    102101[-inlandsis true/false]  : compile with/without inlandsis package (default: false)
    103102[-rrtm true/false]    : compile with/without rrtm package (default: false)
    104 [-ecrad true/false]    : compile with/without ecrad package (default: false)
    105103[-rad old/rrtm/ecrad]    : compile with old/rrtm/ecrad radiatif code (default: old)
    106104[-dust true/false]    : compile with/without the dust package by Boucher and co (default: false)
     
    158156      "-rrtm")
    159157          rrtm="$2" ; if [ "$2" = "false" ] ; then rad="old" ; else rad="rrtm" ; fi ; shift ; shift ;;
    160 
    161       "-ecrad")
    162           ecrad="$2" ; if [ "$2" = "true" ] ; then rad="ecrad" ; fi ; shift ; shift ;;
    163158
    164159      "-rad")
Note: See TracChangeset for help on using the changeset viewer.