[ncl-talk] NCEP/R2 sub-domain plot
Dennis Shea
shea at ucar.edu
Mon Oct 12 15:40:46 MDT 2015
Please read the documentation on data on rectilinear grids and
coordinate subscripting.
http://www.ncl.ucar.edu/Document/Manuals/language_man.pdf
Section 2.11
latS = 20.0
latN = 50.0
lonR = 293.0
lonL =40.00
f = addfile("NCEP.R2.nc","r")
x3 = f->X(:,{latS:latN}.{lonL:lonR})
y4 = f->Y(:,",{latS:latN}.{lonL:lonR})
Ypu likely have to regrid to compare.
See:ESMF
http://www.ncl.ucar.edu/Applications/ESMF.shtml
Good luck
On Mon, Oct 12, 2015 at 3:24 PM, Ashish Sharma <asharma7 at nd.edu> wrote:
> Hello,
>
> I need to plot a section of the domain from NCEP-R2 over US. How can I do it?
> I think I will need a function similar to “wrf_user_ll_to_ij” to find ij corresponding to my sub-domain lat-lon.
>
> Please advise!
>
> thanks,
> Ashish
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
More information about the ncl-talk
mailing list