Ignore:
Timestamp:
Mar 31, 2010, 2:54:07 PM (14 years ago)
Author:
idelkadi
Message:
  • Rajout de champs de sorties
  • Correction dans la partie convection (nouvelle physique)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/cv3_routines.F

    r1277 r1334  
    23192319      real upwd(nloc,nd), dnwd(nloc,nd), ma(nloc,nd)
    23202320      real dnwd0(nloc,nd), mip(nloc,nd)
    2321       real Vprecip(nloc,nd)
     2321      real Vprecip(nloc,nd+1)
    23222322      real tls(nloc,nd), tps(nloc,nd)
    23232323      real qcondc(nloc,nd)                               ! cld
     
    23552355      do il=1,ncum
    23562356       precip(il)=0.0
    2357 c       Vprecip(il,nd+1)=0.0
     2357       Vprecip(il,nd+1)=0.0
    23582358       wd(il)=0.0     ! gust
    23592359      enddo
Note: See TracChangeset for help on using the changeset viewer.