/[lmdze]/trunk/phylmd/concvl.f
ViewVC logotype

Diff of /trunk/phylmd/concvl.f

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

revision 265 by guez, Mon Feb 5 10:39:38 2018 UTC revision 266 by guez, Thu Apr 19 17:54:55 2018 UTC
# Line 42  contains Line 42  contains
42      REAL ma(klon, klev)      REAL ma(klon, klev)
43      real cape(klon) ! output (J / kg)      real cape(klon) ! output (J / kg)
44      INTEGER, intent(out):: iflag(klon)      INTEGER, intent(out):: iflag(klon)
45      REAL qcondc(klon, klev)      REAL, intent(out):: qcondc(klon, klev) ! in-cloud water content
46      REAL pmflxr(klon, klev + 1)      REAL pmflxr(klon, klev + 1)
47      REAL, intent(out):: da(:, :) ! (klon, klev)      REAL, intent(out):: da(:, :) ! (klon, klev)
48      REAL, intent(out):: phi(:, :, :) ! (klon, klev, klev)      REAL, intent(out):: phi(:, :, :) ! (klon, klev, klev)

Legend:
Removed from v.265  
changed lines
  Added in v.266

  ViewVC Help
Powered by ViewVC 1.1.21