[ncl-talk] help

Key Tone keytone25 at gmail.com
Fri Feb 19 21:23:51 MST 2016


Hi Guilherme,

Do you know if there are any other potential problems? My file isn't type
short, so I'm wondering if there's something wrong with the script itself?
[image: Inline image 1]

On Fri, Feb 19, 2016 at 10:40 PM, Guilherme Martins <jgmsantos at gmail.com>
wrote:

> 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/20160219/afa97137/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/20160219/afa97137/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 21289 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160219/afa97137/attachment-0001.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/20160219/afa97137/attachment-0002.png 


More information about the ncl-talk mailing list