From 7d88dc52054010d8723fcf39e6982b981fbbb042 Mon Sep 17 00:00:00 2001 From: JonathanGregory Date: Sun, 20 Oct 2024 20:38:45 +0100 Subject: [PATCH] issue367 --- appb.adoc | 16 ---------------- history.adoc | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/appb.adoc b/appb.adoc index 787d89c8..b63cf4a2 100644 --- a/appb.adoc +++ b/appb.adoc @@ -62,18 +62,6 @@ Each **`entry`** element contains the following elements: ---- -`Entry` elements may optionally also contain the following elements: - ----- - GRIB parameter code - AMIP identifier string ----- - -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: support@pcmdi.llnl.gov Pa - E134 - ps The surface called "surface" means the lower boundary of the atmosphere. Pa - 2 E151 - psl Air pressure at sea level is the quantity often abbreviated as MSLP or PMSL. sea_level means mean sea level, which is close diff --git a/history.adoc b/history.adoc index bac81795..d7da1bf1 100644 --- a/history.adoc +++ b/history.adoc @@ -7,6 +7,7 @@ === Working version (most recent first) +* {issues}367{Issue #367}: Remove the AMIP and GRIB columns from the standard name table format defined by Appendix B. * {issues}403[Issue #403]: Metadata to encode quantization properties * {issues}530[Issue #530]: Define "the most rapidly varying dimension", and use this phrase consistently with the clarification "(the last dimension in CDL order)". * {issues}163[Issue #163]: Provide a convention for boundary variables for grids whose cells do not all have the same number of sides.