Index: trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
===================================================================
--- trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90	(revision 4163)
+++ trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90	(revision 4166)
@@ -911,6 +911,6 @@
    if (.not.found) then
      write(*,*) "phyetat0: Failed loading <h2oice_depth> : ", &
-                          "<h2oice_depth> is set as -1 (no subsurface ice)"
-     h2oice_depth(:,:) = -1.
+                          "<h2oice_depth> is set as -999 (no subsurface ice)"
+     h2oice_depth(:,:) = -999.
    endif
    
@@ -919,5 +919,5 @@
    if (.not.found) then
      write(*,*) "phyetat0: Failed loading <flux_ssice> : ", &
-                          "<flux_ssice> is set as -1 (no subsurface ice)"
+                          "<flux_ssice> is set as 0 (no subsurface ice)"
      zdqsdif_ssi_tot(:,:) = 0.
    endif
@@ -935,6 +935,6 @@
    if (.not.found) then
      write(*,*) "phyetat0: Failed loading <co2ice_depth> : ", &
-                          "<co2ice_depth> is set as -1 (no subsurface ice)"
-     co2ice_depth(:,:) = -1.
+                          "<co2ice_depth> is set as -999 (no subsurface ice)"
+     co2ice_depth(:,:) = -999.
    endif
 
@@ -948,6 +948,6 @@
     endif ! not found
   else ! no startphy_file
-    h2oice_depth(:,:) = -1.
-    co2ice_depth(:,:) = -1.
+    h2oice_depth(:,:) = -999.
+    co2ice_depth(:,:) = -999.
     zdqsdif_ssi_tot(:,:) = 0.
     coef_ssdif(:,:) = 4.e-4
@@ -956,6 +956,6 @@
   endif !startphy_file
 else
-   h2oice_depth(:,:) = -1.
-   co2ice_depth(:,:) = -1.
+   h2oice_depth(:,:) = -999.
+   co2ice_depth(:,:) = -999.
    zdqsdif_ssi_tot(:,:) = 0.
    coef_ssdif(:,:) = 4.e-4
