1# Copyright 2005-2018 ECMWF.
2#
3# This software is licensed under the terms of the Apache Licence Version 2.0
4# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5#
6# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
7# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
8#
9
10# Predefined grid 22
11
12constant Ni = 37;
13constant Nj = 37;
14
15constant longitudeOfFirstGridPoint = -180000;
16constant longitudeOfLastGridPoint = 0;
17
18constant latitudeOfFirstGridPoint = 0;
19constant latitudeOfLastGridPoint = 90000;
20
21constant iDirectionIncrement = 5000;
22constant jDirectionIncrement = 2500;
23
24constant numberOfDataPoints=1369;
25constant numberOfValues=1333 ;
26
27