diff --git a/cf-conventions.html b/cf-conventions.html index 99475062..bf815544 100644 --- a/cf-conventions.html +++ b/cf-conventions.html @@ -779,11 +779,11 @@

NetCDF Climate and Forecast (CF) Metadata Conventions

3.3. Flag Variable Bit 2 and Bit 3 (from Example)
A.1. Attributes
C.1. Standard Name Modifiers
-D.1. Table D.1. Consistent sets of values for the standard_names of formula terms and the computed_standard_name needed in defining the ocean sigma coordinate, the ocean s-coordinate, the ocean_sigma over z coordinate, and the ocean double sigma coordinate.
+D.1. Consistent sets of values for the standard_names of formula terms and the computed_standard_name needed in defining the ocean sigma coordinate, the ocean s-coordinate, the ocean_sigma over z coordinate, and the ocean double sigma coordinate.
E.1. Cell Methods
F.1. Grid Mapping Attributes
-I.1. Table I.1. The elements of the CF-netCDF conventions. The relationships to netCDF elements are shown in [figure-cf-concepts].
-I.2. Table I.2. The constructs of the CF data model. The relationships between the constructs and CF-netCDF elements are shown in in [figure-field], [figure-dim-aux] and [figure-coordinate-reference].

+I.1. The elements of the CF-netCDF conventions. The relationships to netCDF elements are shown in [figure-cf-concepts].
+I.2. The constructs of the CF data model. The relationships between the constructs and CF-netCDF elements are shown in in [figure-field], [figure-dim-aux] and [figure-coordinate-reference].

List of Examples

@@ -806,13 +806,13 @@

NetCDF Climate and Forecast (CF) Metadata Conventions

5.2. Two-dimensional coordinate variables
5.3. Reduced horizontal grid
5.6. Rotated pole grid
-5.7. Example 5.7, "Lambert conformal projection"
+5.7. "Lambert conformal projection"
5.8. Latitude and longitude on a spherical Earth
5.9. Latitude and longitude on the WGS 1984 datum
5.10. British National Grid
5.11. Latitude and longitude on the WGS 1984 datum + CRS WKT
5.12. British National Grid + Newlyn Datum in CRS WKT format
-5.13. Example 5.13, "Multiple forecasts from a single analysis"
+5.13. "Multiple forecasts from a single analysis"
6.1. Northward heat transport in Atlantic Ocean
6.1.2. Taxon names and identifiers
6.2. Model level numbers
@@ -838,15 +838,16 @@

NetCDF Climate and Forecast (CF) Metadata Conventions

8.4. One-dimensional tie point interpolation of two-dimensional domain.
8.5. Multiple interpolation variables with interpolation parameter attributes.
8.6. Combining a grid mapping and coordinate interpolation, with time as a non-interpolated dimension.
+8.7. Interpolation of 2D Cell Boundaries corresponding to [figure_interpolation_of_cell_boundaries]
B.1. A name table containing three entries
-H.1. Example H.1, "Point data"
+H.1. "Point data"
H.2. Timeseries with common element times in a time coordinate variable using the orthogonal multidimensional array representation.
H.3. Timeseries of station data in the incomplete multidimensional array representation.    
H.4. A single timeseries.
H.5. A single timeseries with time-varying deviations from a nominal point spatial location
H.6. Timeseries of station data in the contiguous ragged array representation.
H.7. Timeseries of station data in the indexed ragged array representation.
-H.8. Example H.8, "Atmospheric sounding profiles for a common set of vertical coordinates stored in the orthogonal multidimensional array representation."
+H.8. "Atmospheric sounding profiles for a common set of vertical coordinates stored in the orthogonal multidimensional array representation."
H.9. Data from a single atmospheric sounding profile.
H.10. Atmospheric sounding profiles for a common set of vertical coordinates stored in the contiguous ragged array representation.
H.11. Atmospheric sounding profiles for a common set of vertical coordinates stored in the indexed ragged array representation.
@@ -861,7 +862,7 @@

NetCDF Climate and Forecast (CF) Metadata Conventions

H.20. Time series of atmospheric sounding profiles along a set of trajectories stored in a multidimensional array representation.
H.21. Time series of atmospheric sounding profiles along a trajectory stored in a multidimensional array representation.
H.22. Time series of atmospheric sounding profiles along a set of trajectories stored in a ragged array representation.
-I.1. Example I.1 A single CF-netCDF variable corresponding to two data model constructs.

+I.1. A single CF-netCDF variable corresponding to two data model constructs.

@@ -5551,7 +5552,7 @@

Bounds Tie Point Attribute and Bounds Tie Point Variable
A bounds_tie_points attribute must be defined for each tie point coordinate variable corresponding to reconstituted coordinates with cell boundaries. It is a single word of the form “bounds_tie_point_variable” that identifies a bounds tie point variable, containing a bounds tie point coordinate value for each tie point stored in its tie point coordinate variable, and therefore the bounds tie point variable has the same set of dimensions as its tie point coordinate variable. -An example of the usage of the bounds_tie_points is shown in Example 8.7. +An example of the usage of the bounds_tie_points is shown in [example_interpolation_of_cell_boundaries]. Since a bounds tie point variable is considered to be part of a tie point coordinate variable’s metadata, it is not necessary to provide it with attributes such as long_name and units, following the same rules as for the bounds of an uncompressed coordinate variable, see Section 7.1, "Cell Boundaries".

@@ -5569,8 +5570,8 @@

Uncompression of two-dimensional coordinate bounds
For two-dimensional coordinate bounds, in the second step of the process, for each index pair (j, i) of the interpolated dimension, the four bounds of the boundary variable is set to the value of the interpolated bounds point grid at index pairs B0, B1, B2 and B3, respectively, where the index pairs are defined above under "Compressing two-dimensional coordinate bounds".

-
-
Example 8.7 Interpolation of 2D Cell Boundaries corresponding to Figure 8.4
+
+
Example 8.7. Interpolation of 2D Cell Boundaries corresponding to [figure_interpolation_of_cell_boundaries]
@@ -9169,7 +9170,7 @@

H.3.2. Incomplete multidimensional array representation of profiles

-

If there are the same number of levels in each profile, but they do not have the same set of vertical coordinates, one can use the incomplete multidimensional array representation, which the vertical coordinate variable is two-dimensional e.g. replacing z(z) in Example H.8, "Atmospheric sounding profiles for a common set of vertical coordinates stored in the orthogonal multidimensional array representation." with alt(profile,z). +

If there are the same number of levels in each profile, but they do not have the same set of vertical coordinates, one can use the incomplete multidimensional array representation, which the vertical coordinate variable is two-dimensional e.g. replacing z(z) in "Atmospheric sounding profiles for a common set of vertical coordinates stored in the orthogonal multidimensional array representation." with alt(profile,z). This representation also allows one to have a variable number of elements in different profiles, at the cost of some wasted space. In that case, any unused elements of the data and auxiliary coordinate variables must contain missing data values (section 9.6).

@@ -10312,7 +10313,7 @@

-

+@@ -10392,7 +10393,7 @@

Table I.2, are related to CF-netCDF elements (Figure I.1), which in turn relate to the components of netCDF file.

Table I.1. The elements of the CF-netCDF conventions. The relationships to netCDF elements are shown in [figure-cf-concepts].The elements of the CF-netCDF conventions. The relationships to netCDF elements are shown in [figure-cf-concepts].
- +@@ -10676,7 +10677,7 @@

Example I.1).

-
Example I.1 A single CF-netCDF variable corresponding to two data model constructs.
+
A single CF-netCDF variable corresponding to two data model constructs.
@@ -11420,6 +11421,9 @@

Revision History

Issue #410: Delete "on a spherical Earth" from the definition of the latitude_longitude grid mapping in Appendix F

+
  • +

    Issue #286: Some labels of examples contain "Example" so that their label in the list of examples contains "Example" (affects four examples)

    +
  • @@ -11850,13 +11854,13 @@

    the section called "Atmosphere hybrid height coordinate" : Fixed definition of atmosphere hybrid height coordinate.

  • -

    22 October 2004: Added Example 5.7, "Lambert conformal projection".

    +

    22 October 2004: Added "Lambert conformal projection".

  • 20 September 2004: Section 7.3, "Cell Methods" : Changed several incorrect occurrences of the cell method "standard deviation" to "standard_deviation".

  • -

    1 July 2004: Example 5.13, "Multiple forecasts from a single analysis" : Added positive attribute to the scalar coordinate p500 to make it unambiguous that the pressure is a vertical coordinate value.

    +

    1 July 2004: "Multiple forecasts from a single analysis" : Added positive attribute to the scalar coordinate p500 to make it unambiguous that the pressure is a vertical coordinate value.

  • 1 July 2004: Section 5.7, "Scalar Coordinate Variables" : Added note that use of scalar coordinate variables inhibits interoperability with COARDS conforming applications.

    @@ -11940,7 +11944,7 @@

    References

    diff --git a/cf-conventions.pdf b/cf-conventions.pdf index c19666a4..b9179106 100644 Binary files a/cf-conventions.pdf and b/cf-conventions.pdf differ diff --git a/conformance.html b/conformance.html index 5baf2903..eb1ad1ac 100644 --- a/conformance.html +++ b/conformance.html @@ -1495,7 +1495,7 @@

    Appendix D Parametric Vertical Coordina

  • diff --git a/conformance.pdf b/conformance.pdf index 011f7903..3046bc3a 100644 Binary files a/conformance.pdf and b/conformance.pdf differ

    Table I.2. The constructs of the CF data model. The relationships between the constructs and CF-netCDF elements are shown in in [figure-field], [figure-dim-aux] and [figure-coordinate-reference].The constructs of the CF data model. The relationships between the constructs and CF-netCDF elements are shown in in [figure-field], [figure-dim-aux] and [figure-coordinate-reference].