<div dir="ltr"><div><div><div><div>Hi<br><br></div>1. I use write_table to write array into a text file. Since I need to write 10 columns of float data, I use the following format.<br><pre>write_table(&quot;list.txt&quot;, &quot;a&quot;, alist, 10&quot;%16.2f&quot;)</pre>Unfortunately, NCL can&#39;t realize it. The error occurs. Then I use the following format, and it works<br><pre>write_table(&quot;list.txt&quot;, &quot;a&quot;, alist, &quot;%16.2f%16.2f%16.2f%16.2f%16.2f%16.2f%16.2f%16.2f%16.2f%16.2f&quot;)</pre>However, the second one is really tedious. Do you know what is the best way to use format in write_table?<br><br></div>2. I also want to use write_matrix. Unfortunately, I don&#39;t find how to use appending with write_matrix. Do you know whether there is appending feature for write_matrix?<br><br></div>Thank you<br></div>Zhifeng<br></div>