[ncl-talk] plot a part of domain

Guido Cioni guidocioni at gmail.com
Fri Mar 4 10:29:51 MST 2016


Dear Ashish,
You can either use the map resources to limit the plotted domain (min lat,
min lon...) or sort the array using coordinate indexing, e.g.
var({min_lon:max_lon} , {min_lat:max_lat}). Just search the documentation,
it's one of the most frequently asked questions.
Cheers
Il 04 mar 2016 4:56 PM, "Ashish Sharma" <asharma7 at nd.edu> ha scritto:

> Hello,
>
> If I want to plot a part of domain with known lat-lon, is there a way that
> the ncl code itself finds corresponding ij locations like in grads? OR I
> will have to find  ij using something like "wrf_user_ll_to_ij" and use it
> in plot command.
> Please advise...
>
> best,
> Ashish
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160304/62589741/attachment-0001.html 


More information about the ncl-talk mailing list