Changeset 1878 for LMDZ5/trunk


Ignore:
Timestamp:
Sep 27, 2013, 1:24:24 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Adaptations nécessaires suite à commits récents


1D follow-ups to recent commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/tools/install_1d_src.sh

    r1867 r1878  
    1313  if [[ ! -a ../phy1d/$my_file ]]
    1414      then
    15       cp $my_file ../phy1d
     15#     cp $my_file ../phy1d
     16      cp -R $my_file ../phy1d
    1617  fi
    1718done
     
    2122rm wrgradsfi.F # already in 1DUTILS.h
    2223
    23 sed -i -e "/add_phys_tend.*_vdf/s/add_phys_tend/add_pbl_tend/" physiq.F
     24sed -i -e "/add_phys_tend.*_vdf/s/add_phys_tend/add_pbl_tend/" physiq.F90
    2425
    2526sed -i -e "/SUBROUTINE *convers_timesteps/,/END SUBROUTINE convers_timesteps/{
Note: See TracChangeset for help on using the changeset viewer.