Revision fe53297356da5f02478fe9cafab5d9914a36d2be authored by Thorsten Becker on 14 August 2007, 03:33:21 UTC, committed by Thorsten Becker on 14 August 2007, 03:33:21 UTC
  spacing to top and lower layers of shell. The
  coor_refine=0.1,0.15,0.1,0.2 parameters specify the radius fraction
  of the bottom layer [0], the fraction of the nodes in this layer
  [1], the top layer fraction [2], and the top layer node fraction
  [3]. I.e. the defaults will put 15% of all nz nodes into the 10%
  lower layer, 20% in the top 10% upper layer, and the rest in
  between.
  

- renamed gzipped output version with sub-directory storage ascii-gz

- built in restart facilities for temperature and tracers when using
  ascii-gz I/O with vtkio != 2


- added a composition viscosity function, CDEPV, based on two tracer
  flavors

  - for this to work, I had to move viscosity_input() *behind*
    tic_input() and tracer_input() in instructions


- added tracer_enriched option for internal heating. If tracer = on
  and tracer_enriched = on, will reader Q0_enriched and vary the element heat production 
  between Q0 for C = 0 and Q0_enriched for C = 1. I.e. this only works
  if C varies between 0 and 1.


- added an option to write from all processros to a single VTK file,
  if ascii-gz is activated, and vtkio = 2. The VTK output is of the
  "legacy", serial, single-file type, and requires that all processors see the same 
   filesystem. 

   This will lead to a bottleneck for large # of CPU computations as
   each processor has to wait til the previous is done. 

   More efficient I/O should be possible by using the distributed
   storage version of VTK, but I have no clue how this works. Anyone?







1 parent d6e512c
History
File Mode Size
Advection_diffusion.c -rw-r--r-- 18.7 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.5 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.8 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.4 KB
Initial_temperature.c -rw-r--r-- 7.4 KB
Instructions.c -rw-r--r-- 38.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-- 10.0 KB
Obsolete.c -rw-r--r-- 23.7 KB
Output.c -rw-r--r-- 13.7 KB
Output_gzdir.c -rw-r--r-- 34.5 KB
Output_h5.c -rw-r--r-- 73.9 KB
Pan_problem_misc_functions.c -rw-r--r-- 12.4 KB
Parallel_util.c -rw-r--r-- 1.7 KB
Parsing.c -rw-r--r-- 19.2 KB
Phase_change.c -rw-r--r-- 6.1 KB
Problem_related.c -rw-r--r-- 5.2 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.6 KB
Regional_tracer_advection.c -rw-r--r-- 29.9 KB
Regional_version_dependent.c -rw-r--r-- 17.7 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-- 9.9 KB
Topo_gravity.c -rw-r--r-- 28.0 KB
Tracer_setup.c -rw-r--r-- 48.9 KB
Viscosity_structures.c -rw-r--r-- 32.0 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.4 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.9 KB

back to top