Index: /trunk/LMDZ.COMMON/libf/evolution/changelog.txt
===================================================================
--- /trunk/LMDZ.COMMON/libf/evolution/changelog.txt	(revision 3135)
+++ /trunk/LMDZ.COMMON/libf/evolution/changelog.txt	(revision 3136)
@@ -142,2 +142,5 @@
 
 /!\ Commit for the PEM management of co2 ice before a rework of ice management in the PEM!
+
+== 22/11/2023 == JBC
+Update of files in the deftank: addition of variables in the xml definition files, inclusion of "callphys.def" into "run_PEM.def" and minor typo in "launch_pem.sh".
Index: /trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml
===================================================================
--- /trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml	(revision 3135)
+++ /trunk/LMDZ.MARS/deftank/field_def_physics_mars.xml	(revision 3136)
@@ -560,4 +560,29 @@
             <field id="co2ice_slope07"
                    long_name="CO2 ice thickness on slope 07"
+                   unit="kg/m2" />
+
+            <field id="perennial_co2ice"
+                   long_name="Perennial co2 ice thickness"
+                   unit="kg.m-2" />
+            <field id="perennial_co2ice_slope01"
+                   long_name="Perennial co2 ice thickness of slope 01"
+                   unit="kg.m-2" />
+            <field id="perennial_co2ice_slope02"
+                   long_name="Perennial co2 ice thickness of slope 02"
+                   unit="kg/m2" />
+            <field id="perennial_co2ice_slope03"
+                   long_name="Perennial co2 ice thickness of slope 03"
+                   unit="kg/m2" />
+            <field id="perennial_co2ice_slope04"
+                   long_name="Perennial co2 ice thickness of slope 04"
+                   unit="kg/m2" />
+            <field id="perennial_co2ice_slope05"
+                   long_name="Perennial co2 ice thickness of slope 05"
+                   unit="kg/m2" />
+            <field id="perennial_co2ice_slope06"
+                   long_name="Perennial co2 ice thickness of slope 06"
+                   unit="kg/m2" />
+            <field id="perennial_co2ice_slope07"
+                   long_name="Perennial co2 ice thickness of slope 07"
                    unit="kg/m2" />
 
Index: /trunk/LMDZ.MARS/deftank/file_def_physics_mars.xml
===================================================================
--- /trunk/LMDZ.MARS/deftank/file_def_physics_mars.xml	(revision 3135)
+++ /trunk/LMDZ.MARS/deftank/file_def_physics_mars.xml	(revision 3136)
@@ -112,4 +112,5 @@
                 <field field_ref="h2o_ice_s" />
                 <field field_ref="watercap" />
+                <field field_ref="perennial_co2ice" />
             </field_group>
 
@@ -184,4 +185,11 @@
                 <field field_ref="watercap_slope06" />
                 <field field_ref="watercap_slope07" />
+                <field field_ref="perennial_co2ice_slope01" />
+                <field field_ref="perennial_co2ice_slope02" />
+                <field field_ref="perennial_co2ice_slope03" />
+                <field field_ref="perennial_co2ice_slope04" />
+                <field field_ref="perennial_co2ice_slope05" />
+                <field field_ref="perennial_co2ice_slope06" />
+                <field field_ref="perennial_co2ice_slope07" />
             </field_group>
 
Index: /trunk/LMDZ.MARS/deftank/pem/launch_pem.sh
===================================================================
--- /trunk/LMDZ.MARS/deftank/pem/launch_pem.sh	(revision 3135)
+++ /trunk/LMDZ.MARS/deftank/pem/launch_pem.sh	(revision 3136)
@@ -156,8 +156,10 @@
     done
     sed -i "1s/.*/$i_myear $n_myear $convert_years/" info_PEM.txt
+
     #--- Reshaping PCM data with XIOS
     echo "Reshaping PCM data with XIOS..."
     ./$exeReshape
     echo "Done!"
+
     #--- Running PEM
     echo "Run PEM $iPEM..."
Index: /trunk/LMDZ.MARS/deftank/pem/run_PEM.def
===================================================================
--- /trunk/LMDZ.MARS/deftank/pem/run_PEM.def	(revision 3135)
+++ /trunk/LMDZ.MARS/deftank/pem/run_PEM.def	(revision 3136)
@@ -72,2 +72,5 @@
 # Amont of water reservoir if the variable is not present in startfi_PEM.nc? Default = 1.e4
 # water_reservoir_nom=1e4
+
+# Some definitions for the physics, in file 'callphys.def'
+INCLUDEDEF=callphys.def
