[cig-commits] commit: Make thermal_lagrangian and subduction use supgFactor

Mercurial hg at geodynamics.org
Mon Jul 9 16:43:45 PDT 2012


changeset:   459:0854feb1a79c
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Jul 09 16:43:41 2012 -0700
files:       input/benchmarks/thermal_lagrangian.json input/geologic/subduction.json
description:
Make thermal_lagrangian and subduction use supgFactor


diff -r c8ede85e4372 -r 0854feb1a79c input/benchmarks/thermal_lagrangian.json
--- a/input/benchmarks/thermal_lagrangian.json	Mon Jul 09 16:28:59 2012 -0700
+++ b/input/benchmarks/thermal_lagrangian.json	Mon Jul 09 16:43:41 2012 -0700
@@ -147,5 +147,6 @@
     "particlesPerCell": "40",
     "seed": "13",
     "checkpointEvery": "1",
-    "gravity": "1.0"
+    "gravity": "1.0",
+    "supgFactor": "0.125"
 }
\ No newline at end of file
diff -r c8ede85e4372 -r 0854feb1a79c input/geologic/subduction.json
--- a/input/geologic/subduction.json	Mon Jul 09 16:28:59 2012 -0700
+++ b/input/geologic/subduction.json	Mon Jul 09 16:43:41 2012 -0700
@@ -369,10 +369,6 @@
     "seed": "13",
     "checkpointEvery": "1",
     "gravity": "9.81",
-    "dtFactor": "0.25"
-// ,
-//    "journal.info": "True",
-//     "journal.debug": "True",
-//     "journal-level.info": "1",
-//     "journal-level.debug": "1"
+    "dtFactor": "0.25",
+    "supgFactor": "0.5"
 }
\ No newline at end of file



More information about the CIG-COMMITS mailing list