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

Diff of /trunk/dyn3d/laplacien_gam.f

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

revision 3 by guez, Wed Feb 27 13:16:39 2008 UTC revision 55 by guez, Mon Dec 12 13:25:01 2011 UTC
# Line 22  c Line 22  c
22  c  c
23  c    ............     variables  en arguments    ..........  c    ............     variables  en arguments    ..........
24  c  c
25        INTEGER klevel        INTEGER, intent(in):: klevel
26        REAL teta( ip1jmp1,klevel ), divgra( ip1jmp1,klevel )        REAL teta( ip1jmp1,klevel ), divgra( ip1jmp1,klevel )
27        REAL cuvsga(ip1jm) , cvusga( ip1jmp1 ),unsaigam(ip1jmp1),        REAL cuvsga(ip1jm) , cvusga( ip1jmp1 ),unsaigam(ip1jmp1),
28       *     unsapolnga, unsapolsga       *     unsapolnga, unsapolsga
# Line 32  c Line 32  c
32        REAL ghy(ip1jm,llm), ghx(ip1jmp1,llm)        REAL ghy(ip1jm,llm), ghx(ip1jmp1,llm)
33  c    ......................................................  c    ......................................................
34    
 c  
 c  
 c   ...  cvuscugam  = ( cvu/ cu ) ** (- gamdissip )  
 c   ...  cuvscvgam  = ( cuv/ cv ) ** (- gamdissip )  calcules dans inigeom  ..  
 c   ...  unsairegam =  1. /  aire ** (- gamdissip )  
 c  
   
35        CALL SCOPY ( ip1jmp1 * klevel, teta, 1, divgra, 1 )        CALL SCOPY ( ip1jmp1 * klevel, teta, 1, divgra, 1 )
36  c  c
37        CALL   grad ( klevel, divgra, ghx, ghy )        CALL   grad ( klevel, divgra, ghx, ghy )

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

  ViewVC Help
Powered by ViewVC 1.1.21