<div dir="ltr"><div class="gmail_default" style="font-size:small">Ehsan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Since these are 1D arrays, you can use the "ind" function to get the locations where the two arrays are equal:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">ii = ind(RV1.eq.RV2)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Then, to write out only the equal values, use "ii" to index all of the arrays you are passing to alist:</div><br> alist = [/stidV1(ii),icaoV1(ii),stnmV1(ii),latV1(ii),lonV1(ii),hiV1(ii),dateV1(ii),RV1(ii),RGV1(ii),RGV2(ii)/]<br><br><div class="gmail_default" style="font-size:small">​--Mary</div><div class="gmail_default" style="font-size:small">​</div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 24, 2017 at 1:49 AM, Ehsan Taghizadeh via ncl-talk <span dir="ltr"><<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:bookman old style,new york,times,serif;font-size:16px"><div>Hi,</div><div>I want to read 2 files (text) and in case of equality of elements, write their columns in another file; I mean I want to match some elements of these 2 files.</div><div><br></div><div>My problem is related to put the condition without do loop, because of its low speed. I'll be thankful if I could have your help about it.</div><div>I've attached the input files and the script. How could I use the condition in lines 48-51 instead of lines 44-45 of the script? (H<span style="color:rgb(0,0,0);font-family:"bookman old style","new york",times,serif;font-size:16px">owever maybe it isn't necessary in this case.)</span></div><div><br></div><div><i>Sincerely</i></div><span class="HOEnZb"><font color="#888888"><div><i>Ehsan</i></div></font></span></div></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>