Revision 220393dd990835b34d08e793ab954e17fac15bcd authored by Eh Tan on 28 August 2007, 01:09:14 UTC, committed by Eh Tan on 28 August 2007, 01:09:14 UTC
A new input parameter: solver.surfaceT for non-dimensional surface temperature.

Removed old (and unused) input parameter: solver.const.surf_temp.

1 parent 557acb3
Raw File
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