<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Delia</div>
<div><br>
</div>
<div>You can get the global atts. directly from a file, opened using add file():</div>
<div><br>
</div>
<div>&gt; f = addfile(&lt;filename&gt;,&quot;r&quot;) ;f can be treated as variable, with attributes the same as the files global atts</div>
<div><br>
</div>
<div>&gt; fAtts = getvaratts(f) &nbsp;; all the global attribute names</div>
<div><br>
</div>
<div>;print the attribute names</div>
<div>&gt; do i = 0, dimsizes(fAtts)-1</div>
<div>&gt; &nbsp; print(f@$fAtts(i)$)</div>
<div>&gt; end do</div>
<div><br>
</div>
<div>Hope that helps</div>
<div><br>
</div>
<div>Will</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Delia &lt;<a href="mailto:deliajxm@gmail.com">deliajxm@gmail.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Friday, 25 July 2014 4:27 PM<br>
<span style="font-weight:bold">To: </span>ncl-talk &lt;<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>[ncl-talk] getting global attributes of nc files<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">HI NCL users,
<div><br>
</div>
<div><br>
</div>
<div>I'm wondering if NCL has fuctions to get global attributes of nc files. I have found the following function to add global attributes:</div>
<table cellspacing="2" width="100%" border="1" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:verdana,sans-serif;font-size:13px;line-height:16px">
<tbody style="margin:0px;padding:0px">
<tr style="margin:0px;padding:0px">
<td valign="top" style="padding:5px"><a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/fileattdef.shtml" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif">fileattdef</a></td>
<td style="padding:5px">Defines global (file) attributes associated with a&nbsp;<a href="http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclFormatSupport.shtml" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif">supported
 file</a>.</td>
</tr>
</tbody>
</table>
<div>&nbsp;</div>
<div>Are there any functions to or other methods to deal with the problems?</div>
<div><br>
</div>
<div>Thanks &nbsp;a lot!</div>
<div><br>
</div>
<div>Xiaoman Jiang</div>
</div>
</div>
</div>
</span>
</body>
</html>