Index: LMDZ5/trunk/libf/phylmd/limit_read_mod.F90
===================================================================
--- LMDZ5/trunk/libf/phylmd/limit_read_mod.F90	(revision 2769)
+++ LMDZ5/trunk/libf/phylmd/limit_read_mod.F90	(revision 2770)
@@ -190,4 +190,5 @@
 !****************************************************************************************
     IF (first_call) THEN
+       first_call=.FALSE.
        ! calculate number of time steps for one day
        lmt_pas = NINT(86400./dtime * 1.0)
@@ -235,5 +236,4 @@
           ierr = NF90_CLOSE(nid)
           IF (ierr /= NF90_NOERR) CALL abort_physic(modname,'Pb when closing file', 1)
-          first_call=.FALSE.
        END IF ! is_mpi_root
 !$OMP END MASTER
