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

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

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

trunk/dyn3d/Vlsplt/vly.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC trunk/Sources/dyn3d/Vlsplt/vly.f revision 156 by guez, Thu Jul 16 17:39:10 2015 UTC
# Line 7  Line 7 
7  !    *************************************************************  !    *************************************************************
8  !     q,masse_adv_v,w sont des arguments d'entree  pour le s-pg ....  !     q,masse_adv_v,w sont des arguments d'entree  pour le s-pg ....
9  !     dq              sont des arguments de sortie pour le s-pg ....  !     dq              sont des arguments de sortie pour le s-pg ....
10  !  
 !  
 !   ----------------------------------------------------------------  
       use dimens_m  
       use paramet_m  
11        use comconst        use comconst
12        use disvert_m        use comgeom, only: aire
13        use conf_gcm_m        use conf_gcm_m
14        use comgeom        use dimens_m
15          use disvert_m
16          USE dynetat0_m, only: rlonv, rlonu
17        USE nr_util, ONLY : pi        USE nr_util, ONLY : pi
18          use paramet_m
19    
20        IMPLICIT NONE        IMPLICIT NONE
21  !  !
22  !  !
# Line 25  Line 25 
25  !   ----------  !   ----------
26        REAL masse(ip1jmp1,llm),pente_max        REAL masse(ip1jmp1,llm),pente_max
27        REAL masse_adv_v( ip1jm,llm)        REAL masse_adv_v( ip1jm,llm)
28        REAL q(ip1jmp1,llm), dq( ip1jmp1,llm)        REAL q(ip1jmp1,llm)
29  !  !
30  !      Local  !      Local
31  !   ---------  !   ---------
# Line 33  Line 33 
33        INTEGER i,ij,l        INTEGER i,ij,l
34  !  !
35        REAL airej2,airejjm,airescb(iim),airesch(iim)        REAL airej2,airejjm,airescb(iim),airesch(iim)
36        REAL dyq(ip1jmp1,llm),dyqv(ip1jm),zdvm(ip1jmp1,llm)        REAL dyq(ip1jmp1,llm),dyqv(ip1jm)
37        REAL adyqv(ip1jm),dyqmax(ip1jmp1)        REAL adyqv(ip1jm),dyqmax(ip1jmp1)
38        REAL qbyv(ip1jm,llm)        REAL qbyv(ip1jm,llm)
39    
40        REAL qpns,qpsn,apn,aps,dyn1,dys1,dyn2,dys2,newmasse,fn,fs        REAL qpns,qpsn,dyn1,dys1,dyn2,dys2,newmasse,fn,fs
41  !     REAL newq,oldmasse  !     REAL newq,oldmasse
42        Logical extremum,first,testcpu        Logical first,testcpu
43        REAL temps0,temps1,temps2,temps3,temps4,temps5,second        REAL temps0,temps1,temps2,temps3,temps4,temps5
44        SAVE temps0,temps1,temps2,temps3,temps4,temps5        SAVE temps0,temps1,temps2,temps3,temps4,temps5
45        SAVE first,testcpu        SAVE first,testcpu
46    

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

  ViewVC Help
Powered by ViewVC 1.1.21