Index: trunk/DOC/chantiers/commit_importants.log
===================================================================
--- trunk/DOC/chantiers/commit_importants.log	(revision 1010)
+++ trunk/DOC/chantiers/commit_importants.log	(revision 1017)
@@ -1233,2 +1233,17 @@
   a Forward Euler approximation.
 - Sponge tendencies are now added within top_bound.
+
+**********************
+**** commit_v1017 ****
+**********************
+Ehouarn: Improved cpdet routines in // and additional sponge mode:
+- Additionnal sponge mode (trigered with "callsponge" flag), in line with the one used
+  in the Generic and Martian GCM. This sponge is called whenever there is a dissipation
+  step.
+- Improvement of the // cpdet routines : created routines tpot2t_glo_p and t2tpot_glo_p
+  which handle fields on the whole dynamics (scaler) grid, which are more efficient than
+  calling tpot2t_p or t2tpot_p with slabs of data (generated use of intermediate copies
+  of these chunks of data at every call)
+- Turned cpdet.F into a module cpdet_mod.F90 (and correspondingly adapted all routines
+  in the Venus physics).
+
