mirror of https://github.com/ecmwf/eccodes.git
Moved model to climateDT only;
Fixed typo; Removed reference to subCentre table for now which is in progress
This commit is contained in:
parent
f11d3057ce
commit
172f1ed4e2
|
@ -1,7 +0,0 @@
|
||||||
# COMMON CODE TABLE C-12: Subcentres for originating/generating centre ECMF (98) (GRIB2, BUFR4)
|
|
||||||
78 edzw Offenbach (RSMC)
|
|
||||||
84 lfpw French Weather Service - Toulouse
|
|
||||||
1000 bsc Barcelona Supercomputing Centre (BSC)
|
|
||||||
1001 csc CSC – IT Center for Science LTD.
|
|
||||||
1002 dkrz German Climate Computation Center (DKRZ)
|
|
||||||
65535 65535 Missing
|
|
|
@ -3,5 +3,5 @@
|
||||||
2 IFS-NEMO IFS with NEMO ocean model
|
2 IFS-NEMO IFS with NEMO ocean model
|
||||||
3 IFS-FESOM IFS with FESOM ocean model
|
3 IFS-FESOM IFS with FESOM ocean model
|
||||||
4 ICON ICON with no ocean model
|
4 ICON ICON with no ocean model
|
||||||
5 ICON-NEMO IFS with NEMO ocean model
|
5 ICON-NEMO ICON with NEMO ocean model
|
||||||
6 ICON-FESOM ICON with FESOM ocean model
|
6 ICON-FESOM ICON with FESOM ocean model
|
|
@ -1,7 +1,4 @@
|
||||||
# DestinE MARS base keywords
|
# DestinE MARS base keywords
|
||||||
|
|
||||||
codetable[2] dataset "grib2/destine_dataset.table" : dump;
|
codetable[2] dataset "grib2/destine_dataset.table" : dump;
|
||||||
alias mars.dataset = dataset;
|
alias mars.dataset = dataset;
|
||||||
|
|
||||||
codetable[2] model "grib2/destine_model.table" : dump;
|
|
||||||
alias mars.model = model;
|
|
|
@ -14,7 +14,6 @@ alias parameter.centre=centre;
|
||||||
alias ls.centre=centre;
|
alias ls.centre=centre;
|
||||||
alias originatingCentre=centre;
|
alias originatingCentre=centre;
|
||||||
|
|
||||||
# codetable[2] subCentre "common/c-12.[centre].def" : dump;
|
|
||||||
unsigned[2] subCentre : dump;
|
unsigned[2] subCentre : dump;
|
||||||
|
|
||||||
_if (subCentre==98 ) {
|
_if (subCentre==98 ) {
|
||||||
|
|
Loading…
Reference in New Issue