[cig-commits] r11371 - mc/3D/CitcomS/branches/v3.0

tan2 at geodynamics.org tan2 at geodynamics.org
Fri Mar 7 11:33:27 PST 2008


Author: tan2
Date: 2008-03-07 11:33:26 -0800 (Fri, 07 Mar 2008)
New Revision: 11371

Modified:
   mc/3D/CitcomS/branches/v3.0/NEWS
   mc/3D/CitcomS/branches/v3.0/configure.ac
Log:
Update NEWS and version number for v3.0.2

Modified: mc/3D/CitcomS/branches/v3.0/NEWS
===================================================================
--- mc/3D/CitcomS/branches/v3.0/NEWS	2008-03-07 19:30:42 UTC (rev 11370)
+++ mc/3D/CitcomS/branches/v3.0/NEWS	2008-03-07 19:33:26 UTC (rev 11371)
@@ -1,7 +1,22 @@
-CitComS.py NEWS -- history of user-visible changes.  2006-12-04
+CitcomS NEWS -- history of user-visible changes.  2008-03-07
 
-Please send CitcomS.py bug reports to cig-mc at geodynamics.org.
+Please send CitcomS bug reports to cig-mc at geodynamics.org.
 
+Version 3.0.2
+
+* Fixed a bug in HDF5 output which causes compilation error (Issue 131);
+
+* Fixed a bug in normalizing the tracer coordinate (Issue 139);
+
+* Fixed a behavior regression when using lith_age=1 and tic_method=-1;
+
+* Greatly reduced the number of tracers per elemente that is required for
+  thermo-chemical convection (Issue 140).
+
+More details can be found in CIG Issue Tracker
+(http://geodynamics.org/roundup/issues/).
+
+
 Version 3.0.1
 
 * A header file for the exchanger was missing in v3.0.0.
@@ -11,23 +26,23 @@
 
 This release of CitcomS (3.0) contains many new features, including:
 
-* two implementations of compressible convection, one by Wei Leng and Shijie
+* Two implementations of compressible convection, one by Wei Leng and Shijie
   Zhong and the other by Eh Tan (Cookbook 8);
 
-* the ability to resume computation from previous checkpoints (Cookbook 8);
+* The ability to resume computation from previous checkpoints (Cookbook 8);
 
-* multi-component chemical convection;
+* Multi-component chemical convection;
 
-* a fixed non-Newtonian solver;
+* A fixed non-Newtonian solver;
 
-* an exchanger package for solver coupling (Cookbook 9);
+* An exchanger package for solver coupling (Cookbook 9);
 
-* removing the rigid body rotation component from the velocity by Shijie
+* Removing the rigid body rotation component from the velocity by Shijie
   Zhong (Cookbook 8);
 
-* an option to disable monitoring of maximum temperature (Cookbook 9);
+* An option to disable monitoring of maximum temperature (Cookbook 9);
 
-* a rheology option for pseudo-plasiticity, composition dependent viscosity
+* A rheology option for pseudo-plasiticity, composition dependent viscosity
   and heat generation, compressed ASCII output, and an easier way for mesh
   refinement for the radial coordinate by Thorsten Becker.
 
@@ -36,23 +51,23 @@
 first four will affect the results. The same input file will produce slightly
 different results in v3.0.0 than in v2.2.2.
 
-* the viscosity field at element level is not smoothed (this might slow down
+* The viscosity field at element level is not smoothed (this might slow down
   the convergence but will represent the viscosity field more accurately);
 
-* the Lenardic filter on temperature is disabled by default;
+* The Lenardic filter on temperature is disabled by default;
 
-* the rigid body rotation component is removed from the velocity by default;
+* The rigid body rotation component is removed from the velocity by default;
 
-* use of a better pseudo-random number generator to generate the initial
+* Use of a better pseudo-random number generator to generate the initial
   tracer;
 
-* the type of input parameter coor is changed from a boolean to an integer;
+* The type of input parameter coor is changed from a boolean to an integer;
 
-* setting restart=on will resume the computation from the checkpoint files and
+* Setting restart=on will resume the computation from the checkpoint files and
   will not need the tracer files (the old way of reading  initial temperature
   from velo files can be achieved by tic_method=-1);
 
-* the input parameter reset_initial_composition becomes obsolete.  
+* The input parameter reset_initial_composition becomes obsolete.  
 
 
 Version 2.2.2

Modified: mc/3D/CitcomS/branches/v3.0/configure.ac
===================================================================
--- mc/3D/CitcomS/branches/v3.0/configure.ac	2008-03-07 19:30:42 UTC (rev 11370)
+++ mc/3D/CitcomS/branches/v3.0/configure.ac	2008-03-07 19:33:26 UTC (rev 11371)
@@ -25,7 +25,7 @@
 # $Id$
 
 AC_PREREQ(2.59)
-AC_INIT([CitcomS], [3.0.1], [cig-mc at geodynamics.org], [CitcomS])
+AC_INIT([CitcomS], [3.0.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