https:///weradocs/Data_Format_Topo.shtml Last update:

WERA Topography Data

This is an example of a topography data file (Brest_Topo_68_80.asc). It is an ASCII file which contains the depth in meters for each grid point listed in the grid definition file defined in params.cfg. Please note, that no check is made if GRID_NAME and TOPO_NAME refer to identical grid points; the index IX and IY is used for addressing.

IX  IY   DEPTH(IX,IY) [m]
   1    1   125.62
   1    2   125.84
   1    3   126.28
   1    4   126.70
   1    5   127.06
.....
  68   77   111.57
  68   78   111.36
  68   79   113.74
  68   80   112.37

IX is the counter 1 ... NX in W-E direction
IY is the counter 1 ... NY in N-S direction


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)