/[lmdze]/trunk/dyn3d/laplacien.f
ViewVC logotype

Diff of /trunk/dyn3d/laplacien.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 103 by guez, Fri Aug 29 13:00:05 2014 UTC revision 106 by guez, Tue Sep 9 12:54:30 2014 UTC
# Line 10  contains Line 10  contains
10      ! P. Le Van      ! P. Le Van
11      ! Calcul de div(grad) de teta.      ! Calcul de div(grad) de teta.
12    
13        use dimens_m, only: iim, jjm
14      use divergf_m, only: divergf      use divergf_m, only: divergf
15      use filtreg_m, only: filtreg      use filtreg_m, only: filtreg
16      use grad_m, only: grad      use grad_m, only: grad
17      USE paramet_m, ONLY: ip1jm, ip1jmp1, jjp1      USE paramet_m, ONLY: ip1jm, ip1jmp1, jjp1
18    
19      INTEGER, intent(in):: klevel      INTEGER, intent(in):: klevel
20      REAL, intent(inout):: teta(ip1jmp1, klevel)      REAL, intent(inout):: teta(iim + 1, jjm + 1, klevel)
21    
22      ! Variables locales:      ! Variables locales:
23      REAL ghy(ip1jm, klevel), ghx(ip1jmp1, klevel)      REAL ghy(ip1jm, klevel), ghx(ip1jmp1, klevel)

Legend:
Removed from v.103  
changed lines
  Added in v.106

  ViewVC Help
Powered by ViewVC 1.1.21