Skip to content

Commit

Permalink
Add CAM-SE analysis blogpost (#243)
Browse files Browse the repository at this point in the history
* Add notebook for cam-se analysis blogpost

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add author/date/tags in notebook metadata

* Add a few more tags and other methods to explore

* Update post with initial review comments

* Additional review comments and final editing

* Add UXarray example link

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 147ba84 commit ea11c2e
Show file tree
Hide file tree
Showing 2 changed files with 16,964 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posts/2022/dask-debug-detrend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,8 @@
"source": [
"# Function to detrend\n",
"# Source: https://gist.github.com/rabernat/1ea82bb067c3273a6166d1b1f77d490f\n",
"\n",
"\n",
"def detrend_dim(da, dim, deg=1):\n",
" \"\"\"detrend along a single dimension.\"\"\"\n",
" # calculate polynomial coefficients\n",
Expand Down
Loading

0 comments on commit ea11c2e

Please sign in to comment.