<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, Dennis,<br>Thanks a lot for your involvement. Yes, as Dave pointed out, both <br>getvardims(f)&nbsp; and&nbsp; getfiledimsizes(f) work fine. However, I'm seeking a function,<br>like , getfiledims(f,"Lat") , which will give me the number of the dimension "Lat" in the netcdf file.<br>This seems not available yet. <br>&nbsp;I hope I make my problem clear enough this time and sorry for any confusions in previous emails.<br>Best wishes,<br>Ting<br><br><div><hr id="stopSpelling">Date: Fri, 24 Apr 2015 15:01:52 -0600<br>Subject: Re: [ncl-talk] how to get the dimension size in netcdf file<br>From: shea@ucar.edu<br>To: leiting2002@hotmail.com<br>CC: dbrown@ucar.edu; abrammer@albany.edu; ncl-talk@ucar.edu<br><br><div dir="ltr">Is this what you want?<br><br>Remember 'f' (below) has a dual nature ... It is both a variable and a file reference<br><br>&nbsp;&nbsp; f = addfile("...","r")<br>&nbsp;&nbsp; <br><div>&nbsp;&nbsp; dNames= getvardims(f)&nbsp; <br>&nbsp;&nbsp; dSizes&nbsp;&nbsp; = getfiledimsizes(f)&nbsp; <br>&nbsp;&nbsp; print (dNames+"&nbsp;&nbsp; "+dSizes)<br><br></div></div><div class="ecxgmail_extra"><br><div class="ecxgmail_quote">On Fri, Apr 24, 2015 at 2:45 PM, LeiTing <span dir="ltr">&lt;<a href="mailto:leiting2002@hotmail.com" target="_blank">leiting2002@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">


<div><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<span><br>&gt; Subject: Re: [ncl-talk] how to get the dimension size in netcdf file<br>&gt; From: <a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a><br></span>&gt; To: <a href="mailto:abrammer@albany.edu" target="_blank">abrammer@albany.edu</a><br>&gt; CC: <a href="mailto:leiting2002@hotmail.com" target="_blank">leiting2002@hotmail.com</a>; <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><div><div class="h5"><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;<a href="mailto:abrammer@albany.edu" target="_blank">abrammer@albany.edu</a>&gt; wrote:<br>&gt; &gt; Isn't that functionality in this function?<br>&gt; &gt; <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/getfilevardimsizes.shtml" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Built-in/getfilevardimsizes.shtml</a><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;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>&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;<a href="mailto:leiting2002@hotmail.com" target="_blank">leiting2002@hotmail.com</a>&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: <a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a><br>&gt; &gt;&gt; &gt;&gt; To: <a href="mailto:leiting2002@hotmail.com" target="_blank">leiting2002@hotmail.com</a><br>&gt; &gt;&gt; &gt;&gt; CC: <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><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; <a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/getfiledimsizes.shtml" target="_blank">http://www.ncl.ucar.edu/Document/Functions/Built-in/getfiledimsizes.shtml</a><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;<a href="mailto:leiting2002@hotmail.com" target="_blank">leiting2002@hotmail.com</a>&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; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><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; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>&gt; &gt;<br>&gt; &gt;<br></div></div></div>                                               </div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div>                                               </div></body>
</html>