adding concepts for the orca grids

This commit is contained in:
Sebastien Villaume 2020-05-21 11:36:56 +01:00
parent c208987e75
commit 902a9c6df5
3 changed files with 15 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
'undefined' = { 'numberOfGridInReference' = 0 };
'T grid' = { 'numberOfGridInReference' = 1 };
'U grid' = { 'numberOfGridInReference' = 2 };
'V grid' = { 'numberOfGridInReference' = 3 };
'W grid' = { 'numberOfGridInReference' = 4 };

View File

@ -0,0 +1,5 @@
'undefined' = { 'numberOfGridUsed' = 0 };
'ORCA2' = { 'numberOfGridUsed' = 1 };
'ORCA1' = { 'numberOfGridUsed' = 2 };
'ORCA025' = { 'numberOfGridUsed' = 3 };
'ORCA12' = { 'numberOfGridUsed' = 4 };