Index: LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/cv3a_driver.f90
===================================================================
--- LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/cv3a_driver.f90	(revision 3763)
+++ LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/cv3a_driver.f90	(revision 3764)
@@ -302,5 +302,4 @@
     if (iflag_con /= 3) call abort_physic("cv3a_driver", "iflag_con must be 3", 1)
 
-    call enter_profile("cv3a_params")
 ! -------------------------------------------------------------------
 ! --- SET CONSTANTS AND PARAMETERS
@@ -319,5 +318,4 @@
 
     CALL cv3_incrcount(len, nd, delt, sig1)
-    call exit_profile("cv3a_params")
 
 ! --------------------------------------------------------------------
@@ -337,6 +335,4 @@
 
       integer :: i, icbmax
-
-      call enter_profile("cv3a_uncompressed")
 
       call driver_log('cv3_prelim')
@@ -399,5 +395,4 @@
       CALL cv3_trigger(len, nd, kbas1, plcl1, p1, th1, tv1, tvp1, thnk1, & ! nd->na
                        pbase1, buoybase1, iflag1, sig1, w01)
-      call exit_profile("cv3a_uncompressed")
     end block
 
@@ -736,17 +731,6 @@
     INTEGER, PARAMETER :: igout = 1
 
-    if (timers_first) then
-      call enter_profile("cv3p_mixing")
-      call exit_profile("cv3p_mixing")
-      call enter_profile("cv3_yield")
-      call exit_profile("cv3_yield")
-      call enter_profile("cv3_tracer")
-      call exit_profile("cv3_tracer")
-
-      timers_first = .false.
-    endif
-
     ncum = nloc
-    call enter_profile("cv3a_compressed")
+    call enter_profile("cv3a_compresd")
     IF (ncum > 0) THEN
 
@@ -782,5 +766,4 @@
 ! --- MIXING(1)   (if iflag_mix .ge. 1)
 ! -------------------------------------------------------------------
-      call enter_profile("cv3p_mixing")
       elij(:,:,:) = 0
       supmax(:,:) = 0
@@ -793,5 +776,4 @@
                          sigij, elij, supmax, ments, qents, traent)
       END IF
-      call exit_profile("cv3p_mixing")
 
 ! -------------------------------------------------------------------
@@ -899,5 +881,4 @@
 
       call driver_log('cv3_yield')
-      call enter_profile("cv3_yield")
       CALL cv3_yield(nloc, ncum, nd, nd, ntra, ok_conserv_q, &
                      icb, inb, delt, &
@@ -913,5 +894,4 @@
                      qcondc, wd, &
                      ftd, fqd, qta, qtc, sigt, tau_cld_cv, coefw_cld_cv)
-      call exit_profile("cv3_yield")
       ! Test conseravtion de l'eau
       IF (debut) PRINT *, ' cv3_yield -> fqd(1) = ', fqd(igout, 1)
@@ -929,7 +909,5 @@
 !^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-      call driver_log('cv3_tracer')
-      call enter_profile("cv3_tracer")
- 
+      call driver_log('cv3_tracer') 
       sigij(:,:,:) = 0    
       vprecip(:,:) = 0
@@ -941,7 +919,6 @@
 
       vprecipi = 0
-      call exit_profile("cv3_tracer")
     END IF ! ncum>0
-    call exit_profile("cv3a_compressed")
+    call exit_profile("cv3a_compresd")
   end subroutine
 
