Université Côte d'Azur, CNRS, Observatoire de la Côte d'Azur, IRD, Géoazur
250 rue Albert Einstein, Sophia Antipolis 06560 Valbonne, France.
Contact: [email protected]
This repository contains a modified version of badlands code that simulates erosion, deposition and detrital 10Be transfer in source-to-sink sedimentary system.
The modified version of the code is available in the badlands folder, available pre- and post-processing functions to extract data from specific rock types and to compute their isotopic signatures are provided in the badlands-companion folder. Finally, a series of jupyter notebooks that illustrates how these new developments could be used are provided in the Alps folder.
Easiest approach to install this version of badlands consists in downloading the repository from GitHub and use Anaconda.
Once downloaded, go to the folder from the terminal and use the command below:
conda env create --file environment.ymlOnce the environment has been succesfully installed, activate it:
conda activate badlandsBeThen install the new developments by doing:
cd badlands-companion
python3 setup.py install --userand
cd ../badlands
python3 setup.py install --userYou are done!
Testing the code on the Var River catchment (Southern French Alps) source-to-sink sedimentary system
In a terminal, activate the badlandsBe conda environment:
conda activate badlandsBethen launch the Jupyter environment:
jupyter notebookIn Jupyter, go to the Alps folder and run the provided notebooks.