Skip to content

Commit

Permalink
Bump to v1.11.2rc2 (#247)
Browse files Browse the repository at this point in the history
* Update `open_mfdataset()` to `parallel=False`
- This is a workaround to the NetCDF: Not a Valid ID issue

* Bump to 1.11.2rc2
  • Loading branch information
tomvothecoder authored Feb 28, 2024
1 parent cb12e89 commit 56b2d40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e3sm_to_cmip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for e3sm_to_cmip."""

__version__ = "1.11.2rc1" # pragma: no cover
__version__ = "1.11.2rc2" # pragma: no cover

import os

Expand Down
1 change: 0 additions & 1 deletion e3sm_to_cmip/cmor_handlers/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def _get_mfdataset(
combine="nested",
data_vars="minimal",
coords="minimal",
parallel=True,
)

# If the output CMIP variable has an alternative time dimension name (e.g.,
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"

[version]
current = "1.11.2rc1"
current = "1.11.2rc2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 56b2d40

Please sign in to comment.