Revision 2f477b34e4b78f29d946399b5cb1ba4741cb104c authored by Thorsten Becker on 08 August 2007, 16:41:20 UTC, committed by Thorsten Becker on 08 August 2007, 16:41:20 UTC
1 parent 46ad5e8
cookbook7.cfg
# Cookbook 7: Global Thermo-chemical Convection Model
[CitcomS]
solver = full
steps = 31 ; number of time steps
[CitcomS.controller]
monitoringFrequency = 10 ; how often outputs are created
[CitcomS.solver]
datadir = output ; path to output directory
datafile = cookbook7 ; prefix of output filenames
rayleigh = 1e7
[CitcomS.solver.ic]
num_perturbations = 1
perturbl = 3
perturbm = 2
perturblayer = 5
perturbmag = 0.05
[CitcomS.solver.output]
output_optional = tracer,comp_nd
[CitcomS.solver.tracer]
tracer = 1
tracer_ic_method = 0
tracers_per_element = 20
tracer_file = tracer.dat
tracer_flavors = 2
ic_method_for_flavors = 0
z_interface = 0.7
chemical_buoyancy = 1
buoy_type = 1
buoyancy_ratio = 0.4
reset_initial_composition = 0
regular_grid_deltheta = 1.0
regular_grid_delphi = 1.0
# Assign the viscosities.
[CitcomS.solver.visc]
VISC_UPDATE = on
num_mat = 4
visc0 = 1,1,1,1
TDEPV = on
viscE = 0.2,0.2,0.2,0.2
viscT = 0,0,0,0
VMIN = on
visc_min = 1.0
VMAX = on
visc_max = 100.0

Computing file changes ...