Please make the Subject more specific than "help"
These types of Subject lines are often ignored
See:
http://www.ncl.ucar.edu/Document/Functions/Contributed/rcm2rgrid_Wrap.shtml
    f = addfile("wrf.nc:,"r")
    xlat = f->XLAT(0,:,:)
    xlon = f->XLONG(0,:,:)
    xWRF = f->X
    xTRM = rcm2rgrid_Wrap(xlat,xlon,xWRF,latTRMM,lonTRMM,0)
    printVarSummary(xTRM)
Romeo steve TANESSONG wrote:
> Good morning to all members of ncl-talk
> 
> I work with WRF model. I want to validate output of the model with TRMM 
> data. I want to interpolate WRF output to TRMM grid.
> Please propose me a function or a script that will help me to do this.
> 
> Thank you
> Best regards
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Apr  1 07:42:15 2010
This archive was generated by hypermail 2.1.8 : Wed Apr 07 2010 - 07:12:50 MDT