Skip to content

Commit abf70dc

Browse files
anthony-mezahdrake
andauthored
Adding "allow_rechunk" option for variables derived from grid differences (#24)
* adding "allow_rechunk" option this commit incorporates an optional "allow_rechunk" option for collect_budgets and budget_fill_dict * adding test "test_budget_fill_dict_allow_rechunk" that tests the "allow_rechunk" option * Clean linting and manually add chunks to small example dataset By explicitly adding chunks to the example MOM6 dataset, we should be able to better catch chunk-related problems in the future. * Add `allow_chunk` to docstrings --------- Co-authored-by: Henri Drake <hfdrake@uci.edu>
1 parent 53e8983 commit abf70dc

5 files changed

Lines changed: 649 additions & 162 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__pycache__
22
.ipynb_checkpoints
3-
/data/data
3+
/data/*

0 commit comments

Comments
 (0)