Index: trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90
===================================================================
--- trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90	(revision 3626)
+++ trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90	(revision 3720)
@@ -362,7 +362,8 @@
     ENDIF
 
-    day_length=86400
+    day_length=551854.0625 ! Pluto day length (s)
     CALL getin('day_length',day_length)
-    year_length = 31557600 ! 365.25 * 86400
+    ! Pluto year length (s) 14178.3037109375 Pluto days
+    year_length = 7824354502.23969
     CALL getin('year_length',year_length)
     ndays=nint(itaumax*(dt/day_length))! number of days to run
