/[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 82 by guez, Wed Mar 5 14:57:53 2014 UTC revision 107 by guez, Thu Sep 11 15:09:15 2014 UTC
# Line 14  contains Line 14  contains
14      USE dimens_m, ONLY: iim, jjm      USE dimens_m, ONLY: iim, jjm
15      USE filtreg_m, ONLY: filtreg      USE filtreg_m, ONLY: filtreg
16      use nr_util, only: assert, assert_eq      use nr_util, only: assert, assert_eq
17        use rotatf_m, only: rotatf
18    
19      ! Composantes covariantes de v :      ! Composantes covariantes de v :
20      REAL, intent(in):: xcov(:, :, :) ! (iim + 1, jjm + 1, :)      REAL, intent(in):: xcov(:, :, :) ! (iim + 1, jjm + 1, :)
# Line 49  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, jjm, klevel, 2, 1, .FALSE.)      CALL filtreg(rot, direct = .true., 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.82  
changed lines
  Added in v.107

  ViewVC Help
Powered by ViewVC 1.1.21