File: grid_22.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 (24 lines) | stat: -rw-r--r-- 594 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
# 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.

# Predefined grid 22

constant Ni = 37;
constant Nj = 37;

constant longitudeOfFirstGridPoint = -180000;
constant longitudeOfLastGridPoint = 0;

constant latitudeOfFirstGridPoint = 0;
constant latitudeOfLastGridPoint = 90000;

constant iDirectionIncrement = 5000;
constant jDirectionIncrement = 2500;

constant numberOfDataPoints=1369;
constant numberOfValues=1333 ;