Changes between Version 20 and Version 21 of HYCOM
- Timestamp:
- 10/02/09 09:13:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HYCOM
v20 v21 47 47 The '''topo''' directory contained four files: 48 48 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). 50 50 * '''regional.depth.b''' was a text file specifying the dimensions of regional.depth.a. 51 51 * '''regional.grid.a''' contained grids specifying the latitudes and longitudes of the centers of the HYCOM grid cells.
