Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
<https://github.com/OGGM/AGILE/tree/master/agile1d/sandbox/paper_v01_code/plotting_scripts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down