Ignore:
Timestamp:
Feb 13, 2015, 8:22:32 AM (10 years ago)
Author:
fhourdin
Message:

Introduction of a bi-gausian descrption of the subgrid scale
distribution of water associated with deep convection.

Introduction d'un schéma bi-gausien pour la distribution sous maille
de l'eau associée à la convection profonde.

Contrôlé par
iflag_cld_cv=2 (1 pour le schéma de Bony et Emanuel 2001)
autres paramètres de contrôle : tau_cld_cv et coefw_cld_cv

Arnaud Jam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/concvl.F90

    r2201 r2205  
    1515                  dd_t, dd_q, lalim_conv, wght_th, &                 ! RomP
    1616                  evap, ep, epmlmMm, eplaMm, &                       ! RomP
    17                   wdtrainA, wdtrainM, wght)                          ! RomP+RL
     17                  wdtrainA, wdtrainM, wght, qtc, sigt, &
     18                  tau_cld_cv, coefw_cld_cv)                           ! RomP+RL, AJ
    1819!RomP <<<
    1920! **************************************************************
     
    136137  REAL dplcldt(klon), dplcldr(klon)
    137138  REAL qcondc(klon, klev)
     139  REAL qtc(klon, klev)
     140  REAL sigt(klon, klev)
    138141  REAL wd(klon)
    139142  REAL plim1(klon), plim2(klon), asupmax(klon, klev)
     
    142145  REAL sigd(klon)
    143146  REAL zx_t, zdelta, zx_qs, zcor
     147  REAL tau_cld_cv, coefw_cld_cv
    144148
    145149!   INTEGER iflag_mix
     
    204208!$OMP THREADPRIVATE(itap, igout)
    205209
     210
    206211  include "YOMCST.h"
    207212  include "YOMCST2.h"
     
    412417                    da, phi, mp, phi2, d1a, dam, sij, wght, &           ! RomP+RL
    413418                    clw, elij, evap, ep, epmlmMm, eplaMm, &             ! RomP+RL
    414                     wdtrainA, wdtrainM)                                 ! RomP
     419                    wdtrainA, wdtrainM, qtc, sigt, &
     420                    tau_cld_cv, coefw_cld_cv)                           ! RomP,AJ
    415421!AC!+!RomP+jyg
    416422  END IF
Note: See TracChangeset for help on using the changeset viewer.