<div dir="ltr">Hi:<div><br></div><div>This problem may be beyond my abilities (or really my familiarity).</div><div><br></div><div>Usually, when you read in data that doesn&#39;t match with other data you expect, it means that </div><div>you are not reading the entire data set or simply not displaying it.</div><div><br></div><div>Can you verify to yourself that the data you read is the data you are trying to plot (at least at certain</div><div>points)?</div><div><br></div><div>Regardless: if you are really getting no warnings or errors, then the problem is most likely in the display.</div><div><br></div><div>Barry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 30, 2017 at 1:10 PM, 易路 <span dir="ltr">&lt;<a href="mailto:dg1225033@smail.nju.edu.cn" target="_blank">dg1225033@smail.nju.edu.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi Bary, </div><div>    Thanks very much for your attentions to my email. The script can run and no error messages were displayed during the script running, but the fianl out put picture  with the script written by myself (the upper one ) is not the same with the picture applied by the offical web (the below one), the two pictures displayed the same data differed too much, and this indicated that the merged CMORPH data may be not correctly red in. I can&#39;t find the errors, so would you please help me to find the potential errors lying in the reading of the CMORPH data? With my great appreciations!</div><div>     For the convenience to find out the problems, I upload the script &quot;self.ncl&quot; and its associated compassed  files &quot;cnmap.rar&quot; to plot the map, the emerged CMORPH data &quot;1.grd&quot; and its description file &quot;1.ctl&quot;, to the accessory.  The cnmap.rar should be uncompassed by WinRAR and the folder shoul be added in the directory of &quot;$NCARG_ROOT/lib/ncarg/<wbr>nclscripts&quot; to run the &quot;self.ncl&quot;</div><div> script. </div><div>    Thanks a lot again for your attentions and your precious time!</div><div> </div><div>Best regards!</div><div> </div><div>Sincerely,</div><div>Yi Lu</div><div>    </div><div>    </div><div> </div><div> </div><div><img src="cid:3CA042CF@7660B63C.27B80559.png"><img src="cid:06DAF9DF@67563827.27B80559.gif"></div><div> </div><div><u></u><div style="color:rgb(144,144,144);font-family:Arial Narrow;font-size:12px"><br><br><br><br></div><div style="color:rgb(0,0,0);font-family:Verdana;font-size:14px"><div style="overflow:hidden"><table class="m_483167584473353612preview_table"><tbody><tr><td valign="middle"><img id="m_483167584473353612preview_qrcode" src="https://exmail.qq.com/cgi-bin/setting_qrcode_card?action=qrcode_card&amp;alias=dg1225033@smail.nju.edu.cn&amp;key=33b1e5708e6a55b5"></td><td valign="middle" style="color:rgb(160,160,160);font-size:12px"><h4 class="m_483167584473353612name" style="margin:0px;color:rgb(0,0,0);line-height:28px;font-size:14px;font-weight:bold">易路</h4><p class="m_483167584473353612department" style="margin:0px">南大邮件系统/学生/博士生/12级博士生</p><p class="m_483167584473353612addr" style="margin:0px;color:rgb(160,160,160);line-height:22px">南京市汉口路22号 </p></td></tr></tbody></table></div></div><u></u></div><div> </div><div><u></u><div> </div><div> </div><div style="color:rgb(0,0,0)"><div style="padding:2px 0px;font-family:Arial Narrow;font-size:12px">------------------ Original --<wbr>----------------</div><div style="background:rgb(239,239,239);padding:8px;font-size:12px"><div id="m_483167584473353612menu_sender"><b>From: </b> &quot;Barry Lynn&quot;&lt;<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>&gt;;</div><div><b>Date: </b> Sun, Apr 30, 2017 12:15 PM</div><div><b>To: </b> &quot;易路&quot;&lt;<a href="mailto:dg1225033@smail.nju.edu.cn" target="_blank">dg1225033@smail.nju.edu.<wbr>cn</a>&gt;; </div><div><b>Cc: </b> &quot;ncl-talk&quot;&lt;<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>&gt;<wbr>; </div><div><b>Subject: </b> Re: [ncl-talk] How to correctly read in the merged CMORPH data usig NCL</div></div><div><div class="h5"><div> </div><div dir="ltr">Hi Yi Lu:<div><br></div><div>Could you please tell us the problem/error message.</div><div><br></div><div>Thank you,</div><div><br></div><div>Barry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 30, 2017 at 7:07 AM, 易路 <span dir="ltr">&lt;<a href="mailto:dg1225033@smail.nju.edu.cn" target="_blank">dg1225033@smail.nju.edu.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div>Hi all,</div><div>I downloaed the merged CMORPH data from China Meteorological Administration to get the hourly precipitation imformation, the suffix of the data file is grd which is a standard format of the tool GrADS. According to the associated ctl file of the grd file,  I tried to write the NCL script to read it but can&#39;t get the right data, and I couldn&#39;t find out the prolbems...</div><div> </div><div>So would you please help me to find out the problems ? Thanks very mcuh for your precious time and kindness!</div><div> </div><div><div>Sincerely </div><div>Yi Lu</div><div> </div><div>;;;;;;;;;;; the part of NCL script to read in the precipitation ;;;;;;;;;; </div></div><div>tim = &quot;1.grd&quot;<br>setfileoption(&quot;bin&quot;,&quot;ReadByteO<wbr>rder&quot;,&quot;LittleEndian&quot;)<br>rain = 
fbindirread(tim,0,(/nlat,nlon/<wbr>),&quot;double&quot;)<br><br>nlat = 440<br>nlon = 
700<br>r=new((/nlat,nlon/),&quot;double&quot;)<br>k=0<br>do i  = 0, nlat-1<br>  do j = 0, 
nlon-1<br>   r(i,j) = rain(nlat-1-i,j)<br>        k = k+1<br>  end do<br>end 
do<br><br>lon = fspan(70.05,139.95,nlon)<br>lon!0 = &quot;lon&quot;<br><a href="mailto:lon@units" target="_blank"><font color="#0066cc">lon@units</font></a> = 
&quot;degrees_east&quot;<br><a href="mailto:lon@long_name" target="_blank"><font color="#0066cc">lon@long_name</font></a> = &quot;longitude&quot;<br><br>lat = 
fspan(15.05,58.95,nlat)<br>lat!0 = &quot;lat&quot;<br><a href="mailto:lat@long_name" target="_blank">lat@long_name</a> = &quot;latitude&quot;<br><a href="mailto:lat@units" target="_blank">lat@units</a> = &quot;degrees_north&quot;<br><br>r!0 = &quot;lat&quot;<br>r!1 = 
&quot;lon&quot;<br>r&amp;lat = lat<br>r&amp;lon = lon<br><a href="mailto:r@units" target="_blank">r@units</a> = &quot;mm/hour&quot;<br><a href="mailto:r@long_name" target="_blank">r@long_name</a> = &quot;merged CMORPH data &quot;<br><a href="mailto:r@_FillValue" target="_blank">r@_FillValue</a> = -999.00<br></div><div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<wbr>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<wbr>;;;;;;;;;;</div><div> </div><div> </div><div><u></u><div style="color:rgb(144,144,144);font-family:Arial Narrow;font-size:12px"><br><br><br><br></div><div style="color:rgb(0,0,0);font-family:Verdana;font-size:14px"><div style="overflow:hidden"><table class="m_483167584473353612m_-2142780104087788923preview_table"><tbody><tr><td valign="middle"><img id="m_483167584473353612m_-2142780104087788923preview_qrcode" src="https://exmail.qq.com/cgi-bin/setting_qrcode_card?action=qrcode_card&amp;alias=dg1225033@smail.nju.edu.cn&amp;key=33b1e5708e6a55b5"></td><td valign="middle" style="color:rgb(160,160,160);font-size:12px"><h4 class="m_483167584473353612m_-2142780104087788923name" style="margin:0px;color:rgb(0,0,0);line-height:28px;font-size:14px;font-weight:bold">易路</h4><p class="m_483167584473353612m_-2142780104087788923department" style="margin:0px">南大邮件系统/学生/博士生/12级博士生</p><p class="m_483167584473353612m_-2142780104087788923addr" style="margin:0px;color:rgb(160,160,160);line-height:22px">南京市汉口路22号 </p></td></tr></tbody></table></div></div><u></u></div><div> </div><div><u></u><u></u></div><br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_483167584473353612gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div>

</div></div></div><u></u></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US 914 432 3108<br></div></div></div>
</div>