Ignore:
Timestamp:
Oct 29, 2013, 2:24:19 PM (11 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_pgf

    r1036 r1085  
    1414set dyntype="dyn"
    1515set scatterers="1"
     16set full=""
    1617########################################################################
    1718# path a changer contenant les sources et les objets du modele
     
    335336           there is no need to specify  -Ldirn.
    336337
     338-full      Full (re)compilation (from scratch)
     339
    337340eod
    338341exit
     
    368371     case -olddyn
    369372        set dyntype="olddyn" ; shift; goto top
     373
     374     case -full
     375        set full="full" ; shift ; goto top
    370376
    371377     case -filtre
     
    608614
    609615echo "dimc $dimc"
     616
     617#cleanup for a full recompilation, if requested
     618if ("$full" == "full") then
     619# remove makefile and $libo
     620  cd $model
     621  \rm -f makefile
     622  \rm -rf $libo/*
     623endif
    610624
    611625########################################################################
Note: See TracChangeset for help on using the changeset viewer.