Index: /trunk/LMDZ.MARS/README
===================================================================
--- /trunk/LMDZ.MARS/README	(revision 1712)
+++ /trunk/LMDZ.MARS/README	(revision 1713)
@@ -2447,2 +2447,6 @@
 - added file: tcondwater.F90, used by watercloud.F to calculate the condensation temperature of water
 - watercloud.F, aeropacity.F, callradite.F are converted to module files as watercloud_mod.F, aeropacity_mod.F, callradite_mod.F
+
+== 24/05/2017 == EM
+- remove writing a "nebuldata.out" file in physiq introduced by previous update.
+  It is not necessary and causes issues when in parallel.
Index: /trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/physiq_mod.F	(revision 1712)
+++ /trunk/LMDZ.MARS/libf/phymars/physiq_mod.F	(revision 1713)
@@ -414,7 +414,4 @@
         ALLOCATE(totcloudfrac(ngrid)) !A. Pottier: souci avec ca a priori, tentative
                                       ! de les allouer dans dimradmars_mod.F90 
-        !ouverture de nebuldata.out et nettoyage du precedent
-         open(144,file="nebuldata.out")
-         close(144,status="delete")
 
 c        variables set to 0
@@ -576,8 +573,4 @@
          call solarlong(float(day_ini),zls)
       end if
-      !A. Pottier: checking nebuldata.out
-      open(14,file="nebuldata.out",position="append")
-      write(14,*) "LsEtJour ",zls*180/pi,zday
-      close(14)
 
 c     Initialize pressure levels
