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/cv3a_uncompress.F

    r879 r1334  
    3939      real ft(nloc,nd), fq(nloc,nd), fu(nloc,nd), fv(nloc,nd)
    4040      real ftra(nloc,nd,ntra)
    41       real Ma(nloc,nd),mip(nloc,nd),Vprecip(nloc,nd)
     41      real Ma(nloc,nd),mip(nloc,nd),Vprecip(nloc,nd+1)
    4242      real upwd(nloc,nd),dnwd(nloc,nd),dnwd0(nloc,nd)
    4343      real qcondc(nloc,nd)
     
    5555      real ft1(len,nd), fq1(len,nd), fu1(len,nd), fv1(len,nd)
    5656      real ftra1(len,nd,ntra)
    57       real Ma1(len,nd),mip1(len,nd),Vprecip1(len,nd)
     57      real Ma1(len,nd),mip1(len,nd),Vprecip1(len,nd+1)
    5858      real upwd1(len,nd),dnwd1(len,nd),dnwd01(len,nd)
    5959      real qcondc1(len,nd)
Note: See TracChangeset for help on using the changeset viewer.