[ncl-talk] help

Guilherme Martins jgmsantos at gmail.com
Fri Feb 19 20:40:31 MST 2016


Dear Key,

Take a look in your data using ncl_filedump

ncl_filedump yourfile.nc

If the variable name is type short, you have to unpack to float with the
function short2flt.

U = short2flt(a->U)

Hope this help.

Guilherme.

Em sex, 19 de fev de 2016 às 20:22, Key Tone <keytone25 at gmail.com> escreveu:

> Hi,
>
> Just wondering what's wrong with this script? I am trying to plot a
> contour of wind speed over this plot, but it's not working.
>
> Here's the code I used:
> [image: Inline image 1]
>
> and here's a vector plot of the file I'm using:
> [image: Inline image 2]
>
> Thanks!
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-- 
------------------------------------------------------------------------------------------
Dr. Guilherme Martins
Instituto Nacional de Pesquisas Espaciais (INPE)
Centro de Ciência do Sistema Terrestre (CCST) - Prédio CES
Grupo de Superfície-Biosfera-Atmosfera (GSBA)
Telefone (INPE/CP): +55 12 3186-9520 || Celular (TIM): +55 12 98152-8580
E-mail: guilherme.martins at inpe.br || jgmsantos at gmail.com
Skype: guilherme.martins.
Homepage: https://sites.google.com/site/jgmsantos
Currículo Lattes: http://lattes.cnpq.br/5997657584785803
------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160220/244ba887/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 67308 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160220/244ba887/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 15463 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160220/244ba887/attachment-0001.png 


More information about the ncl-talk mailing list