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

« back to all changes in this revision

Viewing changes to grib1/grid_stretching.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
signed[3] latitudeOfStretchingPole : edition_specific,no_copy;
 
9
signed[3] longitudeOfStretchingPole : edition_specific,no_copy;
 
10
 
 
11
meta  geography.latitudeOfStretchingPoleInDegrees
 
12
      scale(latitudeOfStretchingPole,oneConstant,grib1divider,truncateDegrees) : dump;
 
13
meta  geography.longitudeOfStretchingPoleInDegrees
 
14
      scale(longitudeOfStretchingPole,oneConstant,grib1divider,truncateDegrees) : dump;
 
15
ibmfloat stretchingFactor : dump;
 
16
alias geography.stretchingFactor=stretchingFactor;
 
17