Index: trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml
===================================================================
--- trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml	(revision 3774)
+++ trunk/LMDZ.GENERIC/deftank/xios/context_pcm_physics.xml	(revision 4121)
@@ -6,5 +6,5 @@
     <domain_definition>
         <!-- NB: dom_glo data_dim is 1 for DYNAMICO and 2 for LMDZ.COMMON -->
-        <domain_group id="dom_glo" data_dim="1">
+        <domain_group id="dom_glo" data_dim="2">
           <domain id="dom_glo" />
         </domain_group>
@@ -49,5 +49,5 @@
 
         <!-- NB: dom_out data_ref should be "dom_glo" with LMDZ.COMMON -->
-        <domain id="dom_out" domain_ref="dom_128_96"/>
+        <domain id="dom_out" domain_ref="dom_glo"/>
     </domain_definition>
 
@@ -64,5 +64,10 @@
               standard_name="Pseudo-altitude of model vertical levels"
               unit="km">
-        </axis>
+      </axis>
+        <axis id="soildepth"
+              standard_name="Soil mid-layer depth"
+              unit="m">
+      </axis>
+
         <axis id="controle_axe"
               standard_name="Controle"
@@ -93,4 +98,8 @@
             <domain domain_ref="dom_glo" />
             <axis axis_ref="altitude" />
+    	</grid>
+	<grid id="grid_soil">
+            <domain domain_ref="dom_glo" />
+            <axis axis_ref="soildepth" />
         </grid>
         <grid id="grid_2D">
@@ -119,4 +128,8 @@
             <domain domain_ref="dom_out" />
             <axis axis_ref="altitude" />
+    	</grid>
+	<grid id="grid_soil_out">
+            <domain domain_ref="dom_out" />
+            <axis axis_ref="soildepth" />
         </grid>
         <grid id="grid_2D_out">
