--- trunk/dyn3d/laplacien.f 2014/09/04 10:40:24 105 +++ trunk/dyn3d/laplacien.f 2014/09/09 12:54:30 106 @@ -10,13 +10,14 @@ ! P. Le Van ! Calcul de div(grad) de teta. + use dimens_m, only: iim, jjm use divergf_m, only: divergf use filtreg_m, only: filtreg use grad_m, only: grad USE paramet_m, ONLY: ip1jm, ip1jmp1, jjp1 INTEGER, intent(in):: klevel - REAL, intent(inout):: teta(ip1jmp1, klevel) + REAL, intent(inout):: teta(iim + 1, jjm + 1, klevel) ! Variables locales: REAL ghy(ip1jm, klevel), ghx(ip1jmp1, klevel)