Skip to content

Commit

Permalink
rechunk
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Aug 17, 2023
1 parent a336d12 commit d421274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/wp5/WIP_ocean_color_reflectance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@
" \"variable\": variable,\n",
"} | open_mfdataset_kwargs\n",
"\n",
"da = get_overall_mean_and_std(**kwargs)[variable]\n",
"da_year = get_yearly_mean_and_std(**kwargs)[variable]\n",
"da = rechunk(get_overall_mean_and_std(**kwargs)[variable])\n",
"da_year = rechunk(get_yearly_mean_and_std(**kwargs)[variable])\n",
"da_year_low_res = da_year.coarsen({\"latitude\": 5, \"longitude\": 5}).mean()"
]
},
Expand Down

0 comments on commit d421274

Please sign in to comment.