2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
label "CMC local definition (Canada)";
|
|
|
|
#
|
|
|
|
# CMC localDefinitionTemplate, based on KWBC
|
|
|
|
# --------------------------------
|
|
|
|
#
|
2014-07-08 15:54:09 +00:00
|
|
|
# Description Octet Code Ksec1 Count
|
|
|
|
# ----------- ----- ---- ----- -----
|
|
|
|
# applicationIdentifier 41
|
|
|
|
# type 42
|
|
|
|
# identificationNumber 43
|
|
|
|
# productIdentifier 44
|
|
|
|
# spatialSmoothingOfProduct 45
|
|
|
|
# isotopeIdentificationNumber 46-47 2
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[1] applicationIdentifier : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
unsigned[1] type : dump;
|
|
|
|
|
|
|
|
unsigned[1] identificationNumber : dump;
|
|
|
|
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[1] productIdentifier : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[1] spatialSmoothingOfProduct : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2014-07-08 15:54:09 +00:00
|
|
|
# See GRIB-557
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[2] isotopeIdentificationNumber : dump;
|