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 #3128 - support copy shared attrs #3129

Closed tclune closed 3 weeks ago

tclune commented 3 weeks ago

Types of change(s)

Checklist

Description

Added interface to copy all shared attributes in one info into the shared address space of another. Current implementation assumes that the target info object does not have a shared space already. If that assumption is later shown to be invalid, we must instead loop over each item in shared space and then copy.

Related Issue