/[lmdze]/trunk/libf/dyn3d/Dissipation/nxgrarot.f
ViewVC logotype

Diff of /trunk/libf/dyn3d/Dissipation/nxgrarot.f

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

trunk/libf/dyn3d/nxgrarot.f revision 54 by guez, Tue Dec 6 15:07:04 2011 UTC trunk/libf/dyn3d/Dissipation/nxgrarot.f revision 55 by guez, Mon Dec 12 13:25:01 2011 UTC
# Line 24  c Line 24  c
24  c  c
25  c  c
26        INTEGER klevel        INTEGER klevel
27        REAL xcov( ip1jmp1,klevel ), ycov( ip1jm,klevel )        REAL, intent(in):: xcov( ip1jmp1,klevel ), ycov( ip1jm,klevel )
28        REAL  grx( ip1jmp1,klevel ),  gry( ip1jm,klevel )        REAL  grx( ip1jmp1,klevel ),  gry( ip1jm,klevel )
29        real, intent(in):: crot        real, intent(in):: crot
30  c  c
# Line 35  c Line 35  c
35  c  c
36  c  c
37  c  c
38        CALL SCOPY ( ip1jmp1*klevel, xcov, 1, grx, 1 )        grx = xcov
39        CALL SCOPY (  ip1jm*klevel, ycov, 1, gry, 1 )        gry = ycov
40  c  c
41        DO 10 iter = 1,lr        DO 10 iter = 1,lr
42        CALL  rotat (klevel,grx, gry, rot )        CALL  rotat (klevel,grx, gry, rot )

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.21