[ncl-talk] monsoon trough

Dennis Shea shea at ucar.edu
Fri Oct 25 10:01:04 MDT 2019


"depict" => Draw

If you know the lat/lon locations of the trough:

   lat_trough = (/lat1,lat2,...,latN/)
   lon_trough= (/lon1,lon2,...,lonN/)

[1] draw a map with gsnDraw/gsnFrame set to False


    plot = gsn_csm_map_ce(wks,res)

[2] use gsn_polyline or gsn_add_polyline

        dum = gsn_add_polyline(wks,plot, lon_trough,  lat_trough, pres)

[3] Draw/Frame

There are numerous examples at:
*http://www.ncl.ucar.edu/Applications/polyg.shtml*
<http://www.ncl.ucar.edu/Applications/polyg.shtml>

In particular,

*polyg_[14, 24, 25]*

On Fri, Oct 25, 2019 at 6:35 AM Debashis Paul via ncl-talk <
ncl-talk at ucar.edu> wrote:

> Hello, ncl community,
> I am trying to depict the monsoon trough, has anyone tried the same of
> plotting the monsoon trough, if so can you please help me by saying it was
> done.
> With regards,
> DP
> ***********************************************
> *Debashis Paul*
>
> *Research Scholar,NIT-RKL*
> *Ph:+916002713628*
> *E-mail: Debgeo668 at gmail.com <Debgeo668 at gmail.com>*
> _______________________________________________
> 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/20191025/b0eded84/attachment.html>


More information about the ncl-talk mailing list