[cig-commits] r7249 - mc/3D/CitcomS/branches/v2.2

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Jun 14 15:58:05 PDT 2007


Author: tan2
Date: 2007-06-14 15:58:05 -0700 (Thu, 14 Jun 2007)
New Revision: 7249

Modified:
   mc/3D/CitcomS/branches/v2.2/NEWS
   mc/3D/CitcomS/branches/v2.2/configure.ac
Log:
Update NEWS and configure.ac for v2.2.2 release

Modified: mc/3D/CitcomS/branches/v2.2/NEWS
===================================================================
--- mc/3D/CitcomS/branches/v2.2/NEWS	2007-06-14 22:52:19 UTC (rev 7248)
+++ mc/3D/CitcomS/branches/v2.2/NEWS	2007-06-14 22:58:05 UTC (rev 7249)
@@ -3,6 +3,22 @@
 Please send CitComS.py bug reports to cig-mc at geodynamics.org.
 
 
+Version 2.2.2
+
+* A bug in geoid calculation is fixed. The buoyancy contribution on geoid
+  was not correctly zeroed before every geoid calculation. This caused the
+  geoid at former timestep accumulated over the later timestep. (Issue
+  114)
+
+* The pressure, stress, and composition output, if enabled, will be combined
+  by "autocombine.py" script as well. The combined output is stored in
+  opt-files, similar to the cap-files. (Issue 99)
+
+* Generating random tracers is sped up. This should avoid a potential problem
+  of "too many tries?" error when the domain size of a processor is much
+  smaller (<1%) than the size of the whole sphere.
+  
+
 Version 2.2.1
 
 * One example, Cookbook7, was missing in v2.2.0.
@@ -20,7 +36,7 @@
 * New feature to use the tracers to define the low viscosity wedges/channels
   in the subduction zones (code donated by Vlad Manea).
 
-* Fixes of sevearal bugs: issue 72, 73, 75, 77 and 81. See the Geodynamics
+* Fixes of several bugs: issue 72, 73, 75, 77 and 81. See the Geodynamics
   Roundup issue tracker (http://geodynamics.org/roundup) and the file 
   ChangeLog for details. Important bug fixes include:
 

Modified: mc/3D/CitcomS/branches/v2.2/configure.ac
===================================================================
--- mc/3D/CitcomS/branches/v2.2/configure.ac	2007-06-14 22:52:19 UTC (rev 7248)
+++ mc/3D/CitcomS/branches/v2.2/configure.ac	2007-06-14 22:58:05 UTC (rev 7249)
@@ -25,7 +25,7 @@
 # $Id$
 
 AC_PREREQ(2.59)
-AC_INIT([CitcomS], [2.2.1], [cig-mc at geodynamics.org], [CitcomS])
+AC_INIT([CitcomS], [2.2.2], [cig-mc at geodynamics.org], [CitcomS])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_SRCDIR([bin/Citcom.c])
 AC_CONFIG_HEADER([config.h])



More information about the cig-commits mailing list