Index: trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
===================================================================
--- trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90	(revision 2126)
+++ trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90	(revision 2135)
@@ -17,5 +17,5 @@
                          output_grads_dyn, periodav, planet_type, &
                          raz_date, resetvarc, starttime, timestart, &
-                         ecritstart,force_conserv_tracer
+                         ecritstart, cpofT,force_conserv_tracer
   USE infotrac, ONLY : type_trac
   use assert_m, only: assert
@@ -476,4 +476,14 @@
   iphysiq = 5
   CALL getin('iphysiq', iphysiq)
+
+!Config  Key  =  cpofT
+!Config  Desc = dependence of Cp on T
+!Config  Def  = False
+!Config  Help = dependence of Cp on T (true or false)
+  cpofT = .False.
+  if (planet_type.eq."venus") then
+   cpofT = .True.
+  endif
+  CALL getin('cpofT', cpofT)
 
 !Config  Key  = iflag_trac
@@ -952,4 +962,5 @@
  write(lunout,*)' iflag_phys = ', iflag_phys
  write(lunout,*)' iphysiq = ', iphysiq
+ write(lunout,*)' cpofT = ', cpofT
  write(lunout,*)' iflag_trac = ', iflag_trac
  write(lunout,*)' iapp_tracvl = ', iapp_tracvl
