Skip to content
Merged
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 notebooks/10minutes/run_with_gcm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down