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

Diff of /trunk/phylmd/CV_routines/cv_closure.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 7  Line 7 
7        implicit none        implicit none
8    
9  ! inputs:  ! inputs:
10        integer ncum, nd, nloc        integer, intent(in):: ncum, nd, nloc
11        integer nk(nloc), icb(nloc)        integer nk(nloc), icb(nloc)
12        real tv(nloc,nd), tvp(nloc,nd), p(nloc,nd), dph(nloc,nd)        real tv(nloc,nd), tvp(nloc,nd), p(nloc,nd), dph(nloc,nd)
13        real ph(nloc,nd+1) ! caution nd instead ndp1 to be consistent...        real ph(nloc,nd+1) ! caution nd instead ndp1 to be consistent...

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

  ViewVC Help
Powered by ViewVC 1.1.21