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
Advection_diffusion.c -rw-r--r-- 18.3 KB
BC_util.c -rw-r--r-- 3.8 KB
Citcom_init.c -rw-r--r-- 1.8 KB
Composition_related.c -rw-r--r-- 11.7 KB
Construct_arrays.c -rw-r--r-- 21.9 KB
Convection.c -rw-r--r-- 3.6 KB
Drive_solvers.c -rw-r--r-- 6.6 KB
Element_calculations.c -rw-r--r-- 29.6 KB
Full_boundary_conditions.c -rw-r--r-- 7.4 KB
Full_geometry_cartesian.c -rw-r--r-- 3.3 KB
Full_lith_age_read_files.c -rw-r--r-- 1.3 KB
Full_obsolete.c -rw-r--r-- 28.0 KB
Full_parallel_related.c -rw-r--r-- 44.0 KB
Full_read_input_from_files.c -rw-r--r-- 9.4 KB
Full_solver.c -rw-r--r-- 3.8 KB
Full_sphere_related.c -rw-r--r-- 4.7 KB
Full_tracer_advection.c -rw-r--r-- 109.2 KB
Full_version_dependent.c -rw-r--r-- 12.3 KB
General_matrix_functions.c -rw-r--r-- 31.8 KB
Ggrd_handling.c -rw-r--r-- 3.8 KB
Global_operations.c -rw-r--r-- 18.2 KB
Initial_temperature.c -rw-r--r-- 7.2 KB
Instructions.c -rw-r--r-- 37.1 KB
Interuption.c -rw-r--r-- 1.5 KB
Lith_age.c -rw-r--r-- 13.5 KB
Makefile.am -rw-r--r-- 3.2 KB
Nodal_mesh.c -rw-r--r-- 6.3 KB
Obsolete.c -rw-r--r-- 19.1 KB
Output.c -rw-r--r-- 13.4 KB
Output_gzdir.c -rw-r--r-- 17.6 KB
Output_h5.c -rw-r--r-- 73.9 KB
Pan_problem_misc_functions.c -rw-r--r-- 11.3 KB
Parallel_util.c -rw-r--r-- 1.7 KB
Parsing.c -rw-r--r-- 19.2 KB
Phase_change.c -rw-r--r-- 8.7 KB
Problem_related.c -rw-r--r-- 4.5 KB
Process_buoyancy.c -rw-r--r-- 6.9 KB
Regional_boundary_conditions.c -rw-r--r-- 15.7 KB
Regional_geometry_cartesian.c -rw-r--r-- 2.6 KB
Regional_lith_age_read_files.c -rw-r--r-- 1.3 KB
Regional_obsolete.c -rw-r--r-- 25.5 KB
Regional_parallel_related.c -rw-r--r-- 29.7 KB
Regional_read_input_from_files.c -rw-r--r-- 9.7 KB
Regional_solver.c -rw-r--r-- 4.0 KB
Regional_sphere_related.c -rw-r--r-- 7.5 KB
Regional_tracer_advection.c -rw-r--r-- 29.9 KB
Regional_version_dependent.c -rw-r--r-- 17.1 KB
Shape_functions.c -rw-r--r-- 5.8 KB
Size_does_matter.c -rw-r--r-- 31.7 KB
Solver_conj_grad.c -rw-r--r-- 1.8 KB
Solver_multigrid.c -rw-r--r-- 19.3 KB
Sphere_harmonics.c -rw-r--r-- 10.2 KB
Sphere_util.c -rw-r--r-- 2.9 KB
Stokes_flow_Incomp.c -rw-r--r-- 14.6 KB
Topo_gravity.c -rw-r--r-- 28.0 KB
Tracer_setup.c -rw-r--r-- 47.5 KB
Viscosity_structures.c -rw-r--r-- 29.8 KB
advection.h -rw-r--r-- 1.6 KB
advection_diffusion.h -rw-r--r-- 1.4 KB
citcom_init.h -rw-r--r-- 1.3 KB
composition_related.h -rw-r--r-- 1.3 KB
convection_variables.h -rw-r--r-- 1.6 KB
drive_solvers.h -rw-r--r-- 1.3 KB
element_definitions.h -rw-r--r-- 8.4 KB
global_defs.h -rw-r--r-- 19.2 KB
hdf5_related.h -rw-r--r-- 2.5 KB
initial_temperature.h -rw-r--r-- 1.3 KB
interuption.h -rw-r--r-- 1.1 KB
lith_age.h -rw-r--r-- 1.4 KB
output.h -rw-r--r-- 1.4 KB
output_h5.h -rw-r--r-- 1.4 KB
parallel_related.h -rw-r--r-- 1.4 KB
parsing.h -rw-r--r-- 1.8 KB
phase_change.h -rw-r--r-- 1.4 KB
solver.h -rw-r--r-- 2.5 KB
sphere_communication.h -rw-r--r-- 4.5 KB
tracer_defs.h -rw-r--r-- 3.5 KB
viscosity_descriptions.h -rw-r--r-- 3.8 KB

back to top