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_gfortran

    r1036 r1085  
    1414set dyntype="dyn"
    1515set scatterers="1"
     16set full=""
    1617########################################################################
    1718# path a changer contenant les sources et les objets du modele
     
    330331           there is no need to specify  -Ldirn.
    331332
     333-full      Full (re)compilation (from scratch)
     334
    332335eod
    333336exit
     
    363366     case -olddyn
    364367        set dyntype="olddyn" ; shift; goto top
     368
     369     case -full
     370        set full="full" ; shift ; goto top
    365371
    366372     case -filtre
     
    604610
    605611echo "dimc $dimc"
     612
     613#cleanup for a full recompilation, if requested
     614if ("$full" == "full") then
     615# remove makefile and $libo
     616  cd $model
     617  \rm -f makefile
     618  \rm -rf $libo/*
     619endif
    606620
    607621########################################################################
Note: See TracChangeset for help on using the changeset viewer.