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
26 stars 18 forks source link

Might need to MAPL_FieldCreate interface #2485

Closed bena-nasa closed 5 months ago

bena-nasa commented 8 months ago

This is a reference to an issue @mfmehari found in GOCART when running OBIO. https://github.com/GEOS-ESM/GOCART/issues/258 Looks like somebody put code in to create and add fields to a bundle, did a few weird things. The basically want to create a field field from an existing field, using a pointer that points to a single level of the original field. So they used the ESMF_FieldCreate to do this. Fine, but then they call MAPL_AllocateCoupling that is a NO-OP now because the field has been created already.

Easy solution, add the attributes in the append_to_bundle, I suppose would make a MAPL routine that could do this too, but needs thought

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days, it will be closed. You can add the "long term" tag to prevent the Stale bot from closing this issue.

stale[bot] commented 5 months ago

Closing due to inactivity