<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dave and Alan, <br>My apology for causing that misunderstanding.<br>Dave, you are right! I missed that function is aksing for a dim size of a variable. <br>In my case, those dimensions are only defined however not used for any variables, which are still significant. <br>Thanks again.<br>Best,<br>Ting<br><br><div>&gt; Date: Fri, 24 Apr 2015 14:25:53 -0600<br>&gt; Subject: Re: [ncl-talk] how to get the dimension size in netcdf file<br>&gt; From: dbrown@ucar.edu<br>&gt; To: abrammer@albany.edu<br>&gt; CC: leiting2002@hotmail.com; ncl-talk@ucar.edu<br>&gt; <br>&gt; getfilevardimsizes gets the sizes of the dimensions the apply to a<br>&gt; specific variable. I thought the question was how to get the size of a<br>&gt; dimension by name from the file without specifying a particular<br>&gt; variable.<br>&gt;  -dave<br>&gt; <br>&gt; <br>&gt; On Fri, Apr 24, 2015 at 12:53 PM, Alan Brammer &lt;abrammer@albany.edu&gt; wrote:<br>&gt; &gt; Isn't that functionality in this function?<br>&gt; &gt; https://www.ncl.ucar.edu/Document/Functions/Built-in/getfilevardimsizes.shtml<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Alan.<br>&gt; &gt;<br>&gt; &gt; On 24 April 2015 at 14:36, David Brown &lt;dbrown@ucar.edu&gt; wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Well we would need to create another function to do that. We will<br>&gt; &gt;&gt; consider it. Thanks for the suggestion.<br>&gt; &gt;&gt;  -dave<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Fri, Apr 24, 2015 at 12:32 PM, LeiTing &lt;leiting2002@hotmail.com&gt; wrote:<br>&gt; &gt;&gt; &gt; Dave,<br>&gt; &gt;&gt; &gt; Thank you so much. That is already the solution I need.<br>&gt; &gt;&gt; &gt; However, can NCL be "smarter" that ,say, I can directly ask for the size<br>&gt; &gt;&gt; &gt; of<br>&gt; &gt;&gt; &gt; a named dimension?<br>&gt; &gt;&gt; &gt; I know I can do it after using the function you pointed out, however,<br>&gt; &gt;&gt; &gt; I'm<br>&gt; &gt;&gt; &gt; just wondering if there are some tip that directly do it.<br>&gt; &gt;&gt; &gt; Thanks a lot.<br>&gt; &gt;&gt; &gt; Ting<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; Date: Fri, 24 Apr 2015 12:01:50 -0600<br>&gt; &gt;&gt; &gt;&gt; Subject: Re: [ncl-talk] how to get the dimension size in netcdf file<br>&gt; &gt;&gt; &gt;&gt; From: dbrown@ucar.edu<br>&gt; &gt;&gt; &gt;&gt; To: leiting2002@hotmail.com<br>&gt; &gt;&gt; &gt;&gt; CC: ncl-talk@ucar.edu<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; Hi Ting,<br>&gt; &gt;&gt; &gt;&gt; getfiledimsizes is the function to use.<br>&gt; &gt;&gt; &gt;&gt; See<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; http://www.ncl.ucar.edu/Document/Functions/Built-in/getfiledimsizes.shtml<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; The example shows how to get the dimensions names along with the sizes.<br>&gt; &gt;&gt; &gt;&gt; -dave<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; On Fri, Apr 24, 2015 at 10:12 AM, LeiTing &lt;leiting2002@hotmail.com&gt;<br>&gt; &gt;&gt; &gt;&gt; wrote:<br>&gt; &gt;&gt; &gt;&gt; &gt; Dear Ncl folks,<br>&gt; &gt;&gt; &gt;&gt; &gt; I apologize first if this is a duplicated question though I haven't<br>&gt; &gt;&gt; &gt;&gt; &gt; found<br>&gt; &gt;&gt; &gt;&gt; &gt; it.<br>&gt; &gt;&gt; &gt;&gt; &gt; I have a netcdf file (the "sparse grid" by NSSL), with ncdump output<br>&gt; &gt;&gt; &gt;&gt; &gt; as<br>&gt; &gt;&gt; &gt;&gt; &gt; ^^^^^^^^^^^^<br>&gt; &gt;&gt; &gt;&gt; &gt; dimensions:<br>&gt; &gt;&gt; &gt;&gt; &gt; Lat = 236 ;<br>&gt; &gt;&gt; &gt;&gt; &gt; Lon = 355 ;<br>&gt; &gt;&gt; &gt;&gt; &gt; pixel = 12596 ;<br>&gt; &gt;&gt; &gt;&gt; &gt; variables:<br>&gt; &gt;&gt; &gt;&gt; &gt; float RefQC(pixel) ;<br>&gt; &gt;&gt; &gt;&gt; &gt; ..............................<br>&gt; &gt;&gt; &gt;&gt; &gt; VV<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; I want to get the dimension lat and lon, which can 't be obtained by<br>&gt; &gt;&gt; &gt;&gt; &gt; ,say,<br>&gt; &gt;&gt; &gt;&gt; &gt; dimsize (RefQC).<br>&gt; &gt;&gt; &gt;&gt; &gt; They are also not global attributes.<br>&gt; &gt;&gt; &gt;&gt; &gt; Hence, I 'm lost on how to access those definitions of "lat" and<br>&gt; &gt;&gt; &gt;&gt; &gt; "lon"<br>&gt; &gt;&gt; &gt;&gt; &gt; in<br>&gt; &gt;&gt; &gt;&gt; &gt; the netcdf file.<br>&gt; &gt;&gt; &gt;&gt; &gt; Your help is appreciated.<br>&gt; &gt;&gt; &gt;&gt; &gt; Best wishes,<br>&gt; &gt;&gt; &gt;&gt; &gt; Ting<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt;&gt; &gt; ncl-talk mailing list<br>&gt; &gt;&gt; &gt;&gt; &gt; List instructions, subscriber options, unsubscribe:<br>&gt; &gt;&gt; &gt;&gt; &gt; http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; ncl-talk mailing list<br>&gt; &gt;&gt; List instructions, subscriber options, unsubscribe:<br>&gt; &gt;&gt; http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br>&gt; &gt;<br>&gt; &gt;<br></div>                                               </div></body>
</html>