Simplify callback interfaces - name indirection
Open
@pchakraborty is already working on this.
Since Aug 15, 2025.
0 diff
enhancement
- Dominant language
- Fortran
- Stars
- 29
- Forks
- 22
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 4
Description
Originally, ESMF did not provide a mechanism to create a NamedAlias of fields. This necessitates a tedious lookup for each item in a callback state in which you use the callback standard interface name to "lookup" the name of the field that is actually used.
This change will mostly simplify on the import side. The export side also get simpler, but does involve one new step to create the named alias before adding to the export State.
@pcolarco - you may want to keep an eye on this one when it comes in.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.