Index: LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90
===================================================================
--- LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90	(revision 5824)
+++ LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90	(revision 5825)
@@ -51,5 +51,5 @@
           , iflag_thermals, nsplit_thermals              &
           , iflag_physiq, ok_3Deffect, ok_water_mass_fixer             &
-          , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon, iflag_tropo
+          , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon, iflag_tropopause_height
 
 
@@ -158,5 +158,5 @@
 
   ! flag pour le choix du calcul de tropopause pour l'ozone
-  INTEGER :: iflag_tropo
+  INTEGER :: iflag_tropopause_height
 
 
@@ -208,5 +208,5 @@
   !$OMP      , iflag_thermals, nsplit_thermals              &
   !$OMP      , iflag_physiq, ok_3Deffect, ok_water_mass_fixer             &
-  !$OMP      , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon, iflag_tropo )
+  !$OMP      , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon, iflag_tropopause_height )
 
 END MODULE clesphys_mod_h
Index: LMDZ6/trunk/libf/phylmd/physiq_mod.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 5824)
+++ LMDZ6/trunk/libf/phylmd/physiq_mod.F90	(revision 5825)
@@ -1521,6 +1521,6 @@
        ok_water_mass_fixer=.FALSE.  ! OB: by default we do not apply the mass fixer
        CALL getin_p('ok_water_mass_fixer',ok_water_mass_fixer)
-       iflag_tropo = 0 ! IM: iflag_tropo = 0 => PV tropopause; iflag_tropo=1 => LR tropopause
-       CALL getin_p('iflag_tropo', iflag_tropo)
+       iflag_tropopause_height = 1 ! IM: iflag_tropopause_height = 0 => PV tropopause; iflag_tropopause_height=1 => LR tropopause
+       CALL getin_p('iflag_tropopause_height', iflag_tropopause_height)
 IF (CPPKEY_DUST) THEN
        IF (iflag_phytrac.EQ.0) THEN
@@ -2688,7 +2688,7 @@
           IF(adjust_tropopause) THEN
              CALL stratosphere_mask(missing_val, pphis, t_seri, pplay, latitude_deg)
-             IF(iflag_tropo.EQ.0) THEN
+             IF(iflag_tropopause_height.EQ.0) THEN
                dyntropo=dyn_tropopause(t_seri, ztsol, paprs, pplay, rot)
-             ELSEIF(iflag_tropo.EQ.1) THEN
+             ELSEIF(iflag_tropopause_height.EQ.1) THEN
                dyntropo=p_tropopause
              ENDIF
