[ncl-talk] reading variable

Debasish Hazra debasish.hazra5 at gmail.com
Fri Dec 11 07:21:09 MST 2020


Thanks Rick and Dave, it solved the problem.

Debasish

On Thu, Dec 10, 2020 at 2:24 PM Rick Brownrigg <brownrig at ucar.edu> wrote:

> Yea, I can see where that would be a syntax error to NCL. I *think* this
> might work:
>
> vname = "series_cts_CSI_ge0.3"
> csi_mod  = b1->$vname$
>
> Hope that helps...
> Rick
>
> On Thu, Dec 10, 2020 at 11:48 AM Debasish Hazra via ncl-talk <
> ncl-talk at mailman.ucar.edu> wrote:
>
>> Hi,
>> I am trying to read a netcdf file generated from other statistical
>> package and getting the following error using NCL :
>> fatal:syntax error: line 19 in file statread.ncl before or near .3
>>           csi_mod  = b1->series_cts_CSI_ge0.3
>> ------------------------------------------------------------------^
>> But when I did ncl_filedump I see variable do exist :
>>
>> Variable: series_cts_CSI_ge0.3
>>     Type: float
>>     Total Size: 207936 values
>>                 831744 bytes
>>     Number of Dimensions: 2
>>     Dimensions and sizes:       [ 361 <lat> x 576 <lon> ]
>>     Coordinates:
>>                 lat: [-90..90]
>>                 lon: [-180..179.375]
>>         Number of Attributes:        5
>>             _FillValue  :       -9999
>>             name        :       CSI
>>             long_name   :       Critical success index
>>
>> Any help on this ?
>> Thanks
>> Debasish
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20201211/7ad71e43/attachment.html>


More information about the ncl-talk mailing list