mirror of https://github.com/ecmwf/eccodes.git
14 lines
355 B
Modula-2
14 lines
355 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
#
|
|
|
|
unsigned[1] componentIndex : dump;
|
|
alias mars.number=componentIndex;
|
|
unsigned[1] numberOfComponents : dump;
|
|
alias totalNumber=numberOfComponents;
|
|
unsigned[1] modelErrorType : dump;
|
|
|
|
alias local.componentIndex=componentIndex;
|
|
alias local.numberOfComponents=numberOfComponents;
|
|
alias local.modelErrorType=modelErrorType;
|
|
|