Changeset 3901 for LMDZ6/trunk/makelmdz
- Timestamp:
- May 17, 2021, 4:05:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r3835 r3901 27 27 cosp2=false 28 28 cospv2=false 29 sisvat=false30 29 inlandsis=false 31 30 rrtm=false … … 122 121 [-cosp2 true/false] : compile with/without cosp2 package (default: false) 123 122 [-cospv2 true/false] : compile with/without cospv2 package (default: false) 124 [-sisvat true/false] : compile with/without sisvat package (default: false)125 123 [-inlandsis true/false] : compile with/without inlandsis package (default: false) 126 124 [-rrtm true/false] : compile with/without rrtm package (default: false) … … 192 190 cospv2="$2" ; shift ; shift ;; 193 191 194 "-sisvat")195 sisvat="$2" ; shift ; shift ;;196 197 192 "-inlandsis") 198 193 inlandsis="$2" ; shift ; shift ;; … … 515 510 src_dirs="$src_dirs phy${physique}/cospv2" 516 511 INCLUDE="$INCLUDE"' -I$(LIBF)/'phy${physique}'/cospv2' 517 fi518 519 520 if [[ "$sisvat" == "true" ]]521 then522 CPP_KEY="$CPP_KEY CPP_SISVAT"523 src_dirs="$src_dirs phy${physique}/sisvat"524 512 fi 525 513
Note: See TracChangeset
for help on using the changeset viewer.