/[lmdze]/trunk/dyn3d/Vlsplt/vly.f
ViewVC logotype

Diff of /trunk/dyn3d/Vlsplt/vly.f

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

revision 156 by guez, Thu Jul 16 17:39:10 2015 UTC revision 157 by guez, Mon Jul 20 16:01:49 2015 UTC
# Line 23  Line 23 
23  !  !
24  !   Arguments:  !   Arguments:
25  !   ----------  !   ----------
26        REAL masse(ip1jmp1,llm),pente_max        REAL masse(ip1jmp1,llm)
27          real, intent(in):: pente_max
28        REAL masse_adv_v( ip1jm,llm)        REAL masse_adv_v( ip1jm,llm)
29        REAL q(ip1jmp1,llm)        REAL q(ip1jmp1,llm)
30  !  !
# Line 39  Line 40 
40    
41        REAL qpns,qpsn,dyn1,dys1,dyn2,dys2,newmasse,fn,fs        REAL qpns,qpsn,dyn1,dys1,dyn2,dys2,newmasse,fn,fs
42  !     REAL newq,oldmasse  !     REAL newq,oldmasse
43        Logical first,testcpu        Logical first
44        REAL temps0,temps1,temps2,temps3,temps4,temps5        SAVE first
       SAVE temps0,temps1,temps2,temps3,temps4,temps5  
       SAVE first,testcpu  
45    
46        REAL convpn,convps,convmpn,convmps        REAL convpn,convps,convmpn,convmps
47        real massepn,masseps,qpn,qps        real massepn,masseps,qpn,qps
# Line 54  Line 53 
53  !  !
54        REAL      SSUM        REAL      SSUM
55    
56        DATA first,testcpu/.true.,.false./        DATA first/.true./
       DATA temps0,temps1,temps2,temps3,temps4,temps5/0.,0.,0.,0.,0.,0./  
57    
58        IF(first) THEN        IF(first) THEN
59           PRINT*,'Shema  Amont nouveau  appele dans  Vanleer   '           PRINT*,'Shema  Amont nouveau  appele dans  Vanleer   '

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

  ViewVC Help
Powered by ViewVC 1.1.21