Index: /LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
===================================================================
--- /LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90	(revision 6135)
+++ /LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90	(revision 6136)
@@ -1142,8 +1142,8 @@
     !     2: read two ozone climatologies, the average day and night
     !     climatology and the daylight climatology
-    !$OMP THREADPRIVATE(read_climoz)
+    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
+    !$OMP THREADPRIVATE(read_climoz, ncid_climoz)
 
     !  Following variables are OpenMP shared
-    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
     REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
     REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
@@ -2251,8 +2251,8 @@
        ENDIF
 
-       !$omp single
+       !$omp master
        IF (read_climoz >= 1) CALL open_climoz(ncid_climoz, press_cen_climoz,   &
            press_edg_climoz, time_climoz, ok_daily_climoz, adjust_tropopause)
-       !$omp end single
+       !$omp end master
        !
        !IM betaCRF
