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

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

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

revision 53 by guez, Thu Mar 25 14:29:07 2010 UTC revision 54 by guez, Tue Dec 6 15:07:04 2011 UTC
# Line 1  Line 1 
1  !  !
2  ! $Header: /home/cvsroot/LMDZ4/libf/dyn3d/nxgrarot.F,v 1.1.1.1 2004/05/19 12:53:06 lmdzadmin Exp $  ! $Header: /home/cvsroot/LMDZ4/libf/dyn3d/nxgrarot.F,v 1.1.1.1 2004/05/19 12:53:06 lmdzadmin Exp $
3  !  !
4        SUBROUTINE nxgrarot (klevel,xcov, ycov, lr, grx, gry )        SUBROUTINE nxgrarot (klevel,xcov, ycov, lr, grx, gry, crot )
5  c   ***********************************************************  c   ***********************************************************
6  c  c
7  c    Auteur :  P.Le Van    c    Auteur :  P.Le Van  
# Line 18  c Line 18  c
18        use dimens_m        use dimens_m
19        use paramet_m        use paramet_m
20        use logic        use logic
             use inidissip_m  
21        use filtreg_m, only: filtreg        use filtreg_m, only: filtreg
22        IMPLICIT NONE        IMPLICIT NONE
23  c  c
# Line 27  c Line 26  c
26        INTEGER klevel        INTEGER klevel
27        REAL xcov( ip1jmp1,klevel ), ycov( ip1jm,klevel )        REAL 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
30  c  c
31        REAL rot(ip1jm,llm)        REAL rot(ip1jm,llm)
32    

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

  ViewVC Help
Powered by ViewVC 1.1.21