Show
Ignore:
Timestamp:
10/09/08 17:13:48 (5 months ago)
Author:
mlaker1
Message:

Fixed tickets #30 & #32, and removed appearance of second title in html pages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cf-conventions/trunk/docbooksrc/coordinate-types.xml

    r66 r72  
    261261      </para> 
    262262       
    263       <example><title>Atmosphere sigma coordinate</title> 
     263      <example id="atm-sigma-coord-ex"><title>Atmosphere sigma coordinate</title> 
    264264        <programlisting> 
    265265float lev(lev) ; 
     
    271271      </example> 
    272272      <para> 
    273          In this example the <varname>standard_name</varname> value <varname>atmosphere_sigma_coordinate</varname> identifies the following definition from <xref linkend="standard-name-modifiers"/> which specifies how to compute pressure at gridpoint <varname>(n,k,j,i)</varname> where <varname>j</varname> and <varname>i</varname> are horizontal indices, <varname>k</varname> is a vertical index, and <varname>n</varname> is a time index: 
     273         In this example the <varname>standard_name</varname> value  
     274         <varname>atmosphere_sigma_coordinate</varname> identifies the following  
     275         definition from <xref linkend="dimensionless-v-coord"/> which specifies  
     276         how to compute pressure at gridpoint <varname>(n,k,j,i)</varname> where  
     277         <varname>j</varname> and <varname>i</varname> are horizontal indices,  
     278         <varname>k</varname> is a vertical index, and <varname>n</varname> is a time index: 
    274279        <programlisting> 
    275280p(n,k,j,i) = ptop + sigma(k)*(ps(n,j,i)-ptop)