https://github.com/geodynamics/citcoms
Revision 1d9227a8d2510175886e0b06ecebe57c9e517177 authored by Eh Tan on 17 November 2006, 20:25:45 UTC, committed by Eh Tan on 17 November 2006, 20:25:45 UTC
* Time and timestep infomation is written as scalar attributes "time" and
  "timestep" in / group.
* Set MPI_Info according to input parameters "cb_block_size" and
  "cb_buffer_size"
* I decided not to write surf, botm, and horiz_avg coordinates. This
  coordinate can be retrieved from the 3D coordinate very easily by this
  pseudo-code:
        surf_coord = coord[cap=all, x=all, y=all, z=1]
        z_coord = coord[cap=1, x=1, y=1, z=all]

Remainging works: geoid for hdf5, update the manual

1 parent c947d7a
History
Tip revision: 1d9227a8d2510175886e0b06ecebe57c9e517177 authored by Eh Tan on 17 November 2006, 20:25:45 UTC
HDF5 output of surf, botm, horiz_avg are working now.
Tip revision: 1d9227a
File Mode Size
CitcomS
bin
etc
examples
lib
module
tests
visual
AUTHORS -rw-r--r-- 359 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 237.3 KB
INSTALL -rw-r--r-- 9.1 KB
Makefile.am -rw-r--r-- 1.1 KB
NEWS -rw-r--r-- 1.8 KB
README -rw-r--r-- 285 bytes
configure.ac -rw-r--r-- 4.3 KB
setup.py -rw-r--r-- 790 bytes

README

back to top