~ubuntu-branches/ubuntu/precise/grib-def/precise

« back to all changes in this revision

Viewing changes to grib2/template.3.120.def

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2009-10-14 10:57:24 UTC
  • Revision ID: james.westby@ubuntu.com-20091014105724-p6kx0exiu8risykl
Tags: upstream-1.8.0.1
ImportĀ upstreamĀ versionĀ 1.8.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2005-2007 ECMWF
 
2
 
3
# Licensed under the GNU Lesser General Public License which
 
4
# incorporates the terms and conditions of version 3 of the GNU
 
5
# General Public License.
 
6
# See LICENSE and gpl-3.0.txt for details.
 
7
 
 
8
 
 
9
# TEMPLATE 3.120, Azimuth-range projection
 
10
#  Nb - number of data bins along radials
 
11
# NOTE 1 NOT FOUND
 
12
unsigned[4] numberOfDataBinsAlongRadials ;
 
13
 
 
14
alias Nb =  numberOfDataBinsAlongRadials;
 
15
#  Nr - number of radials
 
16
unsigned[4] numberOfRadials ;
 
17
 
 
18
alias Nr  = numberOfRadials;
 
19
#  La1 - latitude of center point
 
20
signed[4] latitudeOfCenterPoint ;
 
21
 
 
22
alias La1 =  latitudeOfCenterPoint;
 
23
#  Lo1 - longitude of center point
 
24
unsigned[4] longitudeOfCenterPoint ;
 
25
 
 
26
alias Lo1 =  longitudeOfCenterPoint;
 
27
#  Dx - spacing of bins along radials
 
28
unsigned[4] spacingOfBinsAlongRadials ;
 
29
 
 
30
alias Dx  = spacingOfBinsAlongRadials;
 
31
#  Dstart - offset from origin to inner bound
 
32
unsigned[4] offsetFromOriginToInnerBound ;
 
33
 
 
34
alias Dstart =  offsetFromOriginToInnerBound;
 
35
 
 
36
include "template.3.scanning_mode.def";
 
37
 
 
38
# Octets 40-(39+4Nr) : For each of Nr radials:
 
39
# ????          for_each_of_nr_radials_
 
40