Changeset 3911 for LMDZ6/trunk/makelmdz


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

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