Changeset 2551 for LMDZ5/trunk/libf/phylmd/phys_output_mod.F90
- Timestamp:
- Jun 9, 2016, 11:30:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_mod.F90
r2548 r2551 56 56 include "clesphys.h" 57 57 include "thermcell.h" 58 include "YOMCST.h" 58 59 59 60 ! ug Nouveaux arguments n\'ecessaires au histwrite_mod: … … 263 264 ELSE 264 265 CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) 265 CALL ymds2ju(annee_ref, 1, day_ini, start_time* 86400, zjulian_start)266 CALL ymds2ju(annee_ref, 1, day_ini, start_time*rday, zjulian_start) 266 267 END IF 267 268
Note: See TracChangeset
for help on using the changeset viewer.