Changeset 333 for trunk/MESOSCALE/LMD_MM_MARS/makemeso
- Timestamp:
- Oct 27, 2011, 3:20:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r330 r333 260 260 clean -a > /dev/null 2> /dev/null 261 261 ### 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 263 266 ### ensure the model will be recompiled from scratch with correct registry 264 267 cd Registry ; mv Registry Registry.bak ; Registry.bash ; cd ..
Note: See TracChangeset
for help on using the changeset viewer.