/[lmdze]/trunk/Sources/phylmd/CV30_routines/cv30_undilute1.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/CV30_routines/cv30_undilute1.f

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

trunk/phylmd/CV3_routines/cv3_undilute1.f90 revision 76 by guez, Fri Nov 15 18:45:49 2013 UTC trunk/phylmd/CV3_routines/cv3_undilute1.f revision 103 by guez, Fri Aug 29 13:00:05 2014 UTC
# Line 20  Line 20 
20    
21    
22  ! inputs:  ! inputs:
23        integer len, nd        integer, intent(in):: len, nd
24        integer nk(len), icb(len)        integer nk(len), icb(len)
25        real, intent(in):: t(len,nd)        real, intent(in):: t(len,nd)
26        real q(len,nd), qs(len,nd), gz(len,nd)        real, intent(in):: q(len,nd), qs(len,nd), gz(len,nd)
27        real p(len,nd)        real, intent(in):: p(len,nd)
28        real plcl(len) ! convect3        real plcl(len) ! convect3
29    
30  ! outputs:  ! outputs:

Legend:
Removed from v.76  
changed lines
  Added in v.103

  ViewVC Help
Powered by ViewVC 1.1.21