Changeset 1855 for trunk/MESOSCALE


Ignore:
Timestamp:
Dec 13, 2017, 2:59:11 PM (7 years ago)
Author:
aslmd
Message:

link latest compiled exec in makemeso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r1853 r1855  
    908908  svn info ../../ > ../makemeso_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.svn.info
    909909
    910 
    911 
    912910  # link latest compiled folder as LATEST
    913911  cd ../../
    914912  rm -rf LATEST
    915913  ln -sf ${conf_wrf} LATEST
     914
     915  # link latest compiled exec
     916  cd LATEST
     917  case ${config} in
     918    'real')         ln -sf real_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe real.exe ;;
     919    'ideal')        ln -sf ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe ideal.exe ;;
     920    'les')          ln -sf ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe ideal.exe ;;
     921  esac
     922  ln -sf wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe wrf.exe
     923  cd ..
    916924
    917925  # add here specific messages
Note: See TracChangeset for help on using the changeset viewer.