Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Aug 3, 2023
2 parents 872c177 + 507d40f commit 8416de3
Show file tree
Hide file tree
Showing 2 changed files with 462 additions and 61 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/03_Extracting_forcing_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
" tmp = Path(tempfile.mkdtemp())\n",
" ERA5_tmin.to_netcdf(tmp / \"ERA5_tmin.nc\")\n",
" ERA5_tmax.to_netcdf(tmp / \"ERA5_tmax.nc\")\n",
" ERA5_pr.to_netcdf(tmp / \"ERA5_pr.nc\")\n"
" ERA5_pr.to_netcdf(tmp / \"ERA5_pr.nc\")"
]
},
{
Expand Down
Loading

0 comments on commit 8416de3

Please sign in to comment.