Changes between Version 20 and Version 21 of HYCOM

Show
Ignore:
Timestamp:
10/02/09 09:13:00 (4 years ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HYCOM

    v20 v21  
    4747The '''topo''' directory contained four files: 
    4848 
    49  * '''regional.depth.a''' contained the bathymetry grid used by the simulation as a 2D binary array of big endian 32-bit IEEE 754 floats in column-major order (i.e. Fortran order). 
     49 * '''regional.depth.a''' contained the bathymetry grid used by the simulation as a 2D binary array of big endian 32-bit IEEE 754 floats in row-major order (i.e. the order used by the C programming language). 
    5050 * '''regional.depth.b''' was a text file specifying the dimensions of regional.depth.a. 
    5151 * '''regional.grid.a''' contained grids specifying the latitudes and longitudes of the centers of the HYCOM grid cells.