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

Diff of /trunk/dyn3d/vlxqs.f

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

trunk/libf/dyn3d/vlxqs.f90 revision 57 by guez, Mon Jan 30 12:54:02 2012 UTC trunk/Sources/dyn3d/vlxqs.f revision 157 by guez, Mon Jul 20 16:01:49 2015 UTC
# Line 10  Line 10 
10        use dimens_m        use dimens_m
11        use paramet_m        use paramet_m
12        use comconst        use comconst
13        use comvert        use disvert_m
14        use conf_gcm_m        use conf_gcm_m
15        IMPLICIT NONE        IMPLICIT NONE
16  !  !
# Line 35  Line 35 
35        REAL adxqu(ip1jmp1),dxqmax(ip1jmp1,llm)        REAL adxqu(ip1jmp1),dxqmax(ip1jmp1,llm)
36        REAL u_mq(ip1jmp1,llm)        REAL u_mq(ip1jmp1,llm)
37    
38        Logical first,testcpu        Logical first
39        SAVE first,testcpu        SAVE first
40    
41        REAL      SSUM        REAL temps1,temps2,temps3,temps4,temps5
42        REAL temps0,temps1,temps2,temps3,temps4,temps5        SAVE temps1,temps2,temps3,temps4,temps5
       SAVE temps0,temps1,temps2,temps3,temps4,temps5  
43    
44    
45        DATA first,testcpu/.true.,.false./        DATA first/.true./
46    
47        IF(first) THEN        IF(first) THEN
48           temps1=0.           temps1=0.

Legend:
Removed from v.57  
changed lines
  Added in v.157

  ViewVC Help
Powered by ViewVC 1.1.21