mirror of https://github.com/ecmwf/eccodes.git
ECC-1928: GRIB2 DestinE: Solution for switch of paramId for 100m and 200m wind components on height levels (#269)
ECC-1928: First prototype which seems to work. Need to write a test and check against existing data
This commit is contained in:
parent
40b6fcb8a6
commit
4d738fb3c2
|
@ -0,0 +1,10 @@
|
|||
# Concept destineOrigin
|
||||
"DWD" = { centre=98; subCentre=78; }
|
||||
"Meteo-France" = { centre=98; subCentre=84; }
|
||||
"Meteo-France" = { centre=98; subCentre=85; }
|
||||
"MPI-M" = { centre=98; subCentre=252; }
|
||||
"AWI" = { centre=98; subCentre=253; }
|
||||
"BSC" = { centre=98; subCentre=1000; }
|
||||
"CSC" = { centre=98; subCentre=1001; }
|
||||
"DKRZ" = { centre=98; subCentre=1002; }
|
||||
"Climate DT consortium (CSC,AWI,BSC,MPI-M)" = { centre=98; subCentre=1003; }
|
|
@ -0,0 +1,13 @@
|
|||
# Concept gridSpecification
|
||||
'H16' = {numberOfDataPoints=3072; gridDefinitionTemplateNumber=150; Nside=16;}
|
||||
'H32' = {numberOfDataPoints=12288; gridDefinitionTemplateNumber=150; Nside=32;}
|
||||
'H64' = {numberOfDataPoints=49152; gridDefinitionTemplateNumber=150; Nside=64;}
|
||||
'H128' = {numberOfDataPoints=196608; gridDefinitionTemplateNumber=150; Nside=128;}
|
||||
'H256' = {numberOfDataPoints=786432; gridDefinitionTemplateNumber=150; Nside=256;}
|
||||
'H512' = {numberOfDataPoints=3145728; gridDefinitionTemplateNumber=150; Nside=512;}
|
||||
'H1024' = {numberOfDataPoints=12582912; gridDefinitionTemplateNumber=150; Nside=1024;}
|
||||
'O1280' = {numberOfDataPoints=6599680; gridDefinitionTemplateNumber=40; Nj=2560;}
|
||||
'O2560' = {numberOfDataPoints=26306560; gridDefinitionTemplateNumber=40; Nj=5120;}
|
||||
'O8000' = {numberOfDataPoints=256288000; gridDefinitionTemplateNumber=40; Nj=16000;}
|
||||
'F90' = {numberOfDataPoints=65160; gridDefinitionTemplateNumber=0; Ni=360; Nj=181; }
|
||||
'F360' = {numberOfDataPoints=1038240; gridDefinitionTemplateNumber=0; Ni=1440; Nj=721; }
|
|
@ -39,6 +39,8 @@ concept datasetForLocal(unknown) {
|
|||
"uerra" = {productionStatusOfProcessedData=11;}
|
||||
"destine" = {productionStatusOfProcessedData=12;} # Destination Earth
|
||||
"destine" = {productionStatusOfProcessedData=13;}
|
||||
"destinegen1" = {productionStatusOfProcessedData=12;generation=1;} # DestinE ClimateDT Generation 1
|
||||
"destinegen1" = {productionStatusOfProcessedData=13;generation=1;}
|
||||
"era" = {marsClass="e2";}
|
||||
"era" = {marsClass="e4";}
|
||||
"era" = {marsClass="ea";}
|
||||
|
|
Loading…
Reference in New Issue