Changeset 3911


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")

Location:
LMDZ6/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r3908 r3911  
    2929inlandsis=false
    3030rrtm=false
    31 ecrad=false
    3231rad=""
    3332dust=false
     
    124123[-inlandsis true/false]  : compile with/without inlandsis package (default: false)
    125124[-rrtm true/false]    : compile with/without rrtm package (default: false)
    126 [-ecrad true/false]    : compile with/without ecrad package (default: false)
    127125[-rad old/rrtm/ecrad]    : compile with old/rrtm/ecrad radiatif code (default: old)
    128126[-dust true/false]    : compile with/without the dust package from Boucher et al. (default: false)
     
    198196      "-rrtm")
    199197          rrtm="$2" ; if [ "$2" = "false" ] ; then rad="old" ; else rad="rrtm" ; fi ; shift ; shift ;;
    200 
    201       "-ecrad")
    202           ecrad="$2" ; if [ "$2" = "true" ] ; then rad="ecrad" ; fi; shift ; shift ;;
    203198
    204199      "-rad")
  • 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.