# Copyright 2005-2007 ECMWF
#
# Licensed under the GNU Lesser General Public License which
# incorporates the terms and conditions of version 3 of the GNU
# General Public License.
# See LICENSE and gpl-3.0.txt for details.

codetable[1] dataOrigin "grib1/0.table" : dump;
alias mars.origin=dataOrigin;

ascii[4] modelIdentifier : dump ;

unsigned[1] consensusCount : dump ;

consensus list(consensusCount)
{
  ascii[4] ccccIdentifiers  : dump;
}

alias local.dataOrigin=dataOrigin;
alias local.modelIdentifier=modelIdentifier;
alias local.consensusCount=consensusCount;