Changeset 1085 for trunk/LMDZ.MARS/makegcm_pgf
- Timestamp:
- Oct 29, 2013, 2:24:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_pgf
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 … … 335 336 there is no need to specify -Ldirn. 336 337 338 -full Full (re)compilation (from scratch) 339 337 340 eod 338 341 exit … … 368 371 case -olddyn 369 372 set dyntype="olddyn" ; shift; goto top 373 374 case -full 375 set full="full" ; shift ; goto top 370 376 371 377 case -filtre … … 608 614 609 615 echo "dimc $dimc" 616 617 #cleanup for a full recompilation, if requested 618 if ("$full" == "full") then 619 # remove makefile and $libo 620 cd $model 621 \rm -f makefile 622 \rm -rf $libo/* 623 endif 610 624 611 625 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.