<div dir="ltr"><div>Hi,</div><div><br></div><div>I think the problem stems from the fact there are only 6573 lines in the dataset, whereas in the script you specified 6754. Hence the message about "End of file and only xxx elements read...". Things cascaded from there; as noted, the remaining expected elements of "data" were filled with _FillValue, the default double value beingĀ  9.969209968386869e+36, etc.</div><div><br></div><div>Hope that helps...</div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 6, 2021 at 8:22 AM Herb, Jason via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello All,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
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:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
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
<div>warning:toint: there are 180 double(s) larger than INT_MAX, which have been flagged missing.</div>
<div>fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function</div>
<div>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</div>
<div><br>
</div>
<div>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</div>
<div><br>
</div>
fatal:["Execute.c":8640]:Execute: Error occurred at or near line 29 in file linePMplotdaily.ncl</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
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.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I have attempted to run a check for missing data for variable x with no issues and still get that same errors:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
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
<div>warning:toint: there are 180 double(s) larger than INT_MAX, which have been flagged missing.</div>
<div>fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function</div>
<div>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</div>
<div><br>
</div>
<div>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</div>
<div><br>
</div>
<div>fatal:["Execute.c":8640]:Execute: Error occurred at or near line 37 in file linePMplotdaily.ncl</div>
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Any Suggestions?</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thank you<br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>