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#552 from JonathanGregory/issue367new
Remove GRIB and AMIP information from the format of the standard name table
- Loading branch information
Showing
2 changed files
with
1 addition
and
16 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 |
---|---|---|
|
@@ -62,18 +62,6 @@ Each **`entry`** element contains the following elements: | |
</entry> | ||
---- | ||
|
||
`Entry` elements may optionally also contain the following elements: | ||
|
||
---- | ||
<grib>GRIB parameter code</grib> | ||
<amip>AMIP identifier string</amip> | ||
---- | ||
|
||
Not all variables have equivalent AMIP or GRIB codes. | ||
ECMWF GRIB codes start with **`E`**, NCEP codes with **`N`**. | ||
Standard codes (in the range 1-127) are not prefaced. | ||
When a variable has more than one equivalent GRIB code, the alternatives are given as a blank-separated list. | ||
|
||
The **`alias`** elements do not contain definitions. | ||
Rather they contain the value of the **`id`** attribute of an **`entry`** element that contains the sought after definition. | ||
The purpose of the **`alias`** elements are to provide a means for maintaining the table in a backwards compatible fashion. | ||
|
@@ -114,16 +102,12 @@ In exceptional cases the **`alias`** element may contain two elements: | |
<contact>[email protected]</contact> | ||
<entry id="surface_air_pressure"> | ||
<canonical_units>Pa</canonical_units> | ||
<grib>E134</grib> | ||
<amip>ps</amip> | ||
<description> | ||
The surface called "surface" means the lower boundary of the atmosphere. | ||
</description> | ||
</entry> | ||
<entry id="air_pressure_at_sea_level"> | ||
<canonical_units>Pa</canonical_units> | ||
<grib>2 E151</grib> | ||
<amip>psl</amip> | ||
<description> | ||
Air pressure at sea level is the quantity often abbreviated | ||
as MSLP or PMSL. sea_level means mean sea level, which is close | ||
|
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