Ignore:
Timestamp:
Oct 27, 2011, 3:20:19 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: tests OK for changes in previous commit. corrected another instance of the infamous rad/deg bug! also fixed an issue with nesting, functions are not considered in physics duplication. results look good in a typical Hellas winter case [with old physics].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r330 r333  
    260260      clean -a > /dev/null 2> /dev/null
    261261      ### get a possibly modified registry !
    262       cp ../../SRC/WRFV2/Registry/Registry.EM Registry/
     262      if [[ "${scenario}" == "" ]]
     263      then
     264        cp ../../SRC/WRFV2/Registry/Registry.EM Registry/
     265      fi
    263266      ### ensure the model will be recompiled from scratch with correct registry
    264267      cd Registry ; mv Registry Registry.bak ; Registry.bash ; cd ..
Note: See TracChangeset for help on using the changeset viewer.