File: template.4.probability.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 (30 lines) | stat: -rwxr-xr-x 960 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2005-2007 ECMWF
#
# Licensed under the GNU Lesser General Public License which
# incorporates the terms and conditions of version 3 of the GNU
# General Public License.
# See LICENSE and gpl-3.0.txt for details.

label "Forecast probability";

#  Forecast probability number
unsigned[1] forecastProbabilityNumber  : dump;

#  Total number of forecast probabilities
unsigned[1] totalNumberOfForecastProbabilities  : dump;

#  Probability type
codetable[1] probabilityType ('4.9.table',masterDir,localDir) : dump;
meta probabilityTypeName codetable_title(probabilityType): read_only;

#  Scale factor of lower limit
unsigned[1] scaleFactorOfLowerLimit : can_be_missing,dump ;

#  Scaled value of lower limit
unsigned[4] scaledValueOfLowerLimit : can_be_missing,dump ;

#  Scale factor of upper limit
unsigned[1] scaleFactorOfUpperLimit : can_be_missing,dump;

#  Scaled value of upper limit
unsigned[4] scaledValueOfUpperLimit : can_be_missing,dump;