Changeset 157 for trunk/MESOSCALE
- Timestamp:
- Jun 13, 2011, 5:58:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r156 r157 46 46 f ) fresh_start=1;; ## a fresh start 47 47 s ) scenario="${OPTARG}";; ## a specific scenario, you need a corresponding "mars_lmd_..." 48 x ) phys="nophys_";donotcompilephys=1;; ## a case with no LMD physics included48 x ) donotcompile=1;phys="nophys_";donotcompilephys=1;; ## a case with no LMD physics included 49 49 h ) echo " 50 50 # Use: … … 164 164 #echo ${reply} > what_compilo 165 165 #echo ${numproc} > what_numproc 166 exit 167 fi 168 echo Number of tracers ? ; read tra 169 if [ ${tra} -eq 0 ] 170 then 171 tra=1 166 if [[ "${phys}" != "nophys_" ]] 167 then 168 exit 169 fi 170 else 171 echo Number of tracers ? ; read tra 172 if [ ${tra} -eq 0 ] 173 then 174 tra=1 175 fi 172 176 fi 173 177 # folder … … 246 250 answer='y' ## a voir... pas si sur 247 251 else 252 if [[ "${phys}" != "nophys_" ]] 253 then 248 254 echo Did you modify anything in the Registry or clean ? y for yes, any key for no ; read answer 249 255 case ${answer} in … … 251 257 *) answer='no' ;; 252 258 esac 259 fi 253 260 fi 254 261 fi
Note: See TracChangeset
for help on using the changeset viewer.