<div dir="ltr">Hi NCL Talk, <div><br></div><div>I'm using write_table to output a large amount of data to file. </div><div>Here's the output statement: </div><div><br></div>alist = [/latPoints,lonPoints,hsString,perString,dirString,winduString,windvString,phs1String,phs2String,phs3String,phs4String,phs5String,phswindString,pdir1String,pdir2String,pdir3String,pdir4String,pdir5String,pdirwindString,ptp1String,ptp2String,ptp3String,ptp4String,ptp5String,ptpwindString/]<br><br>write_table("outf_data.txt","w",alist,"%6.3f,%6.3f,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s");<div><br></div><div>I'm getting the following message:</div><div><br></div>*** buffer overflow detected ***: ncl terminated<br>Aborted<div><br></div><div>When I reduce the string lengths of the variables, then I don't get this error, so I"m guessing I"m running into an NCL string length maximum? </div><div><br></div><div>Any suggestions on how to get around this problem? </div><div><br></div><div>Thank you. <br><div><br><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Micah Sklut<br><br></div></div></div></div></div>