<div dir="ltr"><div><div><div><div><div><div>It is just the way arguments for functions and procedures are prototyped for documentation. <br>I believe the square brackets used for documentation preceded the introduction of the list variable. <br><br></div>Further, I believe that people thought there would be no confusion   :-)<br><br></div>So, in documentation <br><br></div>x[1]    ; a variable of size one (scalar)<br><br></div>x[*]   ; a 1D variable of any length<br><br></div>x[*][*]: a 2D variable<br><br></div><div>x    ; a variable of any shape and any type<br><br>=========<br></div><div>These may have additional constraints<br><br></div><div>x[*]:numeric<br><br></div><div>x[*]:integer<br></div><div><br></div><div>x[*][*]: string<br><br></div><div>etc<br></div><div><br><br></div>etc<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 16, 2016 at 3:56 PM, Lijun Diao <span dir="ltr">&lt;<a href="mailto:ljdiao@gmail.com" target="_blank">ljdiao@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="FONT-SIZE:12pt;FONT-FAMILY:&#39;Calibri&#39;;COLOR:#000000">
<div>Hi, NCL users:</div>
<div> </div>
<div>Sorry. I probably asked a similar question which I don’t rember. Can 
someone explain for me what the following * in lat[*] and the number 1 in Opt[1] 
means?</div>
<div> </div>
<div>procedure rectilinear_to_SCRIP(FName[1]:<wbr>string,lat[*]:numeric,\</div>
<div>8 lon[*]:numeric, Opt[1]:logical)</div>
<div> </div>
<div>function isatt_logical_true(Opt[1]:<wbr>logical,AttName[1]:string)</div>
<div> </div>
<div>The square looks like list, the it is defined as logical or numeric 
variable.</div>
<div> </div>
<div>thanks,</div>
<div style="FONT-SIZE:12pt;FONT-FAMILY:&#39;Calibri&#39;;COLOR:#000000">------------------------------<wbr>------------------------------<wbr>-----------------<br>Lijun 
Diao<br><a href="mailto:ldiao@uh.edu" target="_blank">ldiao@uh.edu</a><br>Research Assistant<br>Department of Earth &amp; 
Atmospheric Sciences<br>University of Houston<br>4800 Calhoun RD., Bldg. 
S&amp;R1-312<br>Houston, TX 77204-5007</div></div></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>