Index: LMDZ6/trunk/DefLists/config.def_LMDZ5_AGCM
===================================================================
--- LMDZ6/trunk/DefLists/config.def_LMDZ5_AGCM	(revision 3277)
+++ LMDZ6/trunk/DefLists/config.def_LMDZ5_AGCM	(revision 3278)
@@ -94,5 +94,5 @@
 # 1: read a single ozone climatology that will be used day and night
 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
-read_climoz=2
+read_climoz=1
 #
 # Parametres simulateur COSP (CFMIP Observational Simulator Package)
Index: LMDZ6/trunk/libf/phylmd/regr_horiz_time_climoz_m.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/regr_horiz_time_climoz_m.F90	(revision 3277)
+++ LMDZ6/trunk/libf/phylmd/regr_horiz_time_climoz_m.F90	(revision 3278)
@@ -190,5 +190,5 @@
     !--- Ensure first input longitudes interval contains first output point boundslon_reg(1,west)
     dx1=locate(v1,boundslon_reg(1,west))-1
-    v1=CSHIFT(v1,SHIFT=dx1,DIM=1); v1(nlon_in-dx1+1:)=v1(nlon_in-dx1+1:)+2.*pi
+    v1=CSHIFT(v1,SHIFT=dx1,DIM=1); v1(nlon_in-dx1+2:)=v1(nlon_in-dx1+2:)+2.*pi
 
     !--- Extend input longitudes vector until last interval contains boundslon_reg(nlon_ou,east)
