From a6fd8bea399842a53482cb93886a44b0ccb9a13b Mon Sep 17 00:00:00 2001 From: Guy Moss <91739128+gmoss13@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:00:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5590fde..e112091 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Simulation-Based Inference of Surface Accumulation and Basal Melt Rates of an Antarctic Ice Shelf from Isochronal Layers -This repository contains research code for "Simulation-Based Inference of Surface Accumulation and Basal Melt Rates of an Antarctic Ice Shelf from Isochronal Layers". It contains scripts for the forward model, along with the inference workflow. For code used to preprocess ice shelf data, and generate synthetic ice shelves using [firedrake](https://www.firedrakeproject.org) and [icepack](https://icepack.github.io) - see [preprocessing_ice_data](https://github.com/mackelab/preprocessing_ice_data/). +This repository contains research code for "Simulation-Based Inference of Surface Accumulation and Basal Melt Rates of an Antarctic Ice Shelf from Isochronal Layers". It contains scripts for the forward model, along with the inference workflow. For code used to preprocess ice shelf data, and generate synthetic ice shelves using [firedrake](https://www.firedrakeproject.org) and [icepack](https://icepack.github.io) - see [preprocessing_ice_data](https://github.com/mackelab/preprocessing-ice-data/). Maintenance is ongoing! Expect improvements in terms of extended functionality and improved usability in the future. Some small data and output files are already included in this repository for quicker start-up. Some parts of the workflow require bigger files. These will clearly be marked in the **workflow** section, along with links to where these files can be downloaded. @@ -9,7 +9,7 @@ The picked IRH data for Ekström Ice Shelf can be found [here](https://nc-geophy ## Installation Activate a virtual environment, e.g. using conda. Install dependencies: ``` - git clone https://github.com/mackelab/sbi_ice.git + git clone https://github.com/mackelab/sbi-ice.git cd sbi_ice pip install -e . ```