Ignore:
Timestamp:
Jun 8, 2016, 11:02:53 AM (9 years ago)
Author:
jyg
Message:

Bug fix concerning time.
Another fix is needed concerning time in phys_output_write.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_mod.F90

    r2530 r2548  
    263263     ELSE
    264264         CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian)
    265          CALL ymds2ju(annee_ref, 1, day_ini, start_time, zjulian_start)
     265         CALL ymds2ju(annee_ref, 1, day_ini, start_time*86400, zjulian_start)
    266266     END IF
    267267
Note: See TracChangeset for help on using the changeset viewer.