# 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 63

constant Ni = 91;
constant Nj = 46;

constant longitudeOfFirstGridPoint = 0;
constant longitudeOfLastGridPoint = 180000;

constant latitudeOfFirstGridPoint = -90000;
constant latitudeOfLastGridPoint = 0;

constant iDirectionIncrement = 2000;
constant jDirectionIncrement = 2000;

constant numberOfDataPoints=4186;
constant numberOfValues=4096 ;