Skip to content
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

Update fv_grid_tools.F90 #88

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Update fv_grid_tools.F90 #88

merged 1 commit into from
Nov 28, 2023

Conversation

tclune
Copy link

@tclune tclune commented Nov 28, 2023

When introducing non-global mechanism for computing coordinates, a copy-paste mistake broke the Schmidt transform. Does not affect legacy coordinate algorithm.

Basically the loop over tiles should just be a single iteration for the local tile. Obvious in hindsight.

When introducing non-global mechanism for computing coordinates, a copy-paste mistake broke the Schmidt transform.  Does not affect legacy coordinate algorithm.


Basically the loop over tiles should just be a single iteration for the local tile.  Obvious in hindsiht.
@tclune tclune added the bug Something isn't working label Nov 28, 2023
Copy link

Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found: bug

1 similar comment
Copy link

Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found: bug

@tclune tclune marked this pull request as ready for review November 28, 2023 15:43
@mathomp4
Copy link
Member

@tclune Is this zero-diff (in that it only affects the local-transform path)?

@tclune
Copy link
Author

tclune commented Nov 28, 2023

Yes - zero diff for "legacy" mode. And zero diff for new when not using stretch.

@tclune tclune added the 0 diff The changes in this pull request have verified to be zero-diff with the target branch. label Nov 28, 2023
@mathomp4 mathomp4 merged commit f1a5b25 into geos/main Nov 28, 2023
4 of 6 checks passed
@mathomp4 mathomp4 deleted the hotfix/local-schmidt branch November 28, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch. bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants