4 SUBROUTINE clift (P,T,RR,RS,PLCL,DPLCLDT,DPLCLDQ)
5 c***************************************************************
7 c*
clift : compute lifting condensation level and its *
8 c* derivatives relative to t and
r *
9 c* (within 0.2% OF formula of bolton, mon. wea. rev.,1980) *
11 c* written
by : grandpeix jean-yves, 17/11/98, 12.39.01 *
13 c***************************************************************
18 c* t = temperature of level p
19 c* rr = vapour mixing ratio at level p
20 c* rs = vapour saturation mixing ratio at level p
22 c* output : plcl = lifting condensation level
23 c* dplcldt = derivative of plcl relative to t
24 c* dplcldq = derivative of plcl relative to
r
26 ccccccccccccccccccccccc
27 c constantes coherentes avec le modele du centre europeen
28 c rd = 1000.0 * 1.380658e-23 * 6.0221367e+23 / 28.9644
29 c rv = 1000.0 * 1.380658e-23 * 6.0221367e+23 / 18.0153
40 c on utilise les constantes thermo du centre europeen: (sb)
52 c bolton formula coefficients :
60 alv = alv0 -
cpvmcl*(t-273.15)
63 c dplcldq = plcl*chi*( 1./rr - b*chi/t/rs*alog(rh) )
64 dplcldq = plcl*chi*( 1./rr + b*chi/t/rs*alog(rh) )
67 dplcldt = plcl*chi*((a-b*rh*(1.+alv/rv/t))/t**2*chi*alog(rh)