Changeset 1560
- Timestamp:
- Aug 10, 2011, 5:11:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_mod.F90
r1546 r1560 1858 1858 if ( type == 'mn'.or.type == 'minutes' ) timestep = ttt * 60. 1859 1859 if ( type == 's'.or.type == 'sec'.or.type == 'secondes' ) timestep = ttt 1860 if ( type == 'TS' ) timestep = dtime1860 if ( type == 'TS' ) timestep = ttt * dtime 1861 1861 1862 1862 print*,'type = ',type
Note: See TracChangeset
for help on using the changeset viewer.