Index: trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
===================================================================
--- trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90	(revision 2239)
+++ trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90	(revision 2241)
@@ -187,4 +187,12 @@
      call getin_p("eff_gz", eff_gz)
      write(*,*) "eff_gz = ", eff_gz
+     
+     ! sanity check warning
+     if (eff_gz) then
+       print*,"WARNING : You run chemistry with effective altitude-dependent gravity field !!"
+       print*,"You will have no coherence in your heating rates between physics and dynamics !!"
+       print*,"I let you continue but you should rather set eff_gz =.false. ..."
+     endif
+
          
 ! Test of incompatibility:
@@ -237,5 +245,5 @@
        
        write(*,*) "use correlated-k recombination instead of pre-mixed values ?"
-       corrk_recombin=.true. ! default value
+       corrk_recombin=.false.! default value
        call getin_p("corrk_recombin",corrk_recombin)
        write(*,*) " corrk_recombin = ",corrk_recombin
@@ -361,13 +369,4 @@
      endif
      
-     ! sanity check warning
-     if (callchim.and.(.not.eff_gz)) then
-       print*,"WARNING : You run chemistry without effective altitude-dependent gravity field !!"
-       print*,"You will have wrong vertical photodissociations rates, that's crazy !!"
-       print*,"I let you continue but you should rather set eff_gz =.true. ..."
-       !stop
-     endif
-
-
      write(*,*)"Chemistry is computed every ichim", &
                    " physical timestep"
