-
Notifications
You must be signed in to change notification settings - Fork 18
North pole imprint in sea ice #549
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
Labels
bug
Something isn't working
Comments
The rotation matrix seem to be reversed between intrinsic and extrinsic rotation. By inverting the two matrices this is the output (using CliMA/Oceananigans.jl#4560) for the divergence ![]() |
out of curiosity, how's the video on the first post after CliMA/Oceananigans.jl#4560? |
eh, that will take a while to produce 😅 . I will run it and post it here when finished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While running a coupled ocean-sea ice simulation, I noticed that there is a rather strong imprint of the north pole on the solutions, both on a
RotatedLatitudeLongitudeGrid
and on aTripolarGrid
. To be clear, this is sea-ice thickness.arctic_ice.mp4
At the beginning, I thought that it might be a problem connected to how we are treating the polar BC on a
LatitudeLongitudeGrid
, but now I think it is more of an issue of how we perform vector rotation.An example of the zonal wind from JRA55 before and after interpolating to the
TripolarGrid
shows a quite clear north pole imprint:Before:
After:
The fact that the north pole is visible points to an error for me, but I would like to know what people think. Is this even an error, or is it like the atmosphere looks?
The text was updated successfully, but these errors were encountered: