TEMIS -- Data sets

Elevation data at different resolutions

Useful data sets           
and related software
Main data sets page  |  Main internal page
TEMIS home page
   
An elevation data set at different resolutions has been compiled from the GTOPO30 global digital elevation model for use in making several data products. Note that a resolution of 0.5 degrees means about 50 kilometer at the equator.

The data is given in three formats:

resolution * nlon nlat data files  --  use  "unzip"  or  "gunzip -S .zip"  to un-zip HDF data file
big endian little endian ascii
0.25 degrees 1440 720 dem030_big.dat.zip
zip size: 535 kB
full size: 2.1 MB
dem030_little.dat.zip
zip size: 533 kB
full size: 2.1 MB
dem030_ascii.dat.zip
zip size: 781 kB
full size: 7.4 MB
dem060.hdf
full size: 533 kB
0.50 degrees 720 360 dem060_big.dat.zip
zip size: 142 kB
full size: 521 kB
dem060_little.dat.zip
zip size: 142 kB
full size: 521 kB
dem060_ascii.dat.zip
zip size: 208 kB
full size: 1.9 MB
dem060.hdf
full size: 145 kB
1.00 degrees 360 180 dem120_big.dat.zip
zip size: 38 kB
full size: 131 kB
dem120_little.dat.zip
zip size: 38 kB
full size: 131 kB
dem120_ascii.dat.zip
zip size: 56 kB
full size: 466 kB
dem060.hdf
full size: 42 kB
*) If other resolutions (multiples of 1/120-th degree) are required,
     please contact Jos van Geffen.

 
The  subroutine readheight  reads the unformatted data file. The header of the subroutine specifies the input and output of the routine. Note in particular that the evelation data are stored in an  integer*2  array and when calling the subroutine, the dimensions of the  heigth  array must be big enough to hold the data, i.e. at least  nlon  by  nlat . The given routine reads the Fortran unformatted data files; for reading the formatted files, adapt the 'open' and 'read' lines (as marked with 'cf' in the first two columns).

The following image shows the map at 0.5 degree resolution (i.e 720x360).

GTOPO30 at 0.5 degree resolution
               
oceans -500 m 0 m 500 m 1000 m 1500 m 2000 m 2500 m
               
  3000 m 3500 m 4000 m 4500 m 5000 m 5500 m 6000 m


Main internal page

TEMIS home page