/[lmdze]/trunk/phylmd/CV_routines/cv_yield.f
ViewVC logotype

Diff of /trunk/phylmd/CV_routines/cv_yield.f

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

revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC revision 97 by guez, Fri Apr 25 14:58:31 2014 UTC
# Line 1  Line 1 
   
1        SUBROUTINE cv_yield(nloc,ncum,nd,nk,icb,inb,delt &        SUBROUTINE cv_yield(nloc,ncum,nd,nk,icb,inb,delt &
2                     ,t,q,u,v,gz,p,ph,h,hp,lv,cpn &                     ,t,q,u,v,gz,p,ph,h,hp,lv,cpn &
3                     ,ep,clw,frac,m,mp,qp,up,vp &                     ,ep,clw,frac,m,mp,qp,up,vp &
# Line 13  Line 12 
12    
13    
14  ! inputs  ! inputs
15        integer ncum, nd, nloc        integer, intent(in):: ncum, nd, nloc
16        integer nk(nloc), icb(nloc), inb(nloc)        integer nk(nloc), icb(nloc), inb(nloc)
17        integer nent(nloc,nd)        integer nent(nloc,nd)
18        real, intent(in):: delt        real, intent(in):: delt

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

  ViewVC Help
Powered by ViewVC 1.1.21