<div dir="ltr">Jothiganesh,<div><br></div><div>Yes you can directly read NARR data and compute EOF's without regridding. The underlying EOF functions eofunc and eofunc_ts do not use any spatial coordinates. They operate purely on numeric arrays.<br></div><div><br></div><div>The first EOF example uses coordinate subscripting and the lonFlip function. If you remove both of these methods from the example, then you can compute EOF's over the entire NARR grid.</div><div><br></div><div>However, to generate valid plots, you will need to retain the NARR coordinate metadata, and modify the plot section to use one of the plotting methods shown on the NARR examples page.</div><div><br></div><div>I recommend one of the projection methods in NARR example 4, because they use the retained 2-D coordinate grids to directly align the data with the underlying map. After you get that working, you can switch back to Lambert or some other projection of your choice.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--Dave<br><br><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 6:39 PM, Jothi Ganesh Shanmuga Sundaram <span dir="ltr"><<a href="mailto:joshanmugasundaram@mix.wvu.edu" target="_blank">joshanmugasundaram@mix.wvu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I use NARR gridded data (349x277 Lambert Conformal Conic grid) in netcdf format in NCL. I am able to plot graphics without any problem using the existing script in NCL website.<br><br></div>I want to do EOF analysis with NARR data. When I tried to use the EOF script available from NCL website to analyze NARR data, it is not working. When I checked the data using ncl_file dump the lon, lat formats are very different. My question is<br><br></div>1) Whether I can do EOF analysis in NCL by directly reading NARR data? If so, I cannot define the LON LAT value, as NARR has a projected coordinates value?<br><br>2) Do I need to regrid the NARR curvilinear to rectlinear data before doing EOF? or Is there a way to convert the format of LON, LAT in grid without regridding inorder to do EOF analysis in NCL<br><br></div>Thanks for your help.<br><br></div>Regards<br></div>Jothiganesh<br></div>
<br>_______________________________________________<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><br>
<br></blockquote></div><br></div></div>