/[lmdze]/trunk/dyn3d/Dissipation/nxgraro2.f
ViewVC logotype

Diff of /trunk/dyn3d/Dissipation/nxgraro2.f

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

revision 107 by guez, Thu Sep 11 15:09:15 2014 UTC revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 11  contains Line 11  contains
11      ! P. Le Van      ! P. Le Van
12      ! Calcul de nxgrad(rot) du vecteur v      ! Calcul de nxgrad(rot) du vecteur v
13    
14      USE dimens_m, ONLY: iim, jjm      USE dimensions, ONLY: iim, jjm
15      USE filtreg_m, ONLY: filtreg      USE filtreg_v_m, ONLY: filtreg_v
16      use nr_util, only: assert, assert_eq      use nr_util, only: assert, assert_eq
17      use rotatf_m, only: rotatf      use rotatf_m, only: rotatf
18    
# Line 50  contains Line 50  contains
50         CALL laplacien_rotgam(klevel, rot, rot)         CALL laplacien_rotgam(klevel, rot, rot)
51      ENDDO      ENDDO
52    
53      CALL filtreg(rot, direct = .true., intensive = .true.)      CALL filtreg_v(rot, intensive = .true.)
54      CALL nxgrad(klevel, rot, grx, gry)      CALL nxgrad(klevel, rot, grx, gry)
55    
56      nugradrs = (-1.)**lr * crot      nugradrs = (-1.)**lr * crot

Legend:
Removed from v.107  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.21