User guide#

Installation#

You can install Tc1D in your Python environment using pip.

pip install tc1d

Note

In order for Tc1D to work properly you will also need to install the thermochronometer age prediction programs available at HUGG/Tc_core.

Running a model#

An example model with 10 km of exhumation and default values can be run from the command line as follows:

tc1d-cli --ero-option1 10.0

Configuring a model#

A full list of options that can be used with Tc1D can be found by running the code with the --help flag (or no specified flags):

tc1d-cli --help

This will return a usage statement and list of flags the code accepts.

Additional details about code options#

Detailed usage instructions