Index: LMDZ5/branches/testing/libf/phylmd/phyetat0.F90
===================================================================
--- LMDZ5/branches/testing/libf/phylmd/phyetat0.F90	(revision 2569)
+++ LMDZ5/branches/testing/libf/phylmd/phyetat0.F90	(revision 2570)
@@ -18,5 +18,5 @@
        wake_deltat, wake_delta_pbl_TKE, delta_tsurf, wake_fip, wake_pe, &
        wake_s, zgam, zmax0, zmea, zpic, zsig, &
-       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, u10m, v10m
+       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl
   USE geometry_mod, ONLY : longitude_deg, latitude_deg
   USE iostart, ONLY : close_startphy, get_field, get_var, open_startphy
@@ -260,6 +260,4 @@
   ENDDO
 
-  found=phyetat0_srf(1,u10m,"U10M","u a 10m",0.)
-  found=phyetat0_srf(1,v10m,"V10M","v a 10m",0.)
 
   
Index: LMDZ5/branches/testing/libf/phylmd/phyredem.F90
===================================================================
--- LMDZ5/branches/testing/libf/phylmd/phyredem.F90	(revision 2569)
+++ LMDZ5/branches/testing/libf/phylmd/phyredem.F90	(revision 2570)
@@ -21,5 +21,5 @@
                                 wake_pe, wake_fip, fm_therm, entr_therm,     &
                                 detr_therm, Ale_bl, Ale_bl_trig, Alp_bl,     &
-                                du_gwd_rando, du_gwd_front, u10m, v10m
+                                du_gwd_rando, du_gwd_front
   USE geometry_mod, ONLY : longitude_deg, latitude_deg
   USE iostart, ONLY: open_restartphy, close_restartphy, put_field, put_var
@@ -152,8 +152,4 @@
   CALL put_field_srf2("A_dif_SW","Albedo diffus",falb_dif(:,:,:))
 
-  
-  CALL put_field_srf1("U10M", "u a 10m", u10m)
-
-  CALL put_field_srf1("V10M", "v a 10m", v10m)
   
 ! ================== Tsoil =========================================
Index: LMDZ5/branches/testing/libf/phylmd/physiq_mod.F90
===================================================================
--- LMDZ5/branches/testing/libf/phylmd/physiq_mod.F90	(revision 2569)
+++ LMDZ5/branches/testing/libf/phylmd/physiq_mod.F90	(revision 2570)
@@ -1077,6 +1077,6 @@
        !RC
        ustar(:,:)=0.
-!       u10m(:,:)=0.
-!       v10m(:,:)=0.
+       u10m(:,:)=0.
+       v10m(:,:)=0.
        rain_con(:)=0.
        snow_con(:)=0.
