Revision 8e448b0f43525ab900b169c98efccc3b4600659b authored by Thorsten Becker on 08 August 2007, 22:55:39 UTC, committed by Thorsten Becker on 08 August 2007, 22:55:39 UTC
  input. For now, only the tracer innitial conditions can be set by
  using, for example,

  ictracer_grd_layers=2
  ictracer_grd_file="tmask.grd"


  for this to work, the ggrd libraries from HC, as well as the -lgmt 
  and -lnetcdf need to be linked, and -DUSE_GGRD needs to be defined
  on compile time.

- rewrote TDEPV viscosity options 3 and 4 slightly to make them more
  efficient

- added TDEPV viscosity option 6 

		 eta = N_0 exp(E(T_0-T) + (1-z) Z_0 )

- took layers subroutine in Construct_arrays.c apart to allow calling
  the same function in a more flexible from other subroutines

- addded error handling routine "myerror" to Pan_problem_misc_functions

- made the output behavior of the multigrid solver convergence
  parameters consisent with verbosity setting (ie. use report instead
  of always stderr output)

- changed tracer input parameter "tracer" and "chemical_buoyancy" to
   boolean routine for added flexibility (I hope)

- made check_initial_composition consistent with tracer advection,
      exits after warning only for E->trace.itracer_warnings==1

- debugging output in Full_tracer_advection.c and Tracer_setup only
  gets printed to file for E->control.verbose == 1

- fixed some typos in Output_gzdir (that might have been introduced by
  asynchronous svn updating or something like that)



1 parent 2f477b3
History
File Mode Size
CitcomS
bin
etc
examples
lib
module
tests
visual
.gitignore -rw-r--r-- 345 bytes
AUTHORS -rw-r--r-- 417 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 354.5 KB
INSTALL -rw-r--r-- 9.1 KB
Makefile.am -rw-r--r-- 1.4 KB
NEWS -rw-r--r-- 4.1 KB
README -rw-r--r-- 354 bytes
configure.ac -rw-r--r-- 5.4 KB
setup.py -rw-r--r-- 997 bytes

README

back to top