Changeset 1910 for LMDZ5/branches/testing/tools/install_1d_src.sh
- Timestamp:
- Nov 29, 2013, 9:40:25 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1861-1863,1865-1867,1869,1871-1875,1877-1880,1882-1891,1894-1909 -
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
- Property svn:mergeinfo changed
-
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
-
Property
copyright
set to
-
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 13 13 if [[ ! -a ../phy1d/$my_file ]] 14 14 then 15 cp $my_file ../phy1d 15 # cp $my_file ../phy1d 16 cp -R $my_file ../phy1d 16 17 fi 17 18 done … … 19 20 20 21 cd ../phy1d 21 if grep -iq "subroutine *writelim" *.F *.F9022 then23 mv 1DUTILS.h_no_writelim 1DUTILS.h24 else25 mv 1DUTILS.h_with_writelim 1DUTILS.h26 rm -f ttt27 sed -e "s/^ *call *writelim *( *1 *,/ call writelim (/" lmdz1d.F >ttt28 rm -f lmdz1d.F29 mv ttt lmdz1d.F30 fi31 rm 1DUTILS.h*writelim32 22 rm wrgradsfi.F # already in 1DUTILS.h 33 23 34 sed -i -e "/add_phys_tend.*_vdf/s/add_phys_tend/add_pbl_tend/" physiq.F 24 sed -i -e "/add_phys_tend.*_vdf/s/add_phys_tend/add_pbl_tend/" physiq.F90 35 25 36 26 sed -i -e "/SUBROUTINE *convers_timesteps/,/END SUBROUTINE convers_timesteps/{ … … 49 39 }" phys_output_mod.F90 50 40 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.F9057 58 41 ln -s ../dyn3d/mod_const_mpi.F90 . 59 42 ln -s ../dyn3d/infotrac.F90 . -
Property
copyright
set to
Note: See TracChangeset
for help on using the changeset viewer.