eccodes/definitions/grib1/local.98.19.def

43 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
# Extreme forecast index data
2013-03-25 12:04:10 +00:00
template mars_labeling "grib1/mars_labeling.def";
constant GRIBEXSection1Problem = 80 - section1Length ;
# zeroForMarsCompatibility
#pad padding_loc19_1(1);
unsigned[1] number : dump;
alias perturbationNumber=number;
unsigned[1] ensembleSize : dump;
alias totalNumber=ensembleSize;
alias numberOfForecastsInEnsemble=ensembleSize;
2013-03-25 12:04:10 +00:00
meta quantile sprintf("%s:%s",number,ensembleSize);
# See GRIB-862 for the reason behind the aliases
2013-03-25 12:04:10 +00:00
unsigned[1] versionNumberOfExperimentalSuite : dump;
alias powerOfTenUsedToScaleClimateWeight=versionNumberOfExperimentalSuite;
2013-03-25 12:04:10 +00:00
unsigned[4] implementationDateOfModelCycle : dump;
alias weightAppliedToClimateMonth1=implementationDateOfModelCycle;
2013-03-25 12:04:10 +00:00
unsigned[3] numberOfReforecastYearsInModelClimate : dump;
alias firstMonthUsedToBuildClimateMonth1=numberOfReforecastYearsInModelClimate;
2013-03-25 12:04:10 +00:00
unsigned[3] numberOfDaysInClimateSamplingWindow : dump;
alias lastMonthUsedToBuildClimateMonth1=numberOfDaysInClimateSamplingWindow;
2013-03-25 12:04:10 +00:00
unsigned[3] sampleSizeOfModelClimate : dump;
alias firstMonthUsedToBuildClimateMonth2=sampleSizeOfModelClimate;
2013-03-25 12:04:10 +00:00
unsigned[3] versionOfModelClimate : dump;
alias lastMonthUsedToBuildClimateMonth2=versionOfModelClimate;
unsigned[1] efiOrder : dump;
2013-03-25 12:04:10 +00:00
# spareSetToZero
pad padding_loc19_2(11);