# 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 62 constant Ni = 91; constant Nj = 46; constant longitudeOfFirstGridPoint = -180000; constant longitudeOfLastGridPoint = 0; constant latitudeOfFirstGridPoint = 0; constant latitudeOfLastGridPoint = 90000; constant iDirectionIncrement = 2000; constant jDirectionIncrement = 2000; constant numberOfDataPoints=4186; constant numberOfValues=4096 ;