pcptye initial vaule

19
Pcptye initial vaule

Upload: nan

Post on 23-Feb-2016

30 views

Category:

Documents


0 download

DESCRIPTION

Pcptye initial vaule. print*,'initial value as -99999' do iprecip_type =0,5 cldpcp_type_3d=-99999 itype = cldpcp_type_3d itype = itype - ( itype /16)*16 itype = itype + iprecip_type * 16 cldpcp_type_3d = itype /16 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Pcptye  initial  vaule

Pcptye initial vaule

Page 2: Pcptye  initial  vaule

The soure code : cldpcp_type_3d=-99999itype = cldpcp_type_3d(i,j,k) itype = itype - (itype/16)*16 itype = itype + iprecip_type * 16 cldpcp_type_3d(i,j,k) = itype iarg = cldpcp_type_3d(i,j,k) pcptype = iarg/16

print*,'initial value as -99999' do iprecip_type=0,5 cldpcp_type_3d=-99999 itype = cldpcp_type_3d itype = itype - (itype/16)*16 itype = itype + iprecip_type * 16 cldpcp_type_3d = itype/16 print*,iprecip_type,cldpcp_type_3d enddo

print*,'initial value as 0' do iprecip_type=0,5 cldpcp_type_3d=0 itype = cldpcp_type_3d itype = itype - (itype/16)*16 itype = itype + iprecip_type * 16 cldpcp_type_3d = itype/16 print*,iprecip_type,cldpcp_type_3d enddo

initial value as -99999 0 0 1 0 2 1 3 2 4 3 5 4 initial value as 0 0 0 1 1 2 2 3 3 4 4 5 5

Page 3: Pcptye  initial  vaule

Wet buld temperature

Qr:GreenQs:blueQs:purple

GSI orgin version GSI modified

Page 4: Pcptye  initial  vaule
Page 5: Pcptye  initial  vaule

Stratiform and Convective

Page 6: Pcptye  initial  vaule
Page 7: Pcptye  initial  vaule

3km

Page 8: Pcptye  initial  vaule

13km

Page 9: Pcptye  initial  vaule

13km 3km

Page 10: Pcptye  initial  vaule

Accumulated 12 and 6 hours rainfall

Page 11: Pcptye  initial  vaule

12 hour observed and forecasted accumulated rainfall from 2009061600

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 12: Pcptye  initial  vaule

6 hour observed and 0~6 hour forecasted accumulated rainfall from 2009061600

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 13: Pcptye  initial  vaule

6 hour observed and 6~12 hour forecasted accumulated rainfall from 2009061600

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 14: Pcptye  initial  vaule

12 hour observed and forecasted accumulated rainfall from 2009061606

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 15: Pcptye  initial  vaule

6 hour observed and 0~6 hour forecasted accumulated rainfall from 2009061606

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 16: Pcptye  initial  vaule

6 hour observed and 6~12 hour forecasted accumulated rainfall from 2009061606

ob Control NoRef

NoTrad CtrCv VarCld

IAUDFI WRFDFI VarDCld

Page 17: Pcptye  initial  vaule
Page 18: Pcptye  initial  vaule
Page 19: Pcptye  initial  vaule