Changeset 1085 for trunk/LMDZ.MARS/makegcm_g95
- Timestamp:
- Oct 29, 2013, 2:24:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_g95
r1036 r1085 14 14 set dyntype="dyn" 15 15 set scatterers="1" 16 set full="" 16 17 ######################################################################## 17 18 # path a changer contenant les sources et les objets du modele … … 332 333 there is no need to specify -Ldirn. 333 334 335 -full Full (re)compilation (from scratch) 336 334 337 eod 335 338 exit … … 365 368 case -olddyn 366 369 set dyntype="olddyn" ; shift; goto top 370 371 case -full 372 set full="full" ; shift ; goto top 367 373 368 374 case -filtre … … 606 612 607 613 echo "dimc $dimc" 614 615 #cleanup for a full recompilation, if requested 616 if ("$full" == "full") then 617 # remove makefile and $libo 618 cd $model 619 \rm -f makefile 620 \rm -rf $libo/* 621 endif 608 622 609 623 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.