GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
24 stars 18 forks source link

Fixes #3169 - handle duplicate dimensions #3170

Closed tclune closed 1 week ago

tclune commented 1 week ago

Issue #3169 was incorrect - code was not trapping duplicate dimensions at all. Now throws exception if duplicate dim name has different extent.

Types of change(s)

Checklist

Description

Related Issue

tclune commented 1 week ago

Good enough on CI for trivial change.