UPP  11.0.0
 All Data Structures Files Functions Variables Pages
PMICRPH.f
1  module pmicrph_mod
2 
3 ! ----- Constants related to microphysics
4 ! -- computed in paramr.f
5 
6 ! REAL ABER1(31),ABER2(31)
7 ! LOOKUP TABLE FOR A1 AND A2 IN BERGERON PROCESS
8 
9  implicit none
10 
11  REAL pi,ron,son,gon,br,bs,bg,drain,dsnow, &
12  dgraupel,ron2,diace_min, &
13  drain2,dsnow2, &
14  topr,tops,topg,arain,asnow,agraupel, &
15  tno,ato,xsmax,berc1,bp,ap,cnp,frd1,fra1,efis, &
16  efir,efsr,efcs,efgi,efgc,efgr,efgs,efcr,acris, &
17  bacris,cir,cirf,cpiacr0,cpiacr1,cpiacr2,cpiacr3, &
18  frain,fsnow,fgraupel,csr,crs, &
19  acrcs,bacrcs,rmc,acrls,bacls,acrcg,bacrcg,acrig, &
20  bacrig,crg,csg,depg1,depg2,depg3,depg4,deps1, &
21  deps2,deps3,deps4,acrcr,bacrcr,depr1,depr2,depr3, &
22  depr4,psm1,psm2,psm3,psm4,pgm1,pgm2,pgm3,pgm4, &
23  cw,hgfr,xm01,cnp1,dice,c1,alpha1,beta1,gamma3 &
24 !jmb--removed INT0 frm the real declaration since declared integer blo
25  ,const1a,const1b,xm0s,xr0s,xm0g &
26  ,acrcs_new,bacrcs_new,acrcg_new,bacrcg_new &
27  ,const_ns1,const_ns2,const_ng1,const_ng2,xr0g &
28  ,r1,slor_r1,slos_r1,slog_r1,rho_not &
29  ,qck1,qcth,ron_min,qr0,delqr0,const1r,const2r &
30  ,xnu
31 
32  INTEGER int0
33 
34  end module pmicrph_mod