https://github.com/openthermochronology/qtqtplot
Takes the raw time-temperature (t-T) output file from the QTQt thermal history modelling software of Gallagher (2012) and replots the output as an image displaying t-T path density.
https://github.com/openthermochronology/qtqtplot
bayesian-inference bayesian-methods julia-language plotting-scripts qtqt thermal-history time-temperature
Last synced: 6 months ago
JSON representation
Takes the raw time-temperature (t-T) output file from the QTQt thermal history modelling software of Gallagher (2012) and replots the output as an image displaying t-T path density.
- Host: GitHub
- URL: https://github.com/openthermochronology/qtqtplot
- Owner: OpenThermochronology
- License: gpl-3.0
- Created: 2022-11-11T18:26:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:38:27.000Z (over 2 years ago)
- Last Synced: 2023-11-29T17:34:28.839Z (over 2 years ago)
- Topics: bayesian-inference, bayesian-methods, julia-language, plotting-scripts, qtqt, thermal-history, time-temperature
- Language: Jupyter Notebook
- Homepage:
- Size: 8.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QTQtPlot
This Jupyter notebook is designed to take the raw time-temperature (t-T) output file from the QTQt thermal history modelling software of [Gallagher (2012)](https://doi.org/10.1029/2011JB008825) and replot the output as an image displaying t-T path density. So in these plots, relative probability is proportional to t–T path density, where darker colors (or higher saturation) denotes higher posterior probability. Any t-T constraint boxes that were utilized during modelling can be plotted along with individual 'representative' model solutions (i.e., the maximum likehood or expected models). The example QTQt output file used here is from Figure 3a in [McDannell and Issler (2021)](https://doi.org/10.5194/gchron-3-321-2021). Many thanks go to Brenhin Keller for code contributions.
**Please read the Jupyter plotting instructions**
Right now the code only handles single samples and cannot deal with vertical sample profiles. The way QTQt does this internally is to plot the normal model posterior paths output (i.e., for the highest elevation sample) and then adds the model offset value (the value between each t-T pair in the main QTQt output file) to each Temp. value. This gives you the "hotter" or lower elevation sample.
_NOTE: Deep-time QTQt models with multiple thermochronometers over 500 My to billion year+ time span(s)--TL;DR--run them for a long, long time._
_Convergence on the stable posterior is difficult to assess, so a rule of thumb would be 500k to 1M burn in iterations and >500k to >1M post burn in iterations. If you see 'multi-modal' t-T behavior, ragged-looking inflections or bifurcation in the thermal history solutions within a specific region(s) of t-T space (i.e., at a turning point between heating and cooling)---then you likely need to run QTQt longer. Of course the likelihood chain can also be monitored to give a sense of convergence._
[](https://mybinder.org/v2/gh/kmcdannell/QTQtPlot.git/main?filepath=%2FQTQtPlot.ipynb)