Changeset 1060 for trunk/MESOSCALE/LMD_MM_MARS/makemeso
- Timestamp:
- Oct 10, 2013, 12:23:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r1038 r1060 230 230 if [[ "${scenario}" == "" ]] 231 231 then 232 ln -sf mars_lmd_new mars_lmd 232 ln -sf mars_lmd_new mars_lmd 233 if [[ "${phys}" == "newphys_" ]] 234 then 235 cp ../../SRC/WRFV2/Registry/Registry.EM.newphys Registry/Registry.EM 236 fi 233 237 else 234 238 ln -sf mars_lmd_new_${scenario} mars_lmd … … 279 283 if [[ "${scenario}" == "" ]] 280 284 then 281 cp ../../SRC/WRFV2/Registry/Registry.EM Registry/ 285 if [[ "${phys}" == "newphys_" ]] 286 then 287 cp ../../SRC/WRFV2/Registry/Registry.EM.newphys Registry/Registry.EM 288 else 289 cp ../../SRC/WRFV2/Registry/Registry.EM Registry/ 290 fi 282 291 fi 283 292 if [[ "${config}" == "les" ]]
Note: See TracChangeset
for help on using the changeset viewer.