mirror of https://github.com/ecmwf/eccodes.git
ECC-744: Added local ECMWF tables
This commit is contained in:
parent
340743b812
commit
042942496b
|
@ -8369,7 +8369,6 @@
|
|||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
localTablesVersion = 1 ;
|
||||
tablesVersion = 255 ;
|
||||
constituentType = 63000 ;
|
||||
is_chemical = 1;
|
||||
}
|
||||
|
|
|
@ -8369,7 +8369,6 @@
|
|||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
localTablesVersion = 1 ;
|
||||
tablesVersion = 255 ;
|
||||
constituentType = 63000 ;
|
||||
is_chemical = 1;
|
||||
}
|
||||
|
|
|
@ -8369,7 +8369,6 @@
|
|||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
localTablesVersion = 1 ;
|
||||
tablesVersion = 255 ;
|
||||
constituentType = 63000 ;
|
||||
is_chemical = 1;
|
||||
}
|
||||
|
|
|
@ -8369,7 +8369,6 @@
|
|||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
localTablesVersion = 1 ;
|
||||
tablesVersion = 255 ;
|
||||
constituentType = 63000 ;
|
||||
is_chemical = 1;
|
||||
}
|
||||
|
|
|
@ -8369,7 +8369,6 @@
|
|||
parameterCategory = 20 ;
|
||||
parameterNumber = 2 ;
|
||||
localTablesVersion = 1 ;
|
||||
tablesVersion = 255 ;
|
||||
constituentType = 63000 ;
|
||||
is_chemical = 1;
|
||||
}
|
||||
|
|
|
@ -39,11 +39,11 @@ when (tablesVersion!=255) {
|
|||
set masterDir="grib2/tables/4";
|
||||
}
|
||||
|
||||
codetable[1] localTablesVersion 'grib2/tables/[tablesVersion]/1.1.table' ;
|
||||
codetable[1] localTablesVersion 'grib2/tables/local/[centreForLocal]/1.1.table' ;
|
||||
alias versionNumberOfGribLocalTables=localTablesVersion;
|
||||
|
||||
transient localDir="";
|
||||
if (localTablesVersion != 0) {
|
||||
if (localTablesVersion != 0 and localTablesVersion != 255) {
|
||||
transient localDir="grib2/tables/local/[centre]/[localTablesVersion]";
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# Code Table 1.1 GRIB Local Tables Version Number
|
||||
0 0 Local tables not used
|
||||
# . Only table entries and templates from the current Master table are valid.
|
||||
# 1-254 Number of local tables version used
|
||||
1 1 ECMWF local tables version 1
|
||||
255 255 Missing
|
|
@ -0,0 +1,5 @@
|
|||
# Code table 4.230 - Atmospheric chemical constituent type
|
||||
# For ECMWF
|
||||
|
||||
63000 63000 Some SHITE
|
||||
|
Loading…
Reference in New Issue