-
Notifications
You must be signed in to change notification settings - Fork 78
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
Last minute NUOPC Connector items for ESMF 8.7 #294
Conversation
…d extrapolation method "nearest_d".
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.
Looks good as long as the tests pass. We don't have explicit tests for remapMethod
and they would be located with the NUOPC app prototypes. I didn't know that type RHL was moved into the ESMF library as ESMF_RHL. We should consider moving this to ESMF_RouteHandleList in the future but that's a bigger cleanup.
@theurich @billsacks
What's happening is that the time between ESMF_GridCompFinalize and ESMF_GridCompWait is less 3 seconds but the test assumes it will take greater than 3 seconds. Mac OS systems are finishing too quickly!
A possible solution could be to change the test to be something much smaller, like 1 second. I'm not sure why it's 3 seconds.
|
There are several reasons the CompTunnelUTest can fail. #237 discusses the socket issues. Here it is a timing issue - which is different. |
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.
Looks good to me.
@theurich |
Adding connection options support for regridding method "conserve_2nd" and extrapolation method "nearest_d". NRL NEPTUNE developers are hoping to use "conserve_2nd" with ESMF 8.7.
This PR also removes old code from NUOPC_Connector that has been inactive for several releases now. This is code that had been under the
#ifdef USE_ESMF_RHL #else
branches.