Ignore:
Timestamp:
Sep 16, 2016, 10:36:40 AM (9 years ago)
Author:
mlefevre
Message:

Added link to ioipsl compiled lib for Venus physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r1597 r1601  
    742742  cd libo
    743743  mkdir temp
    744     if [[ "${phys}" == *"venus"* ]]
    745   then 
     744  if [[ "${phys}" == *"venus"* ]]
     745  then
    746746    cp -f linux*/*.a temp/
     747    cp -f ../ioipsl/libioipsl.a temp/
    747748  else
    748749    cp -f LINUX*/*.a temp/
     
    758759   ar x libmisc.a
    759760   ar x libphy_common.a
     761   ar x libioipsl.a
    760762  fi
    761763  \rm *.a
     
    773775      # include modules for interfacing
    774776      mv  *.mod ../inc/
    775     else # [[ "${phys}" == *"venus"* ]]
     777    else # [[ "${phys}" == *"venus"* ]] 
    776778      mv  ./libo/linux*/*.mod ../inc/
     779      cp -f ./ioipsl/*.mod ../inc/
    777780     
    778781    fi
Note: See TracChangeset for help on using the changeset viewer.