Ignore:
Timestamp:
Oct 29, 2013, 2:24:19 PM (12 years ago)
Author:
emillour
Message:

Removed wrongly referenced module variables in lwb and physdem.
Added option "-full" to makegcm_* to force a full recompilation from scratch (ie: removing libo/... and makefile before launching makefile building and compilation).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_g95

    r1036 r1085  
    1414set dyntype="dyn"
    1515set scatterers="1"
     16set full=""
    1617########################################################################
    1718# path a changer contenant les sources et les objets du modele
     
    332333           there is no need to specify  -Ldirn.
    333334
     335-full      Full (re)compilation (from scratch)
     336
    334337eod
    335338exit
     
    365368     case -olddyn
    366369        set dyntype="olddyn" ; shift; goto top
     370
     371     case -full
     372        set full="full" ; shift ; goto top
    367373
    368374     case -filtre
     
    606612
    607613echo "dimc $dimc"
     614
     615#cleanup for a full recompilation, if requested
     616if ("$full" == "full") then
     617# remove makefile and $libo
     618  cd $model
     619  \rm -f makefile
     620  \rm -rf $libo/*
     621endif
    608622
    609623########################################################################
Note: See TracChangeset for help on using the changeset viewer.