<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">New to NCL. What would be the reason why my headers won’t write with the write_table function?</div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">; write table</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">headers = [/" timestamp "," T2 "/]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">strings = [/time1,t1C/]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">file = “1hr_T2.txt”</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">system("/bin/rm -f "+file)                              ; remove any pre-existing file</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">write_table(file, "w", [/"moolort wrf data"/], "%s ")</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">write_table(file, "a", [/"timestamp","T2"/], "%s %s ")</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">write_table(file, "a", strings, "%s %f")</div></div><div class=""><br class=""></div><div class="">Hope it’s any easy one! </div><div class=""><br class=""></div><div class="">Many thanks</div><div class="">Alyce</div></body></html>