2D Nd-Hf isotopic heterogeneities beneath mid-ocean ridges
Description
This dataset contains the code and input files for simulating deformation and dispersion of Nd-Hf isotopic heterogeneities beneath mid-ocean ridges. The original code is implemented on Windows Subsystem for Linux version-2 (https://github.com/microsoft/WSL/releases). Deal.ii library (https://www.dealii.org/) is required before compiling the code and running the model. Author: Boda Liu boda_liu@hotmail.com
Files
Steps to reproduce
After unzipping these two files, one need to modify lines 12&17 in script_DG_2D_phy.txt according to the name of current folder. The output path can be specified in output_path.txt. There are a few options in script_DG_2D_phy.txt. "Fast" ridge: line 4: 13, line 11: 0. "Slow" ridge: line 4: 25, line 11: 2. "Ultraslow" ridge: line 4: 25, line 11: 1. The size of the heterogeneity is specified in line 14. This should be the wavenumber. Try the default 64 first. The commands to compile and run the code is "make .", "make run".