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 63
11
12constant Ni = 91;
13constant Nj = 46;
14
15constant longitudeOfFirstGridPoint = 0;
16constant longitudeOfLastGridPoint = 180000;
17
18constant latitudeOfFirstGridPoint = -90000;
19constant latitudeOfLastGridPoint = 0;
20
21constant iDirectionIncrement = 2000;
22constant jDirectionIncrement = 2000;
23
24constant numberOfDataPoints=4186;
25constant numberOfValues=4096 ;
26
27