# 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 21 constant Ni = 37; constant Nj = 37; constant longitudeOfFirstGridPoint = 0; constant longitudeOfLastGridPoint = 180000; constant latitudeOfFirstGridPoint = 0; constant latitudeOfLastGridPoint = 90000; constant iDirectionIncrement = 5000; constant jDirectionIncrement = 2500; constant numberOfDataPoints=1369; constant numberOfValues=1333 ;