- Timestamp:
- Jul 8, 2022, 11:03:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r4186 r4195 25 25 inlandsis=false 26 26 rrtm=false 27 rad="old "27 rad="oldrad" 28 28 dust=false 29 29 strataer=false … … 106 106 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 107 107 [-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) 109 109 [-dust true/false] : compile with/without the dust package by Boucher and co (default: false) 110 110 [-strataer true/false] : compile with/without the strat aer package by Boucher and co (default: false) … … 165 165 166 166 "-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 ;; 168 168 169 169 "-rad")
Note: See TracChangeset
for help on using the changeset viewer.