Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 12, 2023
1 parent 1384317 commit 4032f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/wp5/era5_storm_track.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"# Define climatology periods\n",
"years_start = [1941, 1991]\n",
"years_stop = [1970, 2020]\n",
"assert len(years_start) == len(years_stop)\n",
"\n",
"# Season to plot\n",
"season = \"DJF\"\n",
Expand Down

0 comments on commit 4032f19

Please sign in to comment.