Changeset 1560


Ignore:
Timestamp:
Aug 10, 2011, 5:11:11 PM (13 years ago)
Author:
idelkadi
Message:

Correction dans convers_timesteps !

File:
1 edited

Legend:

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

    r1546 r1560  
    18581858        if ( type == 'mn'.or.type == 'minutes'  ) timestep = ttt * 60.
    18591859        if ( type == 's'.or.type == 'sec'.or.type == 'secondes'   ) timestep = ttt
    1860         if ( type == 'TS' ) timestep = dtime
     1860        if ( type == 'TS' ) timestep = ttt * dtime
    18611861
    18621862        print*,'type =      ',type
Note: See TracChangeset for help on using the changeset viewer.