Skip to content

Commit

Permalink
fix cordex
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 5, 2024
1 parent 78398d5 commit 82afc35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/wp4/extreme_indices_future.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
" \"experiment\": \"historical\",\n",
" \"start_year\": start_year,\n",
" \"end_year\": end_year,\n",
" \"rcm_model\": model,\n",
" }\n",
" for start_year, end_year in zip(\n",
" *get_cordex_years(\n",
Expand All @@ -303,6 +304,7 @@
" \"experiment\": \"rcp_8_5\",\n",
" \"start_year\": start_year,\n",
" \"end_year\": end_year,\n",
" \"rcm_model\": model,\n",
" }\n",
" for start_year, end_year in zip(\n",
" *get_cordex_years(future_slice, timeseries, start_years, end_years)\n",
Expand Down

0 comments on commit 82afc35

Please sign in to comment.