<div dir="ltr"><pre>   f = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml"><strong>addfile</strong></a> ("WRF.nc", "r")
   lat2d = f->xlat                         ; size = (ntim,nlat,nlon)
   lon2d = f->xlon                         ; size = (ntim,nlat,nlon)
   x     = f->X<br></pre><pre>   printVarSummary(x)<br>   printMinMax(x,0)<br></pre><pre>   dimx  = dimsizes(x)<br>   ntim  = dimx(0)<br><br>   nlat  = dimsizes(lat)<br>   mlon  = dimsizes(lon)<br></pre><pre>   xgrd  = new( (/ntim,nlat,mlon/), typeof(x) )<br></pre><pre>   do nt=0,ntim-1<br>      xgrd(nt,:,:) = <strong>rcm2rgrid</strong>_Wrap(lat2d(nt,:,:),lon2d(nt,:,:),x(nt,:,:),lat,lon,0)<br>   end do<br><br>   printVarSummary(xgrd)<br>   printMinMax(xgrd,0)<br><pre>=======<br><br></pre><pre>rcm2rgrid is slow for large grids. <br><br></pre><pre>If you have multiple runs (experiments) with the same configuration, <br>it may be advantageous to use the ESMF regridding and generate a weight<br>file for each time step.<br><br></pre><pre>Good luck<br><br></pre><pre><br></pre><br><br></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 16, 2018 at 3:58 AM, Lara Quitián Hernández <span dir="ltr"><<a href="mailto:laraquitianhernandez@gmail.com" target="_blank">laraquitianhernandez@gmail.com</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">Good morning, <div><br></div><div>I'm trying to regrid from a WRF grid (curvilinear) to ECMWF grid (rectilinear). The issue is that my WRF outputs are now obtained using the Moving Nest configuration. Therefore, I have a new high-resolution domain (D02) for each time step (I attach an example of what I'm saying).<br></div><div><img src="cid:ii_jetriish3_1622e3763abb16c9" style="margin-right:0px" width="386" height="386"></div><div>When D02 was fixed at specific lat/lon coordinates (i.e., without using the Moving Nest configuration) I used the <span style="color:rgb(0,0,0);font-family:courier;font-size:13.3333px">rcm2rgrid function</span><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">. But I do not know if I can use the same function now. </font></span></div><div><br></div><div><font face="arial, helvetica, sans-serif" color="#000000">Thanks in advance!</font></div><div><font face="arial, helvetica, sans-serif" color="#000000"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#000000">Regards,</font></div><div><font face="arial, helvetica, sans-serif" color="#000000">Lara.<span class="HOEnZb"><font color="#888888"><br></font></span></font></div><span class="HOEnZb"><font color="#888888"><div><div><div><br></div>-- <br><div class="m_-8926480068711952486gmail_signature"><div dir="ltr"><div><div dir="ltr"><img src="https://docs.google.com/uc?export=download&id=0B5glieJcogGocjdGWHA3NWIwdmc&revid=0B5glieJcogGocU45NUpENzV4UWhCWk9tb1ZGdXB5MEtGYjJjPQ"><br><div><font color="#000000"><br></font></div><div><b><font color="#000000"><span style="font-size:12.8px">Lara Quitián Hernández, </span></font><span style="color:rgb(0,0,0);font-size:12.8px">PhD Student</span></b><font color="#000000"><b><br style="font-size:12.8px"></b><span style="font-size:12.8px">Departamento de Física de la Tierra, Astronomía y Astrofísica</span><br style="font-size:12.8px"><span style="font-size:12.8px">Facultad de Ciencias Físicas</span><br style="font-size:12.8px"><span style="font-size:13px">Ciudad Universitaria, Plaza Ciencias, 1</span></font></div><div><font color="#000000"><span style="font-size:12.8px">28040 Madrid. Spain</span><br style="font-size:12.8px"><span style="font-size:12.8px">Email: </span><a href="mailto:mlunar@aemet.es" style="font-size:12.8px" target="_blank">lquitian@ucm.es</a><br style="font-size:12.8px"></font><br></div></div></div></div></div>
</div></div></font></span></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>