mirror of https://github.com/ecmwf/eccodes.git
16 lines
359 B
Modula-2
16 lines
359 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
|
|
# Definition 300 - Multi-dimensional parameters
|
|
|
|
codetable[1] dimensionType "grib3/dimensionType.table"=0;
|
|
|
|
# The n-th dimension (out of total number of dimensions)
|
|
unsigned[2] dimensionNumber;
|
|
alias dimension=dimensionNumber;
|
|
|
|
# Total number of dimensions
|
|
unsigned[2] totalNumberOfdimensions;
|
|
|
|
alias extraDimensionPresent=one;
|
|
|