Index: trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90
===================================================================
--- trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90	(revision 2972)
+++ trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90	(revision 3893)
@@ -156,5 +156,5 @@
             print*,'In condens_cloud but no CO2 ice tracer, exiting.'
             print*,'Still need generalisation to arbitrary species!'
-            stop
+            call abort_physic("condense_co2", "no CO2 ice tracer in condens_cloud",1)
          endif
 
@@ -369,5 +369,5 @@
             write(116,*) 0.0, pplev(1,1), 0.0, 0.0
             close(116)
-            call abort
+            call abort_physic("condense_co2", "1D: CO2 condensation at the surface not allowed", 1)
          endif
 
@@ -416,5 +416,5 @@
                PRINT*,'Ps = ',pplev(ig,1)
                PRINT*,'d Ps = ',pdpsrfc(ig)
-               STOP
+               call abort_physic("condense_co2", "Condensing more than total mass", 1)
             ENDIF
          END IF
