Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jan 24, 2024
1 parent 99016da commit e43ff6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
" \"2m_temperature\",\n",
" \"total_precipitation\",\n",
" \"surface_solar_radiation_downwards\",\n",
" # \"10m_wind_speed\",\n",
" \"10m_wind_speed\",\n",
" \"2m_dewpoint_temperature\",\n",
"]\n",
"\n",
Expand Down Expand Up @@ -212,7 +212,7 @@
" dataarrays.append(ds[varname].rename(variable).drop_vars(\"leadtime\"))\n",
" ds = xr.merge(dataarrays)\n",
" datasets.append(ds.expand_dims(region=[region]).compute())\n",
" ds_reanalysis = xr.concat(datasets, \"region\")"
"ds_reanalysis = xr.concat(datasets, \"region\")"
]
},
{
Expand Down

0 comments on commit e43ff6f

Please sign in to comment.