Index: trunk/DOC/chantiers/commit_importants.log
===================================================================
--- trunk/DOC/chantiers/commit_importants.log	(revision 1300)
+++ trunk/DOC/chantiers/commit_importants.log	(revision 1302)
@@ -1389,2 +1389,63 @@
 - guide_mod.F : upate to keep up with Earth model
 
+**********************
+**** commit_v1302 ****
+**********************
+Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
+in LMDZ5 (up to LMDZ5 trunk, rev 2070):
+* compilation:
+- bld.cfg : adaptations for compilation with RRTM and PRISM.
+- makelmdz_fcm : adaptations for compilation with RRTM and OASIS-MCT ocean coupled mode
+  and change handling of RRTM and SISVAT so that bld.cfg is never overwritten (as is the case
+  for COSP), since bld.cfg is sometimes a link to the one located in LMDZ.COMMON.
+- makelmdz : adaptations for compilation with RRTM and in 1D, and some cleanup.
+- create_make_gcm : cleanup and improved scaning of dependencies 
+
+* dyn3d_common:
+- iniconst.F90 : change argument list in call to disvert
+- disvert.F90 : change argument list; add "sima", "starto_**" cases
+- grilles_gcm_netcdf.F : removed because obsolete
+- q_sat.F : made free-form compatible
+- exner_hyb_m.F90 : now a module; some cleanup around beta and alpha;
+  made pkf an optional argument and removed the averaging of pks at the poles (because was
+  is not necessary; note that it changes model results wrt previous versions of code)
+- exner_milieu_m.F90 : now a module; some cleanup around beta and alpha;
+  made pkf an optional argument and removed the averaging of pks at the poles (because was
+  is not necessary; note that it changes model results wrt previous versions of code)
+- iniacademic.F90 : adaptations for changes with exner_* routines
+- removed PVtheta.F and tourabs.F
+
+* dyn3dpar :
+- parallel_lmdz.F90 : updates for XIOS and Oasis-MCT coupler
+- mod_const_mpi.F90 : updates for XIOS and Oasis-MCT coupler
+- conf_gcm.F : remove obsolete "grilles_gcm_netcdf" flag
+- logic.h : remove obsolete "grilles_gcm_netcdf" flag
+- ce0l.F : follow up on updates from Earth model
+- leapfrog_p.F : enable runing a number of dyn steps given by a negative "nday" value. Adaptations
+  for exner_* routines. Add computation of geopotential before calling physics.
+- gcm.F : enable runing a number of dyn steps given by a negative "nday" value
+- guide_p_mod.F90 : follow up on updates from Earth model
+- exner_hyb_p_m.F90 : now a module; some cleanup around beta and alpha;
+  made pkf an optional argument and removed the averaging of pks at the poles (because was
+  is not necessary; note that it changes model results wrt previous versions of code)
+- exner_milieu_p_m.F90 : now a module; some cleanup around beta and alpha;
+  made pkf an optional argument and removed the averaging of pks at the poles (because was
+  is not necessary; note that it changes model results wrt previous versions of code)
+- calfis_p.F : removed call to PVtheta
+
+* dyn3d :
+- conf_gcm.F : remove obsolete "grilles_gcm_netcdf" flag and made free-form compatible
+  (because it is included in the 1D Earth model, which is free form)
+- logic.h : remove obsolete "grilles_gcm_netcdf" flag
+- ce0l.F : follow up on updates from Earth model
+- leapfrog.F : enable runing a number of dyn steps given by a negative "nday" value. Adaptations
+  for exner_* routines. Add computation of geopotential before calling physics.
+- gcm.F : enable runing a number of dyn steps given by a negative "nday" value
+- guide_mod.F90 : follow up on updates from Earth model
+- calfis.F : removed call to PVtheta
+
+* bibio :
+- pres2lev_mod.F90 : move from dyn3d_common to bibio
+- wxios.F90 : follow up on updates on XIOS usage
+
+
