Index: trunk/DOC/chantiers/commit_importants.log
===================================================================
--- trunk/DOC/chantiers/commit_importants.log	(revision 1549)
+++ trunk/DOC/chantiers/commit_importants.log	(revision 1564)
@@ -1767,2 +1767,24 @@
 - calfis_p.F: added computation of relative wind vorticity (input required
   by Earth physics)
+
+**********************
+**** commit_v1563 ****
+**********************
+
+iniphysiq in all GCMs
+---------------------
+
+iniphysiq was performing two main tasks
+- one that is planet-independent i.e. setting the physics grid and geometry
+(we checked: the lines of code in phyxxx/iniphysiq_mod were doing
+the exact same things)
+- one that is planet-dependent i.e. time settings, planetary constants
+
+now the planet-independent initialization is done by inigeomphy_mod
+which is in dynphy_lonlat and the planet-dependent initialization is done
+in the respective phyxxx folders
+
+this commit is intended for interface lisibility and modular approach
+following the framework adopted by Ehouarn in the last commits
+it paves the path for a similar (and, now, easy) counterpart for mesoscale
+models
