mirror of https://github.com/ecmwf/eccodes.git
12 lines
365 B
Modula-2
12 lines
365 B
Modula-2
# Local definition 25: 4DVar model errors
|
|
|
|
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;
|