Re: how to read a variable "x-wind" in a nc file with NCL

From: Guilherme Martins <jgmsantos_at_nyahnyahspammersnyahnyah>
Date: Thu Nov 01 2012 - 18:00:08 MDT

Copy from Dennis Shea

     x = f->$"PM2.5_emssion"$

or
     vname = "PM2.5_emssion"
     x = f->$vname$

Guilherme

2012/11/1 Yang Yang <yang123yang@yahoo.com>

> Hi There:
>
> I have a nc file with a zonal wind component named as "x-wind".
> When I read it in NCL as:
> uu = f1->x-wind(0,0,:,:)
> It had errors: fatal:Undefined identifier: (wind) is undefined, can't
> continue.
> The "x-wind" cannot be recognized by NCL. NCL took "-" as minus or
> somethingelse.
> Can anyone tell me how to read this data in NCL? Thanks!
>
> Regards
> Ed
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

-- 
*Guilherme Martins*
http://guilhermemartins.hd1.com.br/

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Nov 1 18:00:58 2012

This archive was generated by hypermail 2.1.8 : Tue Nov 06 2012 - 15:05:49 MST