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_ifort

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