Tc1D is a one-dimensional thermal and thermochronometer age prediction model that can simulate the effects of various geodynamic and geomorphic processes on thermochronometer ages. It currently supports prediction of apatite and zircon (U-Th)/He and fission-track ages. Below you will find some essential details about using the code and detailed documentation can be found on the Tc1D documentation site.
To get started using Tc1D you can either clone or download the source code from https://github.com/HUGG/TC1D.
In order to use the code, you should first compile the thermochronometer age prediction codes in the ketch_aft
and RDAAM_He
directories. From the base code directory you can do the following in a terminal:
cd ketch_aft
make && make install
cd ..
cd RDAAM_He
make && make install
cd ..
This will build the age prediction programs and install them in the bin directory. Note that you may need to edit the Makefile in the ketch_aft and RDAAM_He subdirectories to specify your compilers.
More detailed installation instructions may be available in the installation section of the documentation.
An example model with 10 km of exhumation and default values can be run from the command line as follows:
cd py
./tc1d_cli.py --ero-option1 10.0
A full list of options that can be used with Tc1D can be found by running the code with no specified flags:
./tc1d_cli.py
This will return a usage statement and list of flags the code accepts.
- Flowers, R. M., Ketcham, R. A., Shuster, D. L., & Farley, K. A. (2009). Apatite (U-Th)/He thermochronometry using a radiation damage accumulation and annealing model. Geochimica et Cosmochimica Acta, 73(8), 2347--2365.
- Guenthner, W. R., Reiners, P. W., Ketcham, R. A., Nasdala, L., & Giester, G. (2013). Helium diffusion in natural zircon: Radiation damage, anisotropy, and the interpretation of zircon (U-Th)/He thermochronology. American Journal of Science, 313(3), 145–198. https://doi.org/10.2475/03.2013.01
- Ketcham, R. A., Donelick, R. A., & Carlson, W. D.: Variability of apatite fission-track annealing kinetics III: Extrapolation to geological time scales. American Mineralogist, 84, 1235-1255, doi: 10.2138/am-1999-0903, 1999.
- Ketcham, R. A., Carter, A., Donelick, R. A., Barbarand, J., & Hurford, A. J. (2007). Improved modeling of fission-track annealing in apatite. American Mineralogist, 92(5–6), 799--810.
- Ketcham, R. A., Mora, A., and Parra, M.: Deciphering exhumation and burial history with multi-sample down-well thermochronometric inverse modelling, Basin Res., 30, 48-64, 10.1111/bre.12207, 2018.
The Tc1D is licensed under the GNU General Public License version 3: Tc1D software license