mirror of https://github.com/ecmwf/eccodes.git
10 lines
324 B
Modula-2
10 lines
324 B
Modula-2
# Local definition 26: MARS labelling or ensemble forecast data (with hindcast support)
|
|
|
|
unsigned[4] referenceDate : dump;
|
|
unsigned[4] climateDateFrom : dump;
|
|
unsigned[4] climateDateTo : dump;
|
|
|
|
alias local.referenceDate= referenceDate;
|
|
alias local.climateDateFrom= climateDateFrom;
|
|
alias local.climateDateTo= climateDateTo;
|