diff --git a/README.md b/README.md index c833d0d..6ae3956 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A preprint describing AGILE v0.1 is available [here](https://doi.org/10.5194/egu If you want to reproduce the experiments shown in the preprint, follow these steps: 1. **Download the example experiment script** (Aletsch retreat case): - [run_example_experiment.sh](https://raw.githubusercontent.com/pat-schmitt/AGILE/refs/heads/add_review_request/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh) + [run_example_experiment.sh](https://raw.githubusercontent.com/OGGM/AGILE/refs/heads/master/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh) 2. **Make the script executable**: chmod +x run_example_experiment.sh @@ -37,7 +37,7 @@ If you want to reproduce the experiments shown in the preprint, follow these ste 5. **Create example plots** After running the experiment(s), you can create an example plot by running: - [create_example_plot.sh](https://raw.githubusercontent.com/pat-schmitt/AGILE/refs/heads/add_review_request/agile1d/sandbox/paper_v01_code/minimal_run_example/create_example_plot.sh) + [create_example_plot.sh](https://raw.githubusercontent.com/OGGM/AGILE/refs/heads/master/agile1d/sandbox/paper_v01_code/minimal_run_example/create_example_plot.sh) All plotting scripts used for the figures in the publication are available here: diff --git a/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh b/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh index 0c9dfc8..f3dc58a 100755 --- a/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh +++ b/agile1d/sandbox/paper_v01_code/minimal_run_example/run_example_experiment.sh @@ -37,7 +37,7 @@ AGILE_IMAGE="${AGILE_IMAGE:-ghcr.io/oggm/agile:20230525}" AGILE_REPO_URL="https://github.com/OGGM/AGILE.git" # Git commit of AGILE to install inside the container (for reproducibility) -AGILE_COMMIT="330903def7bb612f495ec58db79097c07bfd0613" +AGILE_COMMIT="07c9b371058459a9a220ecd71417912af4d53e16" # Subdirectory (inside HOST_WORKDIR) that contains the experiment script & params RUN_SCRIPTS_SUBDIR="AGILE/agile1d/sandbox/paper_v01_code/minimal_run_example"