[ncl-talk] plotting rainfall intensity and not accumulated rainfall
Yuqiang Zhang
yuqiangzhang.thu at gmail.com
Thu Sep 11 08:02:13 MDT 2014
Hi Saurabh,
I think it could be a WRF issue, but I will answer you here.
In supplement for Saurabh's reply, if you have "bucket_mm" option turned on
in your WRF runs, you also need to add the I_RAINC and I_RAINNC
Something like this:
pcp1 = a->RAINC(it-1,:,:)*(a->I_RAINC)*"bucket_mm" + a->RAINNC(it-1,:,:) *
(a->I_RAINNNC)* bucket_mm"
bucket_mm" is the setting in your WRF runs. Usually it use "100"
Regards,
Yuqiang
From: ncl-talk-bounces at ucar.edu [mailto:ncl-talk-bounces at ucar.edu] On Behalf
Of sk
Sent: Thursday, September 11, 2014 6:20 AM
To: Saurabh Singh; ncl-talk at ucar.edu
Subject: Re: [ncl-talk] plotting rainfall intensity and not accumulated
rainfall
may be something like:
pcp1 = a->RAINC(it-1,:,:)+a->RAINNC(it-1,:,:)
pcp2 = a->RAINC(it,:,:)+a->RAINNC(it,:,:)
pcp = pcp2-pcp1
Regards,
SK
On Thursday, September 11, 2014 12:58 PM, Saurabh Singh
<saurabhsingh123op at gmail.com> wrote:
OS: ubuntu 13.04
NCL version 6.1.2
Question : there is a NCL script availaible of WRF users page to plot
http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/PRECIP/wrf
_Precip_multi_files.ncl to plot the accumulated rainfall and tendencies . my
problem is i don't want to plot accumulated rainfall but for rainfall rate
every 3 hours.
can anyone please provide me the change i have to make in the code to get my
desired output.
my WRF output is every 3 hours and i want 3 hourly intensity .
Regards
Saurabh
--
With regards
Saurabh Kumar singh
P : Please consider the environment before printing this e-mail
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140911/32cdb12e/attachment.html
More information about the ncl-talk
mailing list