<div dir="ltr">If you only want to make a map, then do not regrid the data.  That is what reduces the resolution.<br><br>Instead, plot the ORIGINAL data on a map, but use the WRF projection parameters.  Start with example 1 &quot;dataonmap_1.ncl&quot; on this page:<div><br></div><div>   <a href="http://www.ncl.ucar.edu/Applications/plot_data_on_map.shtml" target="_blank">http://www.ncl.ucar.edu/<wbr>Applications/plot_data_on_map.<wbr>shtml</a></div><div><br><div>Change to Lambert Conformal with this resource.  You will get a true Lambert Conformal global map with only this single change:<br></div><div><div><br></div><div>   res@mpProjection = &quot;LambertConformal&quot;</div><div><br></div><div>You will probably want to change to WRF projection parameters using the following resources and other related ones.  These control the view location over the surface of the earth:</div><div><br></div><div><div>   res@mpLambertParallel1F</div><div>   res@mpLambertParallel2F</div><div>   res@mpLambertMeridianF</div><div>   res@mpLimitMode</div></div><div><br></div><div>Copy these settings from other WRF plot programs.  If they are values read from WRF data files, you might have to get the actual values and hard code them into the TRMM version of your plot program.</div><div><br></div><div><div>--Dave</div><div><div><br></div><div><br></div><div><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 18, 2016 at 2:55 AM, 易路 <span dir="ltr">&lt;<a href="mailto:dg1225033@smail.nju.edu.cn" target="_blank">dg1225033@smail.nju.edu.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>Hi all, </div><div>  I would like to plot the TRMM 3B42 precipitation data (0.25 degree) on a map with the &quot;Lambert Comformal&quot; projection, so as to keep the same projection with the WRF output data. But when I used the funtions like rgrid2rcm or esmf_regrid, the resolution of the TRMM data changed from the original 0.25 degree to the resolution of WRF output data.</div><div>  So I doubt whether there is any other functions to  change the TRMM data on a  rectilinear lat/lon grid to a curvilinear grid whithout changing its original resolution?</div><div> </div><div>Thanks a lot!</div><div>Best regards!</div></blockquote></div></div></div></div></div></div></div></div>