We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12e89 commit 56b2d40Copy full SHA for 56b2d40
e3sm_to_cmip/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package for e3sm_to_cmip."""
2
3
-__version__ = "1.11.2rc1" # pragma: no cover
+__version__ = "1.11.2rc2" # pragma: no cover
4
5
import os
6
e3sm_to_cmip/cmor_handlers/handler.py
@@ -403,7 +403,6 @@ def _get_mfdataset(
403
combine="nested",
404
data_vars="minimal",
405
coords="minimal",
406
- parallel=True,
407
)
408
409
# If the output CMIP variable has an alternative time dimension name (e.g.,
tbump.toml
@@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"
[version]
-current = "1.11.2rc1"
+current = "1.11.2rc2"
7
# Example of a semver regexp.
8
# Make sure this matches current_version before
0 commit comments