https://github.com/geodynamics/citcoms
Revision ebff88cbd36ec28feb0294775d6e10e70fccaf21 authored by Eh Tan on 16 March 2009, 22:52:08 UTC, committed by Eh Tan on 16 March 2009, 22:52:08 UTC
1 parent e1f9320
Raw File
Tip revision: ebff88cbd36ec28feb0294775d6e10e70fccaf21 authored by Eh Tan on 16 March 2009, 22:52:08 UTC
add test cases for the stokes solver under bousinessq approximation and truncated anelastic liquid approximation
Tip revision: ebff88c
run.sh
#!/bin/sh

## Run an ordinary job then restart it. The end result should be the same

../../bin/citcoms tracer.cfg && ../../bin/citcoms tracer.cfg restart.cfg && diff *.tracer.0.5 && diff *.velo.0.5

## clean up
rm yyy.* zzz.* pid*.cfg
back to top