Show
Ignore:
Files:

Legend:

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

    r72 r66  
    261261      </para> 
    262262       
    263       <example id="atm-sigma-coord-ex"><title>Atmosphere sigma coordinate</title> 
     263      <example><title>Atmosphere sigma coordinate</title> 
    264264        <programlisting> 
    265265float lev(lev) ; 
     
    271271      </example> 
    272272      <para> 
    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: 
     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: 
    279274        <programlisting> 
    280275p(n,k,j,i) = ptop + sigma(k)*(ps(n,j,i)-ptop)