File: grid_definition_30.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 (20 lines) | stat: -rw-r--r-- 574 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
# 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.

# GRID DEFINITION stretched and rotated latitude/longitude grid (or equidistant cylindrical)
# grib 1 -> 2
constant gridDefinitionTemplateNumber     = 3;

template commonBlock "grib1/grid_definition_latlon.def";

ascii[4] zero : read_only;

# Rotation parameters
include  "grid_rotation.def"

# Stretching parameters
include  "grid_stretching.def"