v1.12.2
What's Changed
This patch release fixes a bug where resource contention can occur if multiple e3sm_to_cmip invocations write to the same CMIP metadata file. It ensures uniqueness of these files per process by appending a PID to the name.
Bug Fixes
- Ensure uniqueness for
user_metadata.jsonby appending PID by @tomvothecoder in #314
Full Changelog: v1.12.1...v1.12.2