Changeset 2549


Ignore:
Timestamp:
Jun 8, 2016, 6:17:55 PM (8 years ago)
Author:
jyg
Message:

Seqel of commit 2548: fix concerning time in phys_output_write.

File:
1 edited

Legend:

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

    r2541 r2549  
    331331
    332332    ! On calcul le nouveau tau:
    333     itau_w = itau_phy + itap + start_time * day_step_phy
     333!!    itau_w = itau_phy + itap + start_time * day_step_phy      !! essais jyg
     334    itau_w = itau_phy + itap                                    !! essais jyg
    334335    ! On le donne à iophy pour que les histwrite y aient accès:
    335336    CALL set_itau_iophy(itau_w)
Note: See TracChangeset for help on using the changeset viewer.