[ncl-talk] Asciiread error and doubles larger than INT_MAX errors

Herb, Jason jherb at albany.edu
Wed Jan 6 08:22:07 MST 2021


Hello All,

I have been using the above script without any issues prior. I went to plot data which has the same format and data array length and size. However, I am now receiving the following warning and fatal error messages:

warning:asciiread: End of file reached and only (13148) elements were read from the file, filling remaining elements with the default missing value for the requested type
warning:toint: there are 180 double(s) larger than INT_MAX, which have been flagged missing.
fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function
fatal:["Execute.c":8640]:Execute: Error occurred at or near line 8326 in file /network/rit/lab/asrclab/viz/ncl/lib/ncarg/nclscripts/csm/contributed.ncl

fatal:["Execute.c":8640]:Execute: Error occurred at or near line 8347 in file /network/rit/lab/asrclab/viz/ncl/lib/ncarg/nclscripts/csm/contributed.ncl

fatal:["Execute.c":8640]:Execute: Error occurred at or near line 29 in file linePMplotdaily.ncl

I have made sure that the array size is correct in the read command. Also have not had any issues with the declared -999 missing data flag.

I have attempted to run a check for missing data for variable x with no issues and still get that same errors:

warning:asciiread: End of file reached and only (13148) elements were read from the file, filling remaining elements with the default missing value for the requested type
warning:toint: there are 180 double(s) larger than INT_MAX, which have been flagged missing.
fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function
fatal:["Execute.c":8640]:Execute: Error occurred at or near line 8326 in file /network/rit/lab/asrclab/viz/ncl/lib/ncarg/nclscripts/csm/contributed.ncl

fatal:["Execute.c":8640]:Execute: Error occurred at or near line 8347 in file /network/rit/lab/asrclab/viz/ncl/lib/ncarg/nclscripts/csm/contributed.ncl

fatal:["Execute.c":8640]:Execute: Error occurred at or near line 37 in file linePMplotdaily.ncl

Any Suggestions?

Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210106/74001eba/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: County029-CO-0005-Final.out
Type: application/octet-stream
Size: 110443 bytes
Desc: County029-CO-0005-Final.out
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210106/74001eba/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linePMplotdaily.ncl
Type: application/octet-stream
Size: 2215 bytes
Desc: linePMplotdaily.ncl
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210106/74001eba/attachment-0001.obj>


More information about the ncl-talk mailing list