Revision 13492bf45888f5b55d194881d9da8b9040b9984e authored by Thorsten Becker on 29 August 2007, 00:51:20 UTC, committed by Thorsten Becker on 29 August 2007, 00:51:20 UTC
lib/Instructions.c by hand, which I hope I did properly. Here are my changes:

- renamed CONTOL structure members ORTHO and ORTHOZ to CITCOM_ORTHO and CITCOM_ORTHOZ
  Those were never used and conflicted with definitions in GMT gmt.h

- Added a higher frequency heat flow output option like so:

 
write_q_files=1                       # option to write heat flux to files qt.dat and qb.dat 
                                      # at intervals smaller than storage_spacing (0)


- Added the capability to read in initial temperatures from netcdf grd files, if -USE_GGRD is used. 
  Lot of options, like so:

#
# read initial temperature conditions from grd files (default values in parentheses)
#
tic_method=4                          # read initial temperature from netcdf GRD files (off)

ggrd_tinit_scale_with_prem=off        # scale the temperature with PREM densities (off)

ggrd_tinit_scale=1.0                  # scaling factor to apply to read in scalars f (1.0)

ggrd_tinit_offset=-0.5                 # offset, T = f * scale + offset + tm   (0.0)
                                       # where tm is the mean between top and bottom TBC values
                                       # if the bottom is flux, will use 1 for bottom TBC value

ggrd_tinit_gfile="../../data/tomography/s20a_smean_new_age/t" # prefix of grd files, will 
                                                              # try to read t.1.grd, t.2.grd ... t.n.grd
                                                              # where n is the number of layers in the depth file
ggrd_tinit_dfile="../../data/tomography/s20a_smean_new_age/tdepth.dat" # file with layer depths in km from bottom up

ggrd_tinit_prem_file="../../progs/src/hc-svn/prem/prem.dat"  # PREM data file
ggrd_tinit_override_tbc=on            # override temperature boundary conditions (off)




1 parent 3ba2a04
Raw File
NEWS
CitComS.py NEWS -- history of user-visible changes.  2006-12-04

Please send CitComS.py bug reports to cig-mc@geodynamics.org.


Version 2.2.1

* One example, Cookbook7, was missing in v2.2.0.


Version 2.2.0

* A new feature to track particles in the flow (code donated by Allen McNamara
  and Shijie Zhong).

* A new feature to use the tracers to compute composition field and compute
  thermo-chemical convection (code donated by Allen McNamara and Shijie Zhong).
  A new cookcook (Cookbook7) in the manual introduces how to use this feature.

* 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
  Roundup issue tracker (http://geodynamics.org/roundup) and the file 
  ChangeLog for details. Important bug fixes include:

  - 'make install' broken for non-pyred CitcomS. (Issue 72)

  - 'autocombine.py' did not work in Ubuntu 6.10. (Issue 73)

  - Velocity b.c not scaled correctly when age becomes negative. When using
    file_vbcs=on and the age becomes negative (passing the present time),
    the read-in velocity BC was not scaled properly. Usually the boundary
    velocity became ~1000x smaller than it should be. (Issue 77)
  
  - Errors in the manual. The manual failed to document the unit of the
    vbc_file is in cm/yr. The manual contained a small error in the
    description of the header of the coor_file. (Issue 75 and 81)


Version 2.1.0

* The filenames of post-processed and combined data are changed slightly. For 
  example, "model.cap0.100" is renamed to "model.cap00.100", "model.cap6.100" 
  is renamed to "model.cap06.100", and "model.cap11.100" is unchanged.

* A new input parameter "datadir" specifies the path of output files. The
  "datafile" input parameter (cannot contain path) specifies the filename
  prefix of the output files. In v2.0.x and before, "datafile" is used to
  specify the path and filename prefix of output files. This change is not
  backward compatible. Users need to change their old input file to run it.

* Improved build procedure. The CitComS executable embeds python
  interpreter by default and is statically linked with MPI library,
  which improves the portability of the code. 

* New input format (INI-styled .cfg)

* No need to specify launcher.nodes anymore, it is calculated from the mesher
  properties.

* Support of binary format output (using HDF5 library).

* Additional data output (including: geoid, stress, pressure, and horizontal
  average) can be enabled/disabled by changing the input parameters.

* Scripts (using GMT commands) to plot 2-D cross sections of temperature field.

* Added/removed a few input parameters (all in solver.const component) for
  computing geoid. Removed "layerd" and "wdensity" and added "radius", 
  "density_above" and "density_below".

* Fixes for several bugs: issue 30, 35, 42, 44 and 55. See the Geodynamics
  Roundup issue tracker (http://geodynamics.org/roundup) and the file
  ChangeLog for details. Important bug fixes include:

  - Inconsistent times in C and Pyre. When 'fixed_timestep' is set
    and the grid resolution is insufficient, the Pyre part of CitComS
    could give the wrong model time. (Issue 35)

  - Accidental deletion of surf files by batchsurf.py. batchsurf.py is a script
    to combine the surf files. If the current working directory happens to be
    the output directory of CitcomS, the script would delete the original surf
    files. (Issue 55)


Version 2.0.2

* Fixes for several minor bugs: issues 7, 8, 9, 10, 11, 12, and 13.
  Most of these are installation-related.  See the Geodynamics Roundup
  issue tracker (http://geodynamics.org/roundup) and the file ChangeLog
  for details.



Version 2.0.1

* CitComS.py is now distributed under the GNU General Public License.
  See the file COPYING for copying conditions.

* CitComS.py now uses the GNU Build System (Autoconf, Automake, and
  Libtool).  See the file INSTALL for building and installation
  instructions.


Local variables:
version-control: never
mode: indented-text
end:
back to top