Changeset 3880 for LMDZ6/branches/LMDZ-ECRAD/makelmdz
- Timestamp:
- Apr 28, 2021, 4:55:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-ECRAD/makelmdz
r3793 r3880 31 31 rrtm=false 32 32 rrtm=false 33 ecrad=false 33 34 dust=false 34 35 strataer=false … … 125 126 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 126 127 [-rrtm true/false] : compile with/without rrtm package (default: false) 128 [-ecrad true/false] : compile with/without ecrad package (default: false) 127 129 [-dust true/false] : compile with/without the dust package from Boucher et al. (default: false) 128 130 [-strataer true/false] : compile with/without the strat aer package from Boucher et al. (default: false) … … 201 203 rrtm="$2" ; shift ; shift ;; 202 204 205 "-ecrad") 206 ecrad="$2" ; shift ; shift ;; 207 203 208 "-dust") 204 209 dust="$2" ; shift ; shift ;; … … 537 542 src_dirs="$src_dirs phy${physique}/rrtm" 538 543 fi 544 545 if [[ "$ecrad" == "true" ]] 546 then 547 CPP_KEY="$CPP_KEY CPP_ECRAD" 548 src_dirs="$src_dirs phy${physique}/ecrad" 549 fi 550 539 551 540 552 if [[ "$dust" == "true" ]]
Note: See TracChangeset
for help on using the changeset viewer.