--- trunk/phylmd/clqh.f 2018/07/20 17:53:18 285 +++ trunk/phylmd/Interface_surf/clqh.f 2018/07/24 16:57:36 290 @@ -134,9 +134,9 @@ h = RCPD * t * pkf ! Convertir les coefficients en variables convenables au calcul: - forall (k = 2:klev) zx_coef(:, k) = coef(:, k) * RG & + forall (k = 2:klev) zx_coef(:, k) = coef(:, k) & / (pplay(:, k - 1) - pplay(:, k)) & - * (paprs(:, k) * 2 / (t(:, k) + t(:, k - 1)) / RD)**2 * dtime * RG + * (paprs(:, k) * 2 / (t(:, k) + t(:, k - 1)) / RD)**2 * dtime * RG**2 ! Preparer les flux lies aux contre-gardients forall (k = 2:klev) gamah(:, k) = gamt(:, k) * (RD * (t(:, k - 1) &