Index: /trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def
===================================================================
--- /trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def	(revision 600)
+++ /trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def	(revision 601)
@@ -141,6 +141,4 @@
 ## CO2 options 
 ## ~~~~~~~~~~~
-# gas is non-ideal CO2 ?
-nonideal      = .false.
 # call CO2 condensation ?
 co2cond       = .false.
Index: /trunk/LMDZ.GENERIC/deftank/jupiter1d.rcm1d.def
===================================================================
--- /trunk/LMDZ.GENERIC/deftank/jupiter1d.rcm1d.def	(revision 600)
+++ /trunk/LMDZ.GENERIC/deftank/jupiter1d.rcm1d.def	(revision 601)
@@ -48,7 +48,7 @@
 # Simulate global averaged conditions ? 
 global1d       = .true.
-# Latitude (deg) [only used if force_cpp = F]
+# Latitude (deg) [only used if global1d = F]
 latitude       = 0.0
-# Solar Zenith angle (deg) [only used if force_cpp = T]
+# Solar Zenith angle (deg) [only used if global1d = T]
 szangle        = 45. 
 # Force specific heat capacity and molecular mass values
Index: /trunk/LMDZ.GENERIC/libf/phystd/interpolateH2H2.F90
===================================================================
--- /trunk/LMDZ.GENERIC/libf/phystd/interpolateH2H2.F90	(revision 600)
+++ /trunk/LMDZ.GENERIC/libf/phystd/interpolateH2H2.F90	(revision 601)
@@ -180,4 +180,5 @@
          write(*,*) 'Warning from bilinearH2H2:'
          write(*,*) 'Outside continuum temperature range!'
+         write(*,*) y,y_arr(1),y_arr(nY)
          if(y.lt.y_arr(1))then
             y=y_arr(1)+0.01
@@ -186,5 +187,6 @@
             y=y_arr(nY)-0.01
          endif
-      else
+      endif
+      !else
 
 !     in the y (temperature) direction 2nd
@@ -200,5 +202,5 @@
             goto 20
          endif
-      endif
+      !endif
       
       f11=f2d_arr(a,b)
Index: /trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F
===================================================================
--- /trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F	(revision 600)
+++ /trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F	(revision 601)
@@ -117,4 +117,5 @@
 
       saveprofile=.false.
+      saveprofile=.true.
 
 c ----------------------------------------
@@ -806,19 +807,18 @@
         END DO
 
-      ENDDO   ! fin de la boucle temporelle
-
 c    ========================================================
 c    GESTION DES SORTIE
 c    ========================================================
-
-! save temperature profile
       if(saveprofile)then
          OPEN(12,file='profile.out',form='formatted')
+         write(12,*) tsurf
          DO ilayer=1,nlayermx
-	    write(12,*) temp(ilayer), play(ilayer)
+            write(12,*) temp(ilayer) !, play(ilayer) !AS12 only temp so that iprofile=8 can be used
          ENDDO
          CLOSE(12)
       endif
 
+
+      ENDDO   ! fin de la boucle temporelle
 
 c    ========================================================
