Changeset 1544
- Timestamp:
- Jun 12, 2011, 10:10:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_mod.F90
r1539 r1544 1825 1825 1826 1826 use ioipsl 1827 USE phys_cal_mod 1827 1828 1828 1829 IMPLICIT NONE … … 1852 1853 if ( type == 'mounths'.or.type == 'mth'.or.type == 'mois' ) then 1853 1854 print*,'annee_ref,day_ref mon_len',annee_ref,day_ref,ioget_mon_len(annee_ref,day_ref) 1854 timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref)1855 timestep = ttt * dayseconde * mth_len 1855 1856 endif 1856 1857 if ( type == 'hours'.or.type == 'hr'.or.type == 'heurs') timestep = ttt * dayseconde / 24.
Note: See TracChangeset
for help on using the changeset viewer.