-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Bug]: angle_dx field in the Arctic domain is wrong #19
Comments
This was apparently fixed by uncommenting a section of code shown below. If converting a ROMS grid to a MOM6 grid: gridtools/gridtools/grids/mom6.py Lines 749 to 758 in 6764e65
Uncomment lines 751-753, regenerate the MOM6 grid and check the angles again. A future release will document an additional keyword argument to pass to trigger the alternate calculation of the angle. It is not clearly understood the conditions that require the alternate calculation of the angle. By default, the gridtools library will maintain its current behavior. If creating a MOM6 grid for the first time, this code needs to be altered: gridtools/gridtools/gridutils.py Lines 568 to 582 in 6764e65
Uncomment lines 573-575. This only applies to spherical grids. |
Contact Details
No response
What happened?
It ranges from zero to pi:
!
How to replicate?
View angle_dx. I did a grep for 'angle_dx' and can't find that it is used anywhere. Is it?
Relevant log or error output
No response
global attributes
No response
The text was updated successfully, but these errors were encountered: