Skip to content

Commit 56b2d40

Browse files
Bump to v1.11.2rc2 (#247)
* Update `open_mfdataset()` to `parallel=False` - This is a workaround to the NetCDF: Not a Valid ID issue * Bump to 1.11.2rc2
1 parent cb12e89 commit 56b2d40

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

e3sm_to_cmip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for e3sm_to_cmip."""
22

3-
__version__ = "1.11.2rc1" # pragma: no cover
3+
__version__ = "1.11.2rc2" # pragma: no cover
44

55
import os
66

e3sm_to_cmip/cmor_handlers/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def _get_mfdataset(
403403
combine="nested",
404404
data_vars="minimal",
405405
coords="minimal",
406-
parallel=True,
407406
)
408407

409408
# If the output CMIP variable has an alternative time dimension name (e.g.,

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"
33

44
[version]
5-
current = "1.11.2rc1"
5+
current = "1.11.2rc2"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)