Ignore:
Timestamp:
Nov 29, 2013, 9:40:25 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1860:1909 into testing branch

Location:
LMDZ5/branches/testing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/tools

    • Property copyright set to
      Name of program: LMDZ
      Creation date: 1984
      Version: LMDZ5
      License: CeCILL version 2
      Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
      See the license file in the root directory
  • LMDZ5/branches/testing/tools/install_1d_src.sh

    • Property copyright set to
      Name of program: LMDZ
      Creation date: 1984
      Version: LMDZ5
      License: CeCILL version 2
      Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
      See the license file in the root directory
    r1795 r1910  
    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
     
    1920
    2021cd ../phy1d
    21 if grep -iq "subroutine *writelim" *.F *.F90
    22     then
    23     mv 1DUTILS.h_no_writelim 1DUTILS.h
    24 else
    25     mv 1DUTILS.h_with_writelim 1DUTILS.h
    26     rm -f ttt
    27     sed -e "s/^ *call *writelim *( *1 *,/      call writelim (/" lmdz1d.F >ttt
    28     rm -f lmdz1d.F
    29     mv ttt lmdz1d.F
    30 fi
    31 rm 1DUTILS.h*writelim
    3222rm wrgradsfi.F # already in 1DUTILS.h
    3323
    34 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
    3525
    3626sed -i -e "/SUBROUTINE *convers_timesteps/,/END SUBROUTINE convers_timesteps/{
     
    4939}" phys_output_mod.F90
    5040
    51 sed -i -e "/^ *INCLUDE *\"temps.h\"/{
    52  a\\
    53 !****************************************************************************************\\
    54 ! Declarations specifiques pour le 1D. A reprendre \\
    55     INCLUDE \"flux_arp.h\"
    56  }; /^.*REAL *::.*fsens *, *flat/d; /^.*LOGICAL *::.*ok_flux_surf/d; /^.*COMMON.*flux_arp.*/d " pbl_surface_mod.F90
    57 
    5841 ln -s ../dyn3d/mod_const_mpi.F90 .
    5942 ln -s ../dyn3d/infotrac.F90 .
Note: See TracChangeset for help on using the changeset viewer.