<div dir="ltr"><div>There are numerous examples of regridding your data grid [curvilinear] to rectilinear.</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/ESMF.shtml"><b>http://www.ncl.ucar.edu/Applications/ESMF.shtml</b></a></div><div>Examples 30 and 32 could be useful.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 28, 2019 at 12:23 AM WIND via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Thanks Karin,</div>
<div>With your help to use the "function" ESMF_regrid, I had regrided my data. (I only changed example's DstGridType to "0.45deg", DstLLCorner to (/30.d,   120.d /) and DstURCorner to (/66.d, 156.d /) ) But I found that the plot outcoming is quite different, the value at the same point is unmatched. My former grid interval is about 0.44 degree, I changed to regrid to 0.5 or other degree, they all failed all the same. The output pic's link is here <a href="https://pan.baidu.com/s/1ObFbK6lTDpzyyYgTpZp64w" target="_blank">https://pan.baidu.com/s/1ObFbK6lTDpzyyYgTpZp64w</a>. Did that mean the data is unsuitable to regrid in this way?</div>
<div>Really looking forward to your advice.</div>
<div>Sincerely,</div>
<div>Yan</div>
<div>
<div style="font-size:12px;font-family:Arial Narrow;padding:2px 0px">------------------ Original ------------------<br>Message: 8<br>Date: Wed, 27 Nov 2019 14:38:20 +0100<br>From: Karin Meier-Fleischer <<a href="mailto:meier-fleischer@dkrz.de" target="_blank">meier-fleischer@dkrz.de</a>><br>To: <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>Subject: Re: [ncl-talk] data interpolation<br>Message-ID: <<a href="mailto:517bd9c2-644b-412a-57eb-43fa715103d4@dkrz.de" target="_blank">517bd9c2-644b-412a-57eb-43fa715103d4@dkrz.de</a>><br>Content-Type: text/plain; charset="windows-1252"; Format="flowed"<br>Hi Yan,<br>if you have lat(y,x) and lon(y,x), which is a curvilinear grid, you can <br>use ESMF to regrid it to a regular latlon grid.<br>Have a look at ESMF example 7 <br><a href="http://ncl.ucar.edu/Applications/Scripts/ESMF_regrid_7.ncl" target="_blank">http://ncl.ucar.edu/Applications/Scripts/ESMF_regrid_7.ncl</a>.<br>-Karin<br>Am 27.11.19 um 13:18 schrieb WIND via ncl-talk:<br>> Dear all,<br>> Thanks for reading, I'm dealing with a Two-dimensional rotated pole <br>> grid data, the coordinate changing format is different at each grid <br>> (for eg. the latitude variable has two dimensions). I want to <br>> interpolate the data to Regular grid format (so the dimension of <br>> latitude and longitude is one). I had tried the function "linint2", <br>> but it didn't work out.?So I wonder are there any useful function to <br>> solve this problem?<br>> Any help would be appreciated!<br>> Sincerely,<br>> Yan<br><br></div></div>_______________________________________________<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></blockquote></div>