Changeset 4408
- Timestamp:
- Feb 1, 2023, 8:49:31 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r4377 r4408 124 124 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 125 125 [-rrtm true/false] : compile with/without rrtm package (default: false) 126 [-rad old /rrtm/ecrad] : compile with old/rrtm/ecrad radiatif code (default: old)126 [-rad oldrad/rrtm/ecrad] : compile with oldrad/rrtm/ecrad radiatif code (default: oldrad) 127 127 [-dust true/false] : compile with/without the dust package from Boucher et al. (default: false) 128 128 [-strataer true/false] : compile with/without the strat aer package from Boucher et al. (default: false) … … 196 196 197 197 "-rrtm") 198 rrtm="$2" ; if [ "$2" = "false" ] ; then rad="old " ; else rad="rrtm" ; fi ; shift ; shift ;;198 rrtm="$2" ; if [ "$2" = "false" ] ; then rad="oldrad" ; else rad="rrtm" ; fi ; shift ; shift ;; 199 199 200 200 "-rad")
Note: See TracChangeset
for help on using the changeset viewer.