File: grib1.wmfm.fcmin.def

package info (click to toggle)
grib-def 1.8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,116 kB
  • sloc: makefile: 1,371; sh: 100
file content (11 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
alias  mars.number = perturbationNumber;
unalias mars.step;

# Old GRIBS do not have forecast forecastMonth set. It is computed from verifyingMonth

meta forecastPeriodFrom evaluate(verifyingMonth/1000) : no_copy;
meta forecastPeriodTo   evaluate(verifyingMonth%1000) : no_copy;
meta forecastPeriod     sprintf("%d-%d",forecastPeriodFrom,forecastPeriodTo) : dump;
alias mars.fcperiod = forecastPeriod;
alias mars.system = systemNumber;
alias mars.method = methodNumber;