Changeset 3911 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- May 20, 2021, 5:26:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r3908 r3911 25 25 inlandsis=false 26 26 rrtm=false 27 ecrad=false28 27 rad="old" 29 28 dust=false … … 102 101 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 103 102 [-rrtm true/false] : compile with/without rrtm package (default: false) 104 [-ecrad true/false] : compile with/without ecrad package (default: false)105 103 [-rad old/rrtm/ecrad] : compile with old/rrtm/ecrad radiatif code (default: old) 106 104 [-dust true/false] : compile with/without the dust package by Boucher and co (default: false) … … 158 156 "-rrtm") 159 157 rrtm="$2" ; if [ "$2" = "false" ] ; then rad="old" ; else rad="rrtm" ; fi ; shift ; shift ;; 160 161 "-ecrad")162 ecrad="$2" ; if [ "$2" = "true" ] ; then rad="ecrad" ; fi ; shift ; shift ;;163 158 164 159 "-rad")
Note: See TracChangeset
for help on using the changeset viewer.