Skip to content

Commit

Permalink
Merge pull request #1223 from PCMDI/test_shiheng_20250103
Browse files Browse the repository at this point in the history
Disable dask chunk for MoV
  • Loading branch information
lee1043 authored Jan 6, 2025
2 parents 9b1aff5 + aa996e6 commit 9856230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/variability_mode/lib/lib_variability_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def read_data_in(
debug: bool = False,
) -> xr.Dataset:
# Open data file
ds = xcdat_open(path)
ds = xcdat_open(path, chunks=None)

# Data QC check -- time axis check
check_monthly_time_axis(ds)
Expand Down

0 comments on commit 9856230

Please sign in to comment.