<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Matt,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What I would do is use the conform_dims function to conform both arrays to 2D, such that the latitudes will be repeated along one dimension, and the longitudes will be repeated on the other dimension:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">nlat  = dimsizes(lat)</font></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">nlon  = dimsizes(lon)</font></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">lat2d = conform_dims((/nlat,nlon/),lat,0)</font></div><div class="gmail_default" style="font-size:small"><font face="monospace, monospace">lon2d = conform_dims((/nlat,nlon/),lon,1)</font></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">lat2d and lon2d are now the same size (nlat x nlon).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 3, 2017 at 3:47 PM, Matthew Fearon <span dir="ltr">&lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Just curious if there is a simple way (without a loop) to find the true surface distance between two coordinate pairs where the lat and lon arrays are one dimensional but of unequal
 size (eg, as on some rectilinear grids)? For example, nlat=200 and nlon=300. 
<div><br>
</div>
<div>I see how gc_latlon works for equal size lat/lon arrays that are 1 or 2D. </div>
<div><br>
</div>
<div>Is the best approach to pad my 1-D lat array with fillvalues to make it of equal size to the lon array?
<div><br>
</div>
<div>thanks,</div>
<div>Matt</div>
<div><br>
</div>
</div>
</div>
<br>
<font face="Arial" size="2">PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and responses, unless otherwise made confidential by law, may be subject to the Nevada Public Records laws and may be disclosed to the public upon request.</font>
</div>

<br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>