https://github.com/geodynamics/citcoms
Revision d5172da80f5f0dade841ddac0e8ad5acdf4743b3 authored by Vlad Manea on 28 May 2005, 01:38:10 UTC, committed by Vlad Manea on 28 May 2005, 01:38:10 UTC
1 parent 34fc82e
Raw File
Tip revision: d5172da80f5f0dade841ddac0e8ad5acdf4743b3 authored by Vlad Manea on 28 May 2005, 01:38:10 UTC
Restart files
Tip revision: d5172da
cookbook3.sh
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#

../../tests/citcomsregional.sh \
\
--steps=200 \
\
--controller.monitoringFrequency=25 \
\
--staging.nodes=4 \
--staging.nodegen="n%03d" \
--staging.nodelist=[101-102,101-102] \
\
--solver.rayleigh=1e6 \
--solver.datafile=/scratch/username/cookbook3 \
\
--solver.mesher.nprocx=2 \
--solver.mesher.nprocy=2 \
--solver.mesher.nodex=17 \
--solver.mesher.nodey=17 \
--solver.mesher.nodez=9 \
\
--solver.visc.VISC_UPDATE=on \
--solver.visc.num_mat=4 \
--solver.visc.visc0=1,1,1,1 \
--solver.visc.TDEPV=on \
--solver.visc.viscE=0.2,0.2,0.2,0.2 \
--solver.visc.viscT=0,0,0,0 \
--solver.visc.VMIN=on \
--solver.visc.visc_min=1.0 \
--solver.visc.VMAX=on \
--solver.visc.visc_max=100.0

# version
# $Id: cookbook3.sh,v 1.1 2004/06/29 20:25:21 tan2 Exp $

# End of file
back to top