Index: trunk/LMDZ.COMMON/libf/evolution/allocation.F90
===================================================================
--- trunk/LMDZ.COMMON/libf/evolution/allocation.F90	(revision 4138)
+++ trunk/LMDZ.COMMON/libf/evolution/allocation.F90	(revision 4157)
@@ -28,4 +28,5 @@
 use orbit,      only: ini_orbit, end_orbit
 use output,     only: ini_output, end_output
+use planet,     only: ini_planet, end_planet
 
 ! DECLARATION
@@ -67,4 +68,5 @@
 
 ! Initialize everything else
+call ini_planet()
 call ini_atmosphere()
 call ini_tracers()
@@ -115,4 +117,5 @@
 call end_tracers()
 call end_atmosphere()
+call end_planet()
 call end_geometry()
 
