Skip to content

Commit

Permalink
Dev op concat (#217)
Browse files Browse the repository at this point in the history
* added conda env for notebooks

* added concat notebook

* update concat nb

* update nb

* added mem profile

* update mem profile

* update nb

* added example with aggregation

* update nb

* added readme

* update static nb

* using combine_nested

* update nbs for day datasets

* use mem prof with day

* added diskcache example notebook

* use pickle cache

* added dummy concat operator

* use concat args

* fixed concat operator

* use cmip6 decadal test data

* fixed concat test

* update conda env

* use default collection parameter

* add concat op to workflow

* use realization dim

* update roocs-utils

* fix concat test
  • Loading branch information
cehbrecht committed Sep 27, 2022
1 parent edff736 commit d0671ef
Show file tree
Hide file tree
Showing 23 changed files with 4,859 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ dependencies:
# daops
- cftime>=1.2.1
- xarray>=0.20,<0.22
- cf_xarray>=0.7
- dask>=2021.12
- netcdf4>=1.4
- bottleneck>=1.3.1,<1.4
- daops>=0.8.1,<0.9
- clisops>=0.9.2,<0.10
- roocs-utils>=0.6.2,<0.7
- roocs-utils>=0.6.3,<0.7
# workflow
- networkx
# provenance
Expand Down
1 change: 1 addition & 0 deletions notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.nc
5 changes: 5 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Compare concat performance for cmip6-decdal

* [static](https://nbviewer.org/github/roocs/rook/blob/dev-op-concat/notebooks/concat_static_profile.ipynb)
* [aggregation](https://nbviewer.org/github/roocs/rook/blob/dev-op-concat/notebooks/concat_dynamic_agg_profile.ipynb)
* [dynamic concat](https://nbviewer.org/github/roocs/rook/blob/dev-op-concat/notebooks/concat_dynamic_profile.ipynb)

0 comments on commit d0671ef

Please sign in to comment.