Ignore:
Timestamp:
May 12, 2011, 3:32:22 PM (13 years ago)
Author:
idelkadi
Message:

Modifications des routines de convection :

  • correction de bug : le champ sigd n'etait pas decompresse avant d'etre sorti de la convection.
  • sortir de nouveaux champs de convection (plcl, plfc, wb)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F

    r1517 r1518  
    871871      REAL dnwd0(klon,klev)     ! unsaturated downdraft mass flux
    872872      REAL tvp(klon,klev)       ! virtual temp of lifted parcel
     873      REAL plcl(klon)           ! Lifting Condensation Level
     874      REAL plfc(klon)           ! Level of Free Convection
     875      REAL wbeff(klon)          ! saturated updraft velocity at LFC
    873876      CHARACTER*40 capemaxcels  !max(CAPE)
    874877
     
    879882      INTEGER ntra              ! nb traceurs pour convect4.3
    880883      REAL pori_con(klon)    ! pressure at the origin level of lifted parcel
    881       REAL plcl_con(klon),dtma_con(klon),dtlcl_con(klon)
     884      REAL dtma_con(klon),dtlcl_con(klon)
    882885      REAL dtvpdt1(klon,klev), dtvpdq1(klon,klev)
    883886      REAL dplcldt(klon), dplcldr(klon)
     
    21862189     .        d_t_con,d_q_con,d_u_con,d_v_con,d_tr,
    21872190     .        rain_con, snow_con, ibas_con, itop_con, sigd,
    2188      .        ema_cbmf,upwd,dnwd,dnwd0,
     2191     .        ema_cbmf,plcl,plfc,wbeff,upwd,dnwd,dnwd0,
    21892192     .        Ma,mip,Vprecip,cape,cin,tvp,Tconv,iflagctrl,
    21902193     .        pbase,bbase,dtvpdt1,dtvpdq1,dplcldt,dplcldr,qcondc,wd,
Note: See TracChangeset for help on using the changeset viewer.