Changeset 1085
- Timestamp:
- Oct 29, 2013, 2:24:19 PM (11 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/lwb.F
r1047 r1085 7 7 c---------------------------------------------------------------------- 8 8 9 use dimradmars_mod, only: ndlon, ndlo2, kflev ,nir9 use dimradmars_mod, only: ndlon, ndlo2, nir 10 10 use yomlw_h, only: nlaylte, xi , tstand, xp 11 11 implicit none -
trunk/LMDZ.MARS/libf/phymars/physdem.F
r1047 r1085 701 701 . tsurf,tsoil,co2ice,emis,q2,qsurf) 702 702 use infotrac, only: nqtot, tnom 703 use surfdat_h, only: emis704 703 implicit none 705 704 c -
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 ######################################################################## -
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 ######################################################################## -
trunk/LMDZ.MARS/makegcm_ifort
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 … … 333 334 there is no need to specify -Ldirn. 334 335 336 -full Full (re)compilation (from scratch) 337 335 338 eod 336 339 exit … … 366 369 case -olddyn 367 370 set dyntype="olddyn" ; shift; goto top 371 372 case -full 373 set full="full" ; shift ; goto top 368 374 369 375 case -filtre … … 607 613 608 614 echo "dimc $dimc" 615 616 #cleanup for a full recompilation, if requested 617 if ("$full" == "full") then 618 # remove makefile and $libo 619 cd $model 620 \rm -f makefile 621 \rm -rf $libo/* 622 endif 609 623 610 624 ######################################################################## -
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.