Changeset 3911 for LMDZ6/trunk/makelmdz
- Timestamp:
- May 20, 2021, 5:26:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r3908 r3911 29 29 inlandsis=false 30 30 rrtm=false 31 ecrad=false32 31 rad="" 33 32 dust=false … … 124 123 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 125 124 [-rrtm true/false] : compile with/without rrtm package (default: false) 126 [-ecrad true/false] : compile with/without ecrad package (default: false)127 125 [-rad old/rrtm/ecrad] : compile with old/rrtm/ecrad radiatif code (default: old) 128 126 [-dust true/false] : compile with/without the dust package from Boucher et al. (default: false) … … 198 196 "-rrtm") 199 197 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 ;;203 198 204 199 "-rad")
Note: See TracChangeset
for help on using the changeset viewer.