43 SUBROUTINE lfmfld(RH3310,RH6610,RH3366,PW3310)
47 use vrbls3d, only: pint, alpint, zint, t, q, cwm
49 use params_mod, only: d00, d50, pq0, a2, a3, a4, h1, d01, gi
50 use ctlblk_mod
, only: jsta, jend, modelname, spval, im
58 real,
PARAMETER :: rhowat=1.e3
62 REAL alpm, dz, es, pm, pwsum, qm, qs, tm, dp, rh
63 REAL,
dimension(IM,jsta:jend),
intent(inout) :: rh3310, rh6610, rh3366
64 REAL,
dimension(IM,jsta:jend),
intent(inout) :: pw3310
65 real z3310,z6610,z3366,p10,p33,p66
87 p10 = pint(i,j,nint(lmh(i,j)))
97 alpm = d50*(alpint(i,j,l)+alpint(i,j,l+1))
98 dz = zint(i,j,l)-zint(i,j,l+1)
99 dp = pint(i,j,l+1)-pint(i,j,l)
106 IF(modelname ==
'GFS')
THEN
108 qs = con_eps*es/(pm+con_epsm1*es)
110 qs=pq0/pm*exp(a2*(tm-a3)/(tm-a4))
126 IF ((pm<=p10).AND.(pm>=p66))
THEN
128 rh6610(i,j) = rh6610(i,j) + rh*dz
132 IF ((pm<=p10).AND.(pm>=p33))
THEN
134 rh3310(i,j)= rh3310(i,j)+rh*dz
135 pw3310(i,j)= pw3310(i,j)+(q(i,j,l)+cwm(i,j,l))*dp*gi
139 IF ((pm<=p66).AND.(pm>=p33))
THEN
141 rh3366(i,j) = rh3366(i,j) + rh*dz
150 rh6610(i,j) = rh6610(i,j)/z6610
156 rh3310(i,j) = rh3310(i,j)/z3310
162 rh3366(i,j) = rh3366(i,j)/z3366
elemental real function, public fpvsnew(t)
calcape() computes CAPE/CINS and other storm related variables.