Index: trunk/LMDZ.MARS/libf/phymars/conf_phys.F
===================================================================
--- trunk/LMDZ.MARS/libf/phymars/conf_phys.F	(revision 1576)
+++ trunk/LMDZ.MARS/libf/phymars/conf_phys.F	(revision 1579)
@@ -54,4 +54,5 @@
       CHARACTER ch1*12
 
+#ifndef MESOSCALE
       ! read in some parameters from "run.def" for physics,
       ! or shared between dynamics and physics.
@@ -65,4 +66,6 @@
       ecritstart=0 ! default value
       call getin("ecritstart",ecritstart) ! write a restart every ecristart steps
+#endif
+
 ! --------------------------------------------------------------
 !  Reading the "callphys.def" file controlling some key options
Index: trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
===================================================================
--- trunk/LMDZ.MARS/libf/phymars/physiq_mod.F	(revision 1576)
+++ trunk/LMDZ.MARS/libf/phymars/physiq_mod.F	(revision 1579)
@@ -412,5 +412,6 @@
 #else
 ! MESOSCALE. Supposedly everything is already set in modules.
-! So we just check. And we calculate day_ini + two param in dyn3d/control_mod.
+! So we just check. And we fill day_ini
+      print*,"check: --- in physiq.F"
       print*,"check: rad,cpp,g,r,rcp,daysec"
       print*,rad,cpp,g,r,rcp,daysec
@@ -424,7 +425,5 @@
       PRINT*,'check: qsurf ',qsurf(1,1),qsurf(ngrid,nq)
       PRINT*,'check: co2 ',co2ice(1),co2ice(ngrid)
-      day_step=daysec/ptimestep
-      PRINT*,'Call to LMD physics:',day_step,' per Martian day'
-      iphysiq=ptimestep
+      !!!
       day_ini = pday
 #endif
