mirror of https://github.com/ecmwf/eccodes.git
adding concepts for the orca grids
This commit is contained in:
parent
c208987e75
commit
902a9c6df5
|
@ -6,7 +6,12 @@ codetable[1] shapeOfTheEarth ('3.2.table',masterDir,localDir) : dump;
|
|||
|
||||
unsigned[3] numberOfGridUsed : dump;
|
||||
|
||||
concept_nofail unstructuredGrid (unknown,"unstructuredGridConcept.def",conceptsMasterDir,conceptsLocalDirAll);
|
||||
|
||||
unsigned[1] numberOfGridInReference : dump;
|
||||
|
||||
concept_nofail typeOfUnstructuredGrid (unknown,"typeOfUnstructuredGridConcept.def",conceptsMasterDir,conceptsLocalDirAll);
|
||||
|
||||
# UUID of horizontal grid
|
||||
byte[16] uuidOfHGrid : dump;
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
'undefined' = { 'numberOfGridInReference' = 0 };
|
||||
'T grid' = { 'numberOfGridInReference' = 1 };
|
||||
'U grid' = { 'numberOfGridInReference' = 2 };
|
||||
'V grid' = { 'numberOfGridInReference' = 3 };
|
||||
'W grid' = { 'numberOfGridInReference' = 4 };
|
|
@ -0,0 +1,5 @@
|
|||
'undefined' = { 'numberOfGridUsed' = 0 };
|
||||
'ORCA2' = { 'numberOfGridUsed' = 1 };
|
||||
'ORCA1' = { 'numberOfGridUsed' = 2 };
|
||||
'ORCA025' = { 'numberOfGridUsed' = 3 };
|
||||
'ORCA12' = { 'numberOfGridUsed' = 4 };
|
Loading…
Reference in New Issue