mirror of https://github.com/ecmwf/eccodes.git
ECC-1683: GRIB2: Add new pseudo-centre for DestinE (Destination Earth)
This commit is contained in:
parent
ae31e43423
commit
1a887dd0e8
|
@ -33,9 +33,11 @@ concept datasetForLocal(unknown) {
|
|||
"hydro" = {marsClass="ul";} # ULYSSES
|
||||
"fire" = {marsClass="gw";} # Global Wildfire awareness system
|
||||
"uerra" = {productionStatusOfProcessedData=8;} # UERRA
|
||||
"uerra" = {productionStatusOfProcessedData=9;} # UERRA
|
||||
"uerra" = {productionStatusOfProcessedData=9;}
|
||||
"uerra" = {productionStatusOfProcessedData=10;} # CARRA/CERRA
|
||||
"uerra" = {productionStatusOfProcessedData=11;} # CARRA/CERRA
|
||||
"uerra" = {productionStatusOfProcessedData=11;}
|
||||
"destine" = {productionStatusOfProcessedData=12;} # Destination Earth
|
||||
"destine" = {productionStatusOfProcessedData=13;}
|
||||
"unknown" = { dummy=1; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue