Index: trunk/LMDZ.GENERIC/libf/phygeneric/iniwrite_specVI.F
===================================================================
--- trunk/LMDZ.GENERIC/libf/phygeneric/iniwrite_specVI.F	(revision 4036)
+++ trunk/LMDZ.GENERIC/libf/phygeneric/iniwrite_specVI.F	(revision 4146)
@@ -3,5 +3,5 @@
       use radinc_h, only: L_NSPECTV
       use radcommon_h, only: WNOV,DWNV
-      use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, pi
+      use comcstfi_mod, only: rad, omeg, g, mugaz_ref, rcp_ref, pi
       use time_phylmdz_mod, only: daysec, dtphys
 !      USE logic_mod, ONLY: fxyhypb,ysinus
@@ -73,6 +73,6 @@
       tab_cntrl(6)  = omeg
       tab_cntrl(7)  = g
-      tab_cntrl(8)  = mugaz
-      tab_cntrl(9)  = rcp
+      tab_cntrl(8)  = mugaz_ref
+      tab_cntrl(9)  = rcp_ref
       tab_cntrl(10) = daysec
       tab_cntrl(11) = dtphys
