Changeset 3320


Ignore:
Timestamp:
May 3, 2018, 3:32:34 PM (6 years ago)
Author:
Laurent Fairhead
Message:

phys_tstep needed to be initialised earlier in the physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/physiq_mod.F90

    r3065 r3320  
    11281128    pdtphys=pdtphys_
    11291129    CALL update_time(pdtphys)
     1130    phys_tstep=NINT(pdtphys)
    11301131
    11311132    !======================================================================
     
    13541355       ! pour obtenir le meme resultat.
    13551356!jyg for fh<
    1356        phys_tstep=NINT(pdtphys)
    13571357       WRITE(lunout,*) 'Pas de temps phys_tstep pdtphys ',phys_tstep,pdtphys
    13581358       IF (abs(phys_tstep-pdtphys)>1.e-10) THEN
Note: See TracChangeset for help on using the changeset viewer.