Index: /LMDZ6/trunk/libf/phylmd/physiq_mod.F90
===================================================================
--- /LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 6118)
+++ /LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 6119)
@@ -1061,8 +1061,7 @@
     ! Declaration des constantes et des fonctions thermodynamiques
     !
-    ! VARIABLES RELATED TO OZONE CLIMATOLOGIES ; all are OpenMP shared
+    ! VARIABLES RELATED TO OZONE CLIMATOLOGIES
     ! Note that pressure vectors are in Pa and in stricly ascending order
     INTEGER,SAVE :: read_climoz                ! Read ozone climatology
-    !     (let it keep the default OpenMP shared attribute)
     !     Allowed values are 0, 1 and 2
     !     0: do not read an ozone climatology
@@ -1070,5 +1069,7 @@
     !     2: read two ozone climatologies, the average day and night
     !     climatology and the daylight climatology
-
+    !$OMP THREADPRIVATE(read_climoz)
+
+    !  Following variables are OpenMP shared
     INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
     REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
