-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic restart skip #1516
Automatic restart skip #1516
Conversation
… field is in its import state, make it MAPL_RestartSkip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does any of this require an update as ESMF_Info on the V3 branch?
Minor changes requested.
@tclune Yes, it will. The ESMF_AttributeGet call will need to be an infoget. Probably a good time to do a sweep of MAPL3 to see if any ESMF_Attribute calls have snuck in. (Maybe there is a way at ESMF_init time to pass a flag that doesn't allow any ESMF_Attribute calls? That way we can be strict.) |
Co-authored-by: Tom Clune <thomas.l.clune@nasa.gov>
Probably would |
If a field makes it to ExtData, go through the hierarchy and make any component with that field in it's import MAPL_RestartSkip. Added new routine in MAPL_Generic to do this. This was requested by the chemistry folks so they don't have to remember to add restartskip and if something may or may not be provided by ExtData depending on the configuration of the system.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: