<div dir="ltr"><div>Hi,</div><div><br></div><div>Please do not reply directly back to me, but rather to the group as a whole -- they provide a broader pool of expertise to draw upon.</div><div><br></div><div>I *think* wrf_user_ij_to_ll work() will do what you want, but it will likely require some experimentation. Liberal use of printVarSummary() is your best friend ;-)</div><div><br></div><div>Rick</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 10, 2020 at 3:03 PM ali mughal <<a href="mailto:mughalali655@gmail.com">mughalali655@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Rick <div><br></div><div>Thanks for the reply.</div><div><br></div><div>In continuation to my previous email, I asked that in the shared the first two columns represent I,j values of the WRF grid. If i have to evaluate 2m air temperature on the same I,j values will wrf_user_ij_to_ll work or do I need to use some other method.</div><div><br></div><div>Regards <br><br>On Sunday, May 10, 2020, Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>There are at least two problems. One is that str_get_field() returns strings, and so "data" in the call to gsn_csm_contour_map() is a string, and this is the source of the error message. Try adding these 3 lines:</div><div><br></div><div><div style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback";font-weight:normal;font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:rgb(0,0,0)">    lat := </span><span style="color:rgb(121,94,38)">stringtofloat</span><span style="color:rgb(0,0,0)">(lat)</span></div><div><span style="color:rgb(0,0,0)">    lon := </span><span style="color:rgb(121,94,38)">stringtofloat</span><span style="color:rgb(0,0,0)">(lon)</span></div><div><span style="color:rgb(0,0,0)">    data := </span><span style="color:rgb(121,94,38)">stringtofloat</span><span style="color:rgb(0,0,0)">(data)</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)"><font size="2"><font face="arial,sans-serif">The other problem is that the min/max bounds are inappropriate for the data -- I get a blank plot. If I used the true min/max I get a mostly centered over Siberia:</font></font></span></div><div><span style="color:rgb(0,0,0)"><font size="2"><font face="arial,sans-serif"><br></font></font></span></div><div><span style="color:rgb(0,0,0)"><font size="2"><font face="arial,sans-serif"></font></font></span><div style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback";font-weight:normal;font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:rgb(0,0,0)">  res@mpMinLatF                   = </span><span style="color:rgb(121,94,38)">min</span><span style="color:rgb(0,0,0)">(lat) </span><span style="color:rgb(0,128,0)">;-6.080154     ; range to zoom in on</span></div><div><span style="color:rgb(0,0,0)">  res@mpMaxLatF                   = </span><span style="color:rgb(121,94,38)">max</span><span style="color:rgb(0,0,0)">(lat) </span><span style="color:rgb(0,128,0)">;10.04061</span></div><div><span style="color:rgb(0,0,0)">  res@mpMinLonF                   = </span><span style="color:rgb(121,94,38)">min</span><span style="color:rgb(0,0,0)">(lon) </span><span style="color:rgb(0,128,0)">;95.908</span></div><div><span style="color:rgb(0,0,0)">  res@mpMaxLonF                   = </span><span style="color:rgb(121,94,38)">max</span><span style="color:rgb(0,0,0)">(lon) </span><span style="color:rgb(0,128,0)">;112.092</span></div><div><span style="color:rgb(0,128,0)"><br></span></div><div><span style="font-family:arial,sans-serif"><font size="2">Finally, the values for lat/lon in the file look suspect -- is this really a 1-degree grid? I might have guessed they are row/column values.</font></span></div><div><span style="font-family:arial,sans-serif"><font size="2"><br></font></span></div><div><span style="font-family:arial,sans-serif"><font size="2">Good luck,</font></span></div><div><span style="color:rgb(0,128,0)"><span style="color:rgb(0,0,0)"><span style="font-family:arial,sans-serif"><font size="2">Rick</font></span></span><br></span></div></div></div><div><span style="color:rgb(0,0,0)"><br></span></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 10, 2020 at 2:23 AM ali mughal via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Dear Users </div><div><br></div><div>I have csv file attached with the data available at specific grids of the WRF outfile.Could any one help how to correct my attached code in NCL? </div><div><br></div><div>When I try to run the code, I get the following error message</div><div><br></div><div>(0)     This file has 4825 rows and 3 columns.<br>fatal:Argument type mismatch on argument (1) of (gsn_csm_contour_map) can not coerce<br>fatal:["Execute.c":8578]:Execute: Error occurred at or near line 64 in file test_1.ncl<br><br></div><div><br></div><div>Later I want to use the same code to be modified to calculate 2m air temperature at the same I J grids. </div><div><br></div><div>Regards </div></div></div>
_______________________________________________<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/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>
</blockquote></div>