-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove routine renames from mpas_ocn_okubo_weiss.F90 #2
Conversation
This isn't where it was meant to be, see src/analysis_members
The various qsort references in the module uses have been eliminated as sort is no longer in the used modules.
@dazlich, did I explain this correctly? I don't see any reason to not move this through! |
That’s a good description. I think it broke when the atm framework changed. I think in the future we will want to consolidate to one framework.
…Sent from my iPhone
On Apr 27, 2023, at 9:30 PM, gdicker1 ***@***.***> wrote:
** Caution: EXTERNAL Sender **
@dazlich<https://github.com/dazlich>, did I explain this correctly? I don't see any reason to not move this through!
—
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADS3XWABI5SNW4HMUHKXBFDXDM2W5ANCNFSM6AAAAAAXOVRF7A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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, thanks
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.
Thanks, @gdicker1 . Looks good.
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.
From recent looks at the code, I think we can merge this. There aren't any qsort routines left in the framework that I can find, so these renames aren't doing anything.
(Merge or don't merge have the same functionality, but merging would be cleaner in my opinion.)
This PR removes unneeded renaming of module-specific qsort routines to dummy*. Since those qsort routines aren't used in mpas_ocn_okubo_weiss anymore, they don't need to be renamed.
Also removes a duplicate of mpas_ocn_okubo_weiss.F90