[ncl-talk] Vector plot with 1-D coordinate data

David Brown dbrown at ucar.edu
Fri Oct 21 11:45:36 MDT 2016


Hi Guido,
Vector plotting with 1D coordinates requires a triangular mesh
algorithm. We have code at the lower level to do this, but it has not
yet been integrated into NCL. It is a fairly major effort that will
require sustained full-time attention for a developer for awhile.
Hopefully we will be able to get to it after the next release of NCL.
Unfortunately it is not a possibility for the immediate future.
 -dave

On Fri, Oct 21, 2016 at 3:19 AM, Guido Cioni <guidocioni at gmail.com> wrote:
> Hi all,
> I believe this is more of a request for the developers.
>
> Is there any way of making a vector plot using 1-D coordinate arrays? I’m
> using data from an unstructured grid so that every time I have to plot
> something I’m always using a variable similar to var(time, level, ncell)
> which can be plotted with contours using the special resources sfXArray and
> sfYArray. However, when doing vector plots the u and v component of the wind
> MUST be 2-Dimensional according to the documentation. Thus, setting the
> appropriate resources vfXArray, vfYArray does not help…
> Is it something that will be implemented in 6.4 ?
>
> Cheers
>
> Guido Cioni
> http://guidocioni.altervista.org
>
>
>
>
>
> _______________________________________________
> 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