- Timestamp:
- Jun 12, 2011, 8:06:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_AR5/libf/phylmd/phys_output_mod.F90
r1536 r1543 1794 1794 1795 1795 use ioipsl 1796 USE phys_cal_mod 1796 1797 1797 1798 IMPLICIT NONE … … 1821 1822 if ( type == 'mounths'.or.type == 'mth'.or.type == 'mois' ) then 1822 1823 print*,'annee_ref,day_ref mon_len',annee_ref,day_ref,ioget_mon_len(annee_ref,day_ref) 1823 timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref) 1824 !IMbug timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref) 1825 timestep = ttt * dayseconde * mth_len 1824 1826 endif 1825 1827 if ( type == 'hours'.or.type == 'hr'.or.type == 'heurs') timestep = ttt * dayseconde / 24.
Note: See TracChangeset
for help on using the changeset viewer.