Index: trunk/LMDZ.PLUTO/libf/phypluto/phyetat0_mod.F90
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/phyetat0_mod.F90	(revision 3501)
+++ trunk/LMDZ.PLUTO/libf/phypluto/phyetat0_mod.F90	(revision 3502)
@@ -71,5 +71,5 @@
       CHARACTER*1 yes
 !
-      REAL p_rad,p_omeg,p_g,p_cpp,p_mugaz,p_daysec,TI
+      REAL p_rad,p_omeg,p_g,p_cpp,p_mugaz,p_daysec,thermal_inertia_if_no_startfi
       INTEGER nqold
 
@@ -268,6 +268,7 @@
   endif
 else
-  call getin_p("therm_inertia",TI)
-  therm_inertia(:,:) = TI
+  thermal_inertia_if_no_startfi=400 ! default value
+  call getin_p("thermal_inertia_if_no_startfi",thermal_inertia_if_no_startfi)
+  therm_inertia(:,:) = thermal_inertia_if_no_startfi
     !AF24
 endif ! of if (startphy_file)
