From 3fb6809e37c21cc3d2337d717abe792ff736c3b1 Mon Sep 17 00:00:00 2001 From: Lilian Schuster <37300567+lilianschuster@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:05:17 +0200 Subject: [PATCH] Update run_with_gcm.ipynb updated a typo and a wrong line comment in the code (saying that ISIMIP3b will get bias-corrected) --- notebooks/10minutes/run_with_gcm.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/10minutes/run_with_gcm.ipynb b/notebooks/10minutes/run_with_gcm.ipynb index 3f69fc8c..28d54c31 100644 --- a/notebooks/10minutes/run_with_gcm.ipynb +++ b/notebooks/10minutes/run_with_gcm.ipynb @@ -116,7 +116,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Each RGI glacier has an \"inventory date\", the time at which the ouline is valid:" + "Each RGI glacier has an \"inventory date\", the time at which the outline is valid:" ] }, { @@ -165,7 +165,7 @@ "member = 'mri-esm2-0_r1i1p1f1' \n", "\n", "for ssp in ['ssp126', 'ssp370','ssp585']:\n", - " # bias correct them\n", + " # read, process and store the isimip3b data (no bias-correction done per default as already done for this setup)\n", " workflow.execute_entity_task(gcm_climate.process_monthly_isimip_data, gdirs, \n", " ssp = ssp,\n", " # gcm member -> you can choose another one\n",