Changeset 1085 for trunk/LMDZ.MARS/makegcm_gfortran
- Timestamp:
- Oct 29, 2013, 2:24:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_gfortran
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 … … 330 331 there is no need to specify -Ldirn. 331 332 333 -full Full (re)compilation (from scratch) 334 332 335 eod 333 336 exit … … 363 366 case -olddyn 364 367 set dyntype="olddyn" ; shift; goto top 368 369 case -full 370 set full="full" ; shift ; goto top 365 371 366 372 case -filtre … … 604 610 605 611 echo "dimc $dimc" 612 613 #cleanup for a full recompilation, if requested 614 if ("$full" == "full") then 615 # remove makefile and $libo 616 cd $model 617 \rm -f makefile 618 \rm -rf $libo/* 619 endif 606 620 607 621 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.