<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body 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>
</body>
</html>