--- trunk/libf/dyn3d/exner_hyb.f90 2011/07/19 12:54:20 48 +++ trunk/libf/dyn3d/exner_hyb.f90 2012/09/20 13:00:41 66 @@ -30,7 +30,7 @@ use dimens_m, only: iim, jjm, llm use comconst, only: kappa, cpp - use comvert, only: preff + use disvert_m, only: preff use comgeom, only: aire_2d, apoln, apols use filtreg_m, only: filtreg @@ -68,7 +68,7 @@ if (present(pkf)) then pkf = pk - CALL filtreg(pkf, jjm + 1, llm, 2, 1, .TRUE., 1) + CALL filtreg(pkf, jjm + 1, llm, 2, 1, .TRUE.) end if END SUBROUTINE exner_hyb