Use named alias id, instead of gridcomp+short names to set and retrieve restart mode of an import item#4031
Merged
pchakraborty merged 14 commits intorelease/MAPL-v3from Sep 24, 2025
Conversation
tclune
requested changes
Sep 4, 2025
Collaborator
tclune
left a comment
There was a problem hiding this comment.
This information belongs in the "internal" section of the info object. "private" is for user gridcomp-specific things.
1. Switched from an enum to respresent restart modes, to a derived type (fixes #4001) 2. Added FieldInfo::field_info_g/set_internal_restart_mode (interface FieldInfoG/SetInternal) to retrieve and set the internal info
012462f to
9ceb120
Compare
Contributor
Author
@tclune Added the info to the internal section of the info object. |
tclune
previously approved these changes
Sep 5, 2025
…hakrab/use-named-alias-id
…eature/pchakrab/use-named-alias-id
…fault value, if provided
tclune
approved these changes
Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of change(s)
Checklist
make tests)Description
Use named alias id of a field, instead of gridcomp+short names to set and retrieve restart mode from the internal section of its info object. This is used to check which import item has its restart mode set to
MAPL_RESTART_SKIPNOTE - Build is going to fail till the CI Baselibs have been updated to include the version of ESMF that implements NamedAlias identifier
Related Issue
Fixed #4001