<div dir="ltr"><div><div><div>Hi Ryan,<br><br></div>The way I read the docs for grad_latlon_cfd is that the 2nd and 3rd arguments are coordinate *arrays* with lat/lon values, not scalars that represent the dimensions of tc_rect_plane.  I&#39;m not sure what those arrays should be in your case, but perhaps this gets you further along (?)<br><br></div>HTH...<br></div>Rick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 27, 2016 at 11:20 AM, Ryan Connelly <span dir="ltr">&lt;<a href="mailto:rconne01@gmail.com" target="_blank">rconne01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I get the error messages: </div><div><br></div><div><font face="monospace, monospace">fatal:Subscript out of range, error in subscript #0</font></div><div><font face="monospace, monospace">fatal:An error occurred reading lon</font></div><div><font face="monospace, monospace">fatal:[&quot;Execute.c&quot;:8128]:Execute: Error occurred at or near line 18228 in file local_bin/contributed.ncl_beta_640</font></div><div><br></div><div><font face="monospace, monospace">fatal:[&quot;Execute.c&quot;:8128]:Execute: Error occurred at or near line 168 in file wrf_temp_adv.ncl</font></div><div><br></div><div><br></div><div>when trying to feed a rectilinear grid into the function grad_latlon_cfd.  A subset of my script is below:</div><div><div><br></div><div><font face="monospace, monospace">(...opts for regrid...)</font></div><div><font face="monospace, monospace">tc_rect_plane = ESMF_regrid(tc_plane,Opt)     ; Do the regridding</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">; Define variables needed to calculate temp advection</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">      printVarSummary(tc_rect_plane)</font></div><div><font face="monospace, monospace">      print(nlat)</font></div><div><font face="monospace, monospace">      print(mlon)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">      gradT = grad_latlon_cfd(tc_rect_plane,nlat,mlon,False,False)      ; First &quot;False&quot; is to indicate that data is NOT cyclic</font></div><div><font face="monospace, monospace">      dTdx = gradT[0]</font></div><div><font face="monospace, monospace">      dTdy = gradT[1]</font></div><div><br></div><div>The print lines return (1) that tc_rect_plane has 2 dimensions with coordinates [281,353], (2) 281, and (3) 353, respectively, which is why I&#39;m confused on where it&#39;s going out of bounds.</div><div><br></div><div>I appreciate any help I can get!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Ryan</div><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</font></span></div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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><br>
<br></blockquote></div><br></div>