27 SUBROUTINE otlft(PBND,TBND,QBND,SLINDX)
32 use lookup_mod, only: thl, rdth, jtb, qs0, sqs, rdq, itb, ptbl, &
33 pl, rdp, the0, sthe, rdthe, ttbl
34 use ctlblk_mod
, only: jsta, jend, im, spval
35 use params_mod, only: d00, h10e5, capa, elocp, eps, oneps
41 real,
PARAMETER :: d8202=.820231e0 , h5e4=5.e4 , p500=50000.
45 real,
dimension(IM,jsta:jend),
intent(in) :: pbnd,tbnd,qbnd
46 real,
dimension(IM,jsta:jend),
intent(out) :: slindx
47 REAL :: tvp, esatp, qsatp
48 REAL :: bqs00, sqs00, bqs10, sqs10, p00, p10, p01, p11, bq, sq, tq
49 REAL :: bthe00, sthe00, bthe10, sthe10, bth, sth, tth
50 REAL :: t00, t10, t01, t11, tbt, qbt, apebt, tthbt, ppq, pp
51 REAL :: tqq, qq, tpsp, apesp, tthes, tp, partmp
53 INTEGER :: i, j, ittbk, iq, it, iptbk, ith, ip
54 INTEGER :: ittb, iqtb, iptb, ithtb
75 if( tbt < spval )
then
77 apebt = (h10e5/pbnd(i,j))**capa
107 bq=(bqs10-bqs00)*tqq+bqs00
108 sq=(sqs10-sqs00)*tqq+sqs00
135 tpsp = p00+(p10-p00)*ppq+(p01-p00)*tqq &
136 +(p00-p10-p01+p11)*ppq*tqq
137 IF(tpsp <= d00) tpsp = h10e5
138 apesp = (h10e5/tpsp)**capa
139 tthes = tthbt*exp(elocp*qbt*apesp/tthbt)
171 bth=(bthe10-bthe00)*qq+bthe00
172 sth=(sthe10-sthe00)*qq+sthe00
173 tth=(tthes-bth)/sth*rdthe
200 partmp=(t00+(t10-t00)*pp+(t01-t00)*qq &
201 +(t00-t10-t01+t11)*pp*qq)
203 partmp=tbt*apebt*d8202
214 qsatp=eps*esatp/(p500-esatp*oneps)
215 tvp=partmp*(1+0.608*qsatp)
216 slindx(i,j)=t500(i,j)-tvp
elemental real function, public fpvsnew(t)
calcape() computes CAPE/CINS and other storm related variables.