Index: /trunk/LMDZ.MARS/README
===================================================================
--- /trunk/LMDZ.MARS/README	(revision 2526)
+++ /trunk/LMDZ.MARS/README	(revision 2527)
@@ -3385,8 +3385,4 @@
 minor fix in co2condens4micro; fix co2 sedimentation rate outputs
 
-== 26/05/2021 == AB
-Make a cleaner initialization of some variables in simu_MCS.F90
-
-== 26/05/2021 == MV
-testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine.
-
+== 26/05/2021 == JN
+Bug correction in testphys1d.F, when calling "phys_start_var_init"
Index: /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F	(revision 2526)
+++ /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F	(revision 2527)
@@ -82,5 +82,5 @@
       real,parameter :: odpref=610. ! DOD reference pressure (Pa)
 c
-      INTEGER day0,dayn          ! date initial (sol ; =0 a Ls=0) and final
+      INTEGER day0          ! date initial (sol ; =0 a Ls=0)
       REAL day           ! date durant le run
       REAL time             ! time (0<time<1 ; time=0.5 a midi)
@@ -364,5 +364,4 @@
       write(*,*) " ndt = ",ndt
 
-      dayn=day0+ndt
       ndt=ndt*day_step     
       dtphys=daysec/day_step  
@@ -457,8 +456,6 @@
       call init_dimphy(1,nlayer) ! Initialize dimphy module
       call phys_state_var_init(1,llm,nq,tname,
-     .          day0,dayn,time,
-     .          daysec,dtphys,
-     .          rad,g,r,cpp,
-     .          nqperes,nqfils)! MVals: variables isotopes
+     &          day0,ndt,time,daysec,dtphys,rad,g,r,cpp,
+     &          nqperes,nqfils)! MVals: variables isotopes
       call ini_fillgeom(1,latitude,longitude,(/1.0/))
       call conf_phys(1,llm,nq)
