Index: /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
===================================================================
--- /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F	(revision 2075)
+++ /trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F	(revision 2076)
@@ -517,5 +517,6 @@
 !!! - physical constants: nevermind, things are done allright below
 !!! - physical frequency: nevermind, in inifis this is a simple print
-      cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
+      cpp=-9999. ! dummy init for inifis, will be rewrite later on
+      r=-9999.   ! dummy init for inifis, will be rewrite later on
       CALL inifis(1,llm,nq,day0,daysec,nday,dtphys,
      .            latitude,longitude,cell_area,rad,g,r,cpp)
Index: /trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F
===================================================================
--- /trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F	(revision 2075)
+++ /trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F	(revision 2076)
@@ -490,5 +490,6 @@
 !!! - physical constants: nevermind, things are done allright below
 !!! - physical frequency: nevermind, in inifis this is a simple print
-      cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
+      cpp=-9999. ! dummy init for inifis, will be rewrite later on
+      r=-9999.   ! dummy init for inifis, will be rewrite later on
       CALL inifis(1,llm,nq,day0,daysec,nday,dtphys,
      .            latitude,longitude,cell_area,rad,g,r,cpp)
