/[lmdze]/trunk/Sources/phylmd/CV_routines/cv_mixing.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/CV_routines/cv_mixing.f

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

trunk/phylmd/CV_routines/cv_mixing.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC trunk/Sources/phylmd/CV_routines/cv_mixing.f revision 134 by guez, Wed Apr 29 15:47:56 2015 UTC
# Line 4  Line 4 
4                            ,hp,tv,tvp,ep,clw,cbmf &                            ,hp,tv,tvp,ep,clw,cbmf &
5                            ,m,ment,qent,uent,vent,nent,sij,elij)                            ,m,ment,qent,uent,vent,nent,sij,elij)
6              use cvthermo              use cvthermo
7              use cvparam              use cv_param
8        implicit none        implicit none
9    
10    
11  ! inputs:  ! inputs:
12        integer ncum, nd, nloc        integer, intent(in):: ncum, nd, nloc
13        integer icb(nloc), inb(nloc), inb1(nloc), nk(nloc)        integer icb(nloc), inb(nloc), inb1(nloc), nk(nloc)
14        real cbmf(nloc), qnk(nloc)        real cbmf(nloc), qnk(nloc)
15        real ph(nloc,nd+1)        real ph(nloc,nd+1)

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

  ViewVC Help
Powered by ViewVC 1.1.21