Revision a169ee571941a6bb7ebf7d92e1b695451a6e12b8 authored by Thorsten Becker on 22 August 2007, 01:00:12 UTC, committed by Thorsten Becker on 22 August 2007, 01:00:12 UTC
ascii-gz output.  This might be something of interest for other output
options as well, but is still experimental. Obvisouly, NR motions
could be removed in a post-processing step, but it is useful to
monitor how those develop during a model run. (Particularly pronounced
for strong lateral viscosity variations based on composition.) 



1 parent 7616c27
Raw File
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top