2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# TEMPLATE 3.101, General Unstructured Grid
|
|
|
|
|
|
|
|
codetable[1] shapeOfTheEarth ('3.2.table',masterDir,localDir) : dump;
|
|
|
|
|
|
|
|
unsigned[3] numberOfGridUsed : dump;
|
|
|
|
|
2020-05-27 08:09:55 +00:00
|
|
|
#concept_nofail unstructuredGrid (unknown,"unstructuredGridConcept.def",conceptsMasterDir,conceptsLocalDirAll);
|
2020-05-21 10:36:56 +00:00
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[1] numberOfGridInReference : dump;
|
|
|
|
|
2020-05-27 08:09:55 +00:00
|
|
|
#concept_nofail typeOfUnstructuredGrid (unknown,"typeOfUnstructuredGridConcept.def",conceptsMasterDir,conceptsLocalDirAll);
|
2020-05-21 10:36:56 +00:00
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
# UUID of horizontal grid
|
|
|
|
byte[16] uuidOfHGrid : dump;
|
2020-05-21 10:36:56 +00:00
|
|
|
|
2020-05-27 08:09:55 +00:00
|
|
|
template_nofail unstructuredGrids "grib2/localConcepts/[centre:s]/unstructuredGrids.def";
|
|
|
|
|