Changeset 1977 for LMDZ5/trunk/tools/install_1d_src.sh
- Timestamp:
- Feb 14, 2014, 10:57:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/tools/install_1d_src.sh
r1976 r1977 21 21 cd ../phy1d 22 22 23 sed -i -e "/SUBROUTINE *convers_timesteps/,/END SUBROUTINE convers_timesteps/{24 /USE *phys_cal_mod/d25 /use *ioipsl/a\\26 USE phys_cal_mod27 s/ioget_mon_len(annee_ref,day_ref)/mth_len/28 };/SUBROUTINE *phys_output_open/,/end *subroutine *phys_output_open/{29 /USE *ioipsl/a\\30 USE phys_cal_mod, only : hour31 /ymds2ju.*annee_ref.*zjulian/c\\32 !!! CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) !jyg \\33 ! correction pour l heure initiale !jyg \\34 ! !jyg \\35 CALL ymds2ju(annee_ref, 1, idayref, hour, zjulian) !jyg36 }" phys_output_mod.F9037 38 23 ln -s ../dyn3d/mod_const_mpi.F90 . 39 24 ln -sf ../dyn3d_common/infotrac.F90 .
Note: See TracChangeset
for help on using the changeset viewer.