Ignore:
Timestamp:
Oct 13, 2011, 11:58:05 AM (13 years ago)
Author:
acolaitis
Message:

MESOSCALE: corrected a problem in makemeso and runmeso which did not take the new Registry when having a fresh start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r262 r318  
    257257    then
    258258      echo '*** FRESH START, I clean everything'
     259      ### clean the whole place 
    259260      clean -a > /dev/null 2> /dev/null
     261      ### get a possibly modified registry !
     262      cp ../../SRC/WRFV2/Registry/Registry.EM Registry/
     263      ### ensure the model will be recompiled from scratch with correct registry
    260264      cd Registry ; mv Registry Registry.bak ; Registry.bash ; cd ..
    261265#     answer='y' ## a voir... pas si sur
Note: See TracChangeset for help on using the changeset viewer.