<div dir="ltr"><div>Hi Bill, <br><br>Sorry: NCL does not have an equivalent to IDL's 'convol'<br><br></div>D<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 10, 2018 at 9:38 AM, Capehart, William J <span dir="ltr"><<a href="mailto:William.Capehart@sdsmt.edu" target="_blank">William.Capehart@sdsmt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All<br>
<br>
I am working with a dataset with strong horizontal linear features in the data (created by download errors).  I'm working on a diagnostic to lock on to these horizontal discontinuities with mixed results (so far they're great with temperatures with high expected spatial correlation, but not so great for precipitation and other fields with lower expected spatial correlation).<br>
<br>
I'm wanting to try a remote sensing/image processing solution using kernel filters with the window being a classic W = [[1,1,1],[-1,-1,-1]] or W = [[1,1,1],[0,0,0],[-1,-1,-1]] kernel window but I am not seeing an equivalent in NCL that we use in IDL with its convol() function.   <br>
<br>
e.g., <a href="https://www.harrisgeospatial.com/docs/convol.html" rel="noreferrer" target="_blank">https://www.harrisgeospatial.<wbr>com/docs/convol.html</a><br>
<br>
Is there an option in NCL that lets me do this with little slowdown or drama or should I stick with a WRAPIT Fortran Function with OpenMP to speed it up?<br>
<br>
Cheers-n-Thanks<br>
Bill<br>
<br>
------------------------------<wbr>------------------------------<wbr>---------------------------<br>
Dr. Bill Capehart <<a href="mailto:William.Capehart@sdsmt.edu">William.Capehart@sdsmt.edu</a>><br>
Director, Atmospheric and Environmental Sciences Program<br>
Department of Civil and Environmental Engineering<br>
201 Mineral Industries Building<br>
South Dakota School of Mines and Technology<br>
501 East St Joseph Street<br>
Rapid City, SD 57701-3995<br>
Ph: +1-605-394-1994   Mobile: +1-605-484-5692<br>
<br>
<br>
<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>
</blockquote></div><br></div>