eccodes/definitions/grib2/template.3.101.def

20 lines
614 B
Modula-2
Raw Normal View History

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;
#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;
#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
template_nofail unstructuredGrids "grib2/localConcepts/[centre:s]/unstructuredGrids.def";