[cig-commits] [commit] master, rajesh-petsc-schur: Remove old Python cookbook (7de302b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:15:12 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branches: master,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

>---------------------------------------------------------------

commit 7de302be029533574484e4a4cd3a194fbad67086
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Thu Oct 9 16:50:20 2014 -0700

    Remove old Python cookbook


>---------------------------------------------------------------

7de302be029533574484e4a4cd3a194fbad67086
 examples/Cookbook8/cookbook8.cfg | 101 ---------------------------------------
 1 file changed, 101 deletions(-)

diff --git a/examples/Cookbook8/cookbook8.cfg b/examples/Cookbook8/cookbook8.cfg
deleted file mode 100644
index 4f4ffc2..0000000
--- a/examples/Cookbook8/cookbook8.cfg
+++ /dev/null
@@ -1,101 +0,0 @@
-# Cookbook 8: Compressible Model and Checkpointing
-
-[CitcomS]
-solver = full
-steps = 10000
-
-
-[CitcomS.controller]
-monitoringFrequency = 1000
-checkpointFrequency = 1000
-
-
-[CitcomS.solver]
-datadir = output
-datafile = cookbook8
-datadir_old = restart
-datafile_old = cookbook8
-
-rayleigh = 7.68175583e4
-dissipation_number = 0.5
-gruneisen = 1.25
-surfaceT = 0.1
-
-
-[CitcomS.solver.mesher]
-nodex = 33
-nodey = 33
-nodez = 33
-levels = 5
-
-coor = 1
-coor_file = coord.dat
-
-
-[CitcomS.solver.param]
-reference_state = 1
-refstate_file = ref.dat
-
-
-[CitcomS.solver.output]
-output_optional = geoid,surf,botm
-use_cbf_topo = on
-self_gravitation = on
-output_ll_max = 20
-
-
-[CitcomS.solver.ic]
-tic_method = 3
-num_perturbations = 1
-perturbl = 3
-perturbm = 2
-perturblayer = 17
-perturbmag = 0.01
-
-restart = off
-solution_cycles_init = 9000
-
-
-[CitcomS.solver.visc]
-VISC_UPDATE = on
-visc_smooth_method = 1
-
-TDEPV = on
-rheol = 1
-num_mat = 4
-viscE = 2.99573,2.99573,2.99573,2.99573
-viscT = 0.5,0.5,0.5,0.5
-visc0 = 1,1,1,1
-
-VMIN = on
-visc_min = 0.001
-
-VMAX = on
-visc_max = 1e+06
-
-
-[CitcomS.solver.tsolver]
-finetunedt = 0.75
-
-
-[CitcomS.solver.vsolver]
-uzawa = cg
-Solver = multigrid
-mg_cycle = 1
-down_heavy = 2
-up_heavy = 2
-vlowstep = 20
-vhighstep = 2
-max_mg_cycles = 50
-
-precond = on
-aug_lagr = on
-aug_number = 2.0e3
-
-piterations = 375
-accuracy = 0.001
-compress_iter_maxstep = 100
-
-remove_rigid_rotation = off
-remove_angular_momentum = on
-



More information about the CIG-COMMITS mailing list