Index: LMDZ6/trunk/libf/phylmd/phyetat0_mod.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/phyetat0_mod.F90	(revision 4550)
+++ LMDZ6/trunk/libf/phylmd/phyetat0_mod.F90	(revision 4551)
@@ -303,5 +303,5 @@
 !===================================================================
 
-   if ( iflag_physiq == 1 ) then
+   if ( iflag_physiq <= 1 ) then
 !===================================================================
   ! Lecture des temperatures du sol profond:
@@ -379,5 +379,5 @@
   ENDIF
 
-  endif ! iflag_physiq == 1
+  endif ! iflag_physiq <= 1
 
   ! Lecture de l'age de la neige:
@@ -598,5 +598,5 @@
   ! Initialize module pbl_surface_mod 
 
-  if ( iflag_physiq == 1 ) then
+  if ( iflag_physiq <= 1 ) then
   CALL pbl_surface_init(fder, snow, qsurf, tsoil)
   endif
Index: LMDZ6/trunk/libf/phylmd/phyredem.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/phyredem.F90	(revision 4550)
+++ LMDZ6/trunk/libf/phylmd/phyredem.F90	(revision 4551)
@@ -76,5 +76,5 @@
   ! Get variables which will be written to restart file from module 
   ! pbl_surface_mod
-  if ( iflag_physiq == 1 ) then
+  if ( iflag_physiq <= 1 ) then
      CALL pbl_surface_final(fder, snow, qsurf,  tsoil)
   endif
