[ncl-talk] same data but different spatial pattern

Md. Jalal Uddin dmjalal90 at gmail.com
Tue Feb 12 13:20:28 MST 2019


 Hi all,
When I did loop over time, I got a spatial figure that I did not expect
(dd_loop figure).
f = addfile("bob_dd.nc","r")
do i =0,2443
  TRMM = f->pcp(i,{0:30},{65:110})
 end do

I got the right spatial pattern when I did dimension average (dd_avg
figure).
f = addfile("bob_dd.nc","r")
TRMM = f->pcp(:,{0:30},{65:110})
 dd_ave = dim_avg_n_Wrap(TRMM,0)

How can I get similar spatial pattern? What is the difference between time
loop and dimension average? Could you explain, please?

Jalal
-- 
*Md. Jalal Uddin*
MSc in Applied Meteorology (English Language)
Nanjing University of Information, Science and Technology, China
B.Sc. in Disaster Management (Hons.)
Patuakhali Science and Technology University, Bangladesh.
Cell: +8613260859092, +8801792052662
Web: www.dmjalal90.weebly.com
Facebook: jalal.hossen.39
LinkedIn: https://bd.linkedin.com/in/md-jalal-uddin-80a026b0
Twitter: dmjalal90
Skype: dmjalal90
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190213/fb1389b6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dd_loop.png
Type: image/png
Size: 81606 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190213/fb1389b6/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dd_avg.png
Type: image/png
Size: 114515 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190213/fb1389b6/attachment-0001.png>


More information about the ncl-talk mailing list