forked from cf-convention/cf-conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cf-convention#503 from larsbarring/issue-500
Appendix B: Added a **`conventions_string`** to the standard name xml file format definition
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,20 +25,24 @@ Next is the **`standard_name_table`** itself, which is bracketed by the tags **` | |
The content (delimited by the `<standard_name_table>` tags) consists of, in order, | ||
|
||
---- | ||
<version_number>Version number here ... </version_number> | ||
<conventions>Conventions string here ... </conventions> | ||
<last_modified>Datetime stamp here ... </last_modified> | ||
<institution>Name of institution here ... </institution> | ||
<contact>E-mail address of contact person ... </contact> | ||
---- | ||
|
||
followed by a sequence of **`entry`** elements which may optionally be followed by a sequence of **`alias`** elements. | ||
where the "Conventions string" is composed of the fixed string **`CF-StandardNameTable-`** immediately followed by the version number. | ||
|
||
Next follows a sequence of **`entry`** elements which may optionally be followed by a sequence of **`alias`** elements. | ||
The **`entry`** and **`alias`** elements take the following forms: | ||
|
||
---- | ||
<entry id="an_id"> | ||
Define the variable whose standard_name attribute has the value "an_id". | ||
</entry> | ||
<alias id="another_id"> | ||
Provide alias for a variable whose standard_name attribute has the | ||
value "another_id". | ||
Provide alias for a variable whose standard_name attribute has the value "another_id". | ||
</alias> | ||
---- | ||
|
||
|
@@ -87,6 +91,8 @@ Each **`alias`** element contains a single element: | |
---- | ||
<?xml version="1.0"?> | ||
<standard_name_table> | ||
<version_number>83</version_number> | ||
<conventions>CF-StandardNameTable-83</conventions> | ||
<institution>Program for Climate Model Diagnosis and Intercomparison</institution> | ||
<contact>[email protected]</contact> | ||
<entry id="surface_air_pressure"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters