/[lmdze]/trunk/libf/phylmd/CV3_routines/cv3_prelim.f90
ViewVC logotype

Diff of /trunk/libf/phylmd/CV3_routines/cv3_prelim.f90

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

revision 51 by guez, Fri Jul 1 15:00:48 2011 UTC revision 52 by guez, Fri Sep 23 12:28:01 2011 UTC
# Line 13  Line 13 
13    
14  ! inputs:  ! inputs:
15        integer len, nd, ndp1        integer len, nd, ndp1
16        real t(len,nd), q(len,nd), p(len,nd), ph(len,ndp1)        real, intent(in):: t(len,nd)
17          real q(len,nd), p(len,nd), ph(len,ndp1)
18    
19  ! outputs:  ! outputs:
20        real lv(len,nd), cpn(len,nd), tv(len,nd)        real lv(len,nd), cpn(len,nd), tv(len,nd)

Legend:
Removed from v.51  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.21