<div dir="ltr">Hi Malcom,<br><br>Apologies, I mixed it up. The function you need is rgrid2rcm, which is, as you said, opposite of rcm2rgrid. This one:  <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/rgrid2rcm.shtml">http://www.ncl.ucar.edu/Document/Functions/Built-in/rgrid2rcm.shtml</a>. This should do what you want, without giving you all the missing values.<br><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 12, 2021 at 9:00 PM Wilson, Malcolm Tyree <<a href="mailto:mtw5270@psu.edu">mtw5270@psu.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 dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hi, </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
So, I'm trying to re-grid from a rectilinear grid (CCSM) to a curvilinear grid (HRRR). The CCSM had one-dimensional coordinates arrays while the HRRR has 2-dimensional coordinate arrays. So, the opposite of what rcm2rgrid is doing, which is why I tried using
 linint2_points_Wrap instead. Thanks!</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
-Malcolm W. </div>
<div id="gmail-m_-5297571870115876021appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_-5297571870115876021divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> 아나유즈바시츠 <<a href="mailto:ajuzbasic@pusan.ac.kr" target="_blank">ajuzbasic@pusan.ac.kr</a>><br>
<b>Sent:</b> Tuesday, May 11, 2021 10:42 PM<br>
<b>To:</b> Wilson, Malcolm Tyree <<a href="mailto:mtw5270@psu.edu" target="_blank">mtw5270@psu.edu</a>><br>
<b>Cc:</b> <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a> <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>><br>
<b>Subject:</b> Re: [ncl-talk] Interpolating CCSM grid to RAP/HRRR grid</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi Malcom,<br>
<br>
It seems to me that you are trying to regrid from curvilinear grid (with 2D lat and lon) to rectilinear grid. You should rcm2rgrid function for that, not linint, as the linint one is meant to interpolate from one rectilinear grid to another. <br>
 Try to use this <a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ncl.ucar.edu%2FDocument%2FFunctions%2FContributed%2Frcm2rgrid_Wrap.shtml&data=04%7C01%7Cmtw5270%40psu.edu%7C35391c78894144d8f84008d914ef9fc5%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637563841698774881%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=c8VOtCN6C6k3Bh7AadVKPva%2B8tO127MQhGIblceCsLE%3D&reserved=0" target="_blank">
https://www.ncl.ucar.edu/Document/Functions/Contributed/rcm2rgrid_Wrap.shtml</a></div>
<br>
<div>
<div dir="ltr">On Wed, May 12, 2021 at 10:51 AM Wilson, Malcolm Tyree via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)">Hello Everyone,</span>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)">I've been trying to interpolate humidity and temperature data from CCSM to the RAP/HRRR grid using NCL (specifically using the function linint2_points and linint2_points_Wrap). I created
 a script that should interpolate the data from CCSM to the HRRR grid, but the script returned an array that contains nothing but filled values (9.96921e+36) and no data of the variable field I'm interpolating. I don't understand this happened, and I used both
 the <span style="margin:0px;background-color:rgb(255,255,255);display:inline">linint2_points and linint2_points_Wrap functions. Is this supposed to happen, or and I'm missing something? Below is the code I used. Any advice would be appreciated. Thanks!</span></div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)">-Malcolm W.<br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)"><span style="margin:0px;background-color:rgb(255,255,255);display:inline"><br>
</span></div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255,255,255)"><span style="margin:0px;background-color:rgb(255,255,255);display:inline">  f = addfile ("~/<a href="https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsmall_hus_may_pert_2010-2050.nc%2F&data=04%7C01%7Cmtw5270%40psu.edu%7C35391c78894144d8f84008d914ef9fc5%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637563841698774881%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=nZF82pZlPtdXFSwL8fKEx7y7M1JHUXMpDykFqoPacj0%3D&reserved=0" target="_blank">small_hus_may_pert_2010-2050.nc</a>","r")
<div style="margin:0px">  g = addfile ("~/<a href="https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhrrr.t00z.wrfprsf00.nc%2F&data=04%7C01%7Cmtw5270%40psu.edu%7C35391c78894144d8f84008d914ef9fc5%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637563841698784876%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=DqpNWw6mKEiPm8AD6MphsTN81pjixrN9500YT8rtlO4%3D&reserved=0" target="_blank">hrrr.t00z.wrfprsf00.nc</a>","r")</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">  lat = f->lat      ;(length=36)</div>
<div style="margin:0px">  lon = f->lon    ;(length=61)</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">  lat2d = g->gridlat_0              ; (shape: (1059,1799))</div>
<div style="margin:0px">  lon2d = g->gridlon_0           <span> </span><span style="margin:0px;background-color:rgb(255,255,255);display:inline">; (shape: (1059,1799))</span></div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">  LAT1D = ndtooned(lat2d)       </div>
<div style="margin:0px">  LON1D = ndtooned(lon2d)</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">  fi = f->hus_pert ;(humidity data I'm interpolating) </div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">  fo = linint2_points_Wrap(lon,lat,fi, False, LON1D,LAT1D, 0)</div>
<div style="margin:0px"><br>
</div>
  hrrr_data = onedtond( ndtooned(fo), (/1,26,1059,1799/) ) ;(conatins nothing but filled values)</span></div>
<br>
</div>
</div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.ucar.edu%2Fmailman%2Flistinfo%2Fncl-talk&data=04%7C01%7Cmtw5270%40psu.edu%7C35391c78894144d8f84008d914ef9fc5%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637563841698784876%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5%2FTIRa09iW7Si%2BVoUNYAP2%2FMpTXzUTkl79HqyOnifxc%3D&reserved=0" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote>
</div>
</div>
</div>

</blockquote></div>