mirror of https://github.com/ecmwf/eccodes.git
renaming of the unstructured grid mapping
This commit is contained in:
parent
8e35d2f5d3
commit
8eedb2773c
|
@ -0,0 +1,8 @@
|
|||
label "Unstructured Grid Mapping"
|
||||
|
||||
concept_nofail unstructuredGridType (unknown,"unstructuredGridType.def",conceptsLocalDirAll,conceptsMasterDir);
|
||||
|
||||
concept_nofail unstructuredGridSubtype (unknown,"unstructuredGridSubtype.def",conceptsLocalDirAll,conceptsMasterDir);
|
||||
|
||||
concept_nofail unstructuredGridUUID (unknown,"unstructuredGridUUID.def",conceptsLocalDirAll,conceptsMasterDir);
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
label "Unstructured Grids"
|
||||
|
||||
concept_nofail gridName (unknown,"gridName.def",conceptsLocalDir,conceptsMasterDir);
|
||||
|
||||
concept_nofail subGridName (unknown,"subGridName.def",conceptsLocalDir,conceptsMasterDir);
|
||||
|
||||
concept_nofail gridUUID (unknown,"gridUUID.def",conceptsLocalDir,conceptsMasterDir);
|
||||
|
|
@ -15,5 +15,5 @@ unsigned[1] numberOfGridInReference : dump;
|
|||
# UUID of horizontal grid
|
||||
byte[16] uuidOfHGrid : dump;
|
||||
|
||||
template_nofail unstructuredGrids "grib2/localConcepts/[centre:s]/unstructuredGrids.def";
|
||||
template_nofail unstructuredGrid "grib2/localConcepts/[centre:s]/unstructuredGrid.def";
|
||||
|
||||
|
|
Loading…
Reference in New Issue