Skip to content

Commit f226c78

Browse files
Update run_with_gcm.ipynb (#140)
updated a typo and a wrong line comment in the code (saying that ISIMIP3b will get bias-corrected)
1 parent 6b9eedd commit f226c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/10minutes/run_with_gcm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"cell_type": "markdown",
117117
"metadata": {},
118118
"source": [
119-
"Each RGI glacier has an \"inventory date\", the time at which the ouline is valid:"
119+
"Each RGI glacier has an \"inventory date\", the time at which the outline is valid:"
120120
]
121121
},
122122
{
@@ -165,7 +165,7 @@
165165
"member = 'mri-esm2-0_r1i1p1f1' \n",
166166
"\n",
167167
"for ssp in ['ssp126', 'ssp370','ssp585']:\n",
168-
" # bias correct them\n",
168+
" # read, process and store the isimip3b data (no bias-correction done per default as already done for this setup)\n",
169169
" workflow.execute_entity_task(gcm_climate.process_monthly_isimip_data, gdirs, \n",
170170
" ssp = ssp,\n",
171171
" # gcm member -> you can choose another one\n",

0 commit comments

Comments
 (0)