Skip to content

Commit aaf80c1

Browse files
committed
Update tutorial
1 parent 98e799d commit aaf80c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/user-guide/climada_engine_ImpactForecast.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
},
345345
{
346346
"cell_type": "code",
347-
"execution_count": 6,
347+
"execution_count": null,
348348
"id": "02b21481",
349349
"metadata": {},
350350
"outputs": [
@@ -403,6 +403,7 @@
403403
" )\n",
404404
" dict_ens_data[var] = ogd_api.get_from_ogd(req)\n",
405405
"\n",
406+
"# We extract the hourly delta in total precipitation to receive the hourly precipitation\n",
406407
"dict_ens_data[\"TOT_PREC\"] = time_ops.delta(\n",
407408
" dict_ens_data[\"TOT_PREC\"], np.timedelta64(1, \"h\")\n",
408409
")"

0 commit comments

Comments
 (0)