Ignore:
Timestamp:
Jun 13, 2017, 7:31:16 PM (7 years ago)
Author:
jbmadeleine
Message:

Changes in the vertical PDF used for shallow convective clouds.
Added vert_alpha_th which is the variance of the vertical PDF used for thermals.
If nothing is specified in the def files, it is set equal to vert_alpha.
Otherwise, it is now possible to have a different vertical PDF in the thermals
and in the environment.
Also added a fourth option iflag_cloudth_vert = 4 where
deltas=vert_alpha*sigmas instead of deltas=a*vert_alpha*sigmas.

File:
1 edited

Legend:

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

    r2885 r2911  
    702702                   qcloud,ctot,zpspsk,paprs,ztla,zthl, &
    703703                   ratqs,zqs,t)
    704               elseif (iflag_cloudth_vert==3) then
     704              elseif (iflag_cloudth_vert>=3) then
    705705               call cloudth_v3(klon,klev,k,ztv, &
    706706                   zq,zqta,fraca, &
Note: See TracChangeset for help on using the changeset viewer.