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
History
File Mode Size
Advection_diffusion.c -rw-r--r-- 26.1 KB
BC_util.c -rw-r--r-- 3.8 KB
Checkpoints.c -rw-r--r-- 14.2 KB
Citcom_init.c -rw-r--r-- 1.8 KB
Composition_related.c -rw-r--r-- 12.7 KB
Construct_arrays.c -rw-r--r-- 22.5 KB
Convection.c -rw-r--r-- 3.6 KB
Determine_net_rotation.c -rw-r--r-- 12.0 KB
Drive_solvers.c -rw-r--r-- 6.4 KB
Element_calculations.c -rw-r--r-- 36.3 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.6 KB
Full_version_dependent.c -rw-r--r-- 13.1 KB
General_matrix_functions.c -rw-r--r-- 31.8 KB
Ggrd_handling.c -rw-r--r-- 10.5 KB
Global_operations.c -rw-r--r-- 18.4 KB
Initial_temperature.c -rw-r--r-- 8.9 KB
Instructions.c -rw-r--r-- 41.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.3 KB
Material_properties.c -rw-r--r-- 3.4 KB
Nodal_mesh.c -rw-r--r-- 10.0 KB
Obsolete.c -rw-r--r-- 25.0 KB
Output.c -rw-r--r-- 15.2 KB
Output_gzdir.c -rw-r--r-- 39.6 KB
Output_h5.c -rw-r--r-- 74.4 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.4 KB
Phase_change.c -rw-r--r-- 6.4 KB
Problem_related.c -rw-r--r-- 5.2 KB
Process_buoyancy.c -rw-r--r-- 7.2 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.4 KB
Regional_obsolete.c -rw-r--r-- 25.3 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-- 30.4 KB
Regional_version_dependent.c -rw-r--r-- 17.9 KB
Shape_functions.c -rw-r--r-- 5.8 KB
Size_does_matter.c -rw-r--r-- 34.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-- 23.4 KB
Topo_gravity.c -rw-r--r-- 28.5 KB
Tracer_setup.c -rw-r--r-- 50.3 KB
Viscosity_structures.c -rw-r--r-- 30.7 KB
advection.h -rw-r--r-- 1.5 KB
advection_diffusion.h -rw-r--r-- 1.4 KB
checkpoints.h -rw-r--r-- 1.2 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-- 2.0 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-- 17.9 KB
hdf5_related.h -rw-r--r-- 2.5 KB
initial_temperature.h -rw-r--r-- 1.2 KB
interuption.h -rw-r--r-- 1.1 KB
lith_age.h -rw-r--r-- 1.3 KB
material_properties.h -rw-r--r-- 1.2 KB
output.h -rw-r--r-- 1.5 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.6 KB
viscosity_descriptions.h -rw-r--r-- 3.9 KB

back to top