[Thread Prev][Thread Next][Index]
Another Mapping Question
Hi again -
I have some data that are on an global equal-area grid. Hence, the number
of longitudes at a given latitude vary. More specifically, the number of
equal-area cells varies from 3 at the poles up to 144 at the equator.
Can ferret handle this sort of grid? If so, can you explain the form that
I need to put the data into for my NetCDF file? I have attached some
information on the grid below.
Thank you for your time,
- Jeremy
c**********************************************************************c
c* name: block data
c* description: initialize conversion tables and equal-area grid
c**********************************************************************c
block data
c*--------------------------------------------------------------------*c
parameter ( maxlat = 72 )
common /d1grid/ ncells(maxlat),icells(maxlat)
c*--------------------------------------------------------------------*c
data ncells /
& 0, 3, 12, 28, 50, 78, 112, 152, 198, 250,
& 308, 372, 441, 516, 596, 681, 771, 866, 966,1070,
& 1178,1290,1406,1526,1649,1775,1904,2036,2170,2306,
& 2444,2584,2725,2867,3010,3154,3298,3442,3586,3729,
& 3871,4012,4152,4290,4426,4560,4692,4821,4947,5070,
& 5190,5306,5418,5526,5630,5730,5825,5915,6000,6080,
& 6155,6224,6288,6346,6398,6444,6484,6518,6546,6568,
& 6584,6593 /
data icells /
& 3, 9, 16, 22, 28, 34, 40, 46, 52, 58,
& 64, 69, 75, 80, 85, 90, 95, 100, 104, 108,
& 112, 116, 120, 123, 126, 129, 132, 134, 136, 138,
& 140, 141, 142, 143, 144, 144, 144, 144, 143, 142,
& 141, 140, 138, 136, 134, 132, 129, 126, 123, 120,
& 116, 112, 108, 104, 100, 95, 90, 85, 80, 75,
& 69, 64, 58, 52, 46, 40, 34, 28, 22, 16,
& 9, 3 /
end
[Thread Prev][Thread Next][Index]
Dept of Commerce /
NOAA /
OAR /
PMEL /
TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement