-
Notifications
You must be signed in to change notification settings - Fork 53
Add task for plotting maps of wind stress curl #1102
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
Conversation
The wind stress curl is first computed on the native grid (at vertices) and then is remapped to comparison grids. The reconstruciton of the wind stress at edges is computed with a utility funciton `vector_cell_to_edge_isotropic()`, analogous to the subroutine with the same name in the MPAS framework.
TestingI ran this on a SORRMr4 G-Case: It seems to be doing what it should. |
|
@irenavankova, I still need to add the documentation but could you have a look when you can and see if this might be helpful to you, or if you think it will be useful in general even if not? |
irenavankova
left a comment
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.
Thank you for implementing this. It works well for me. The only thing is that I think units on the figures should be N/m^3
|
Was your example done on a run with a finer atmospheric mesh? For the V2.1 There are much bigger squares: https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.vankova/analysis/FISMF/hist_curl/clim_2005-2014_ts_1951-2014/html/ocean/index.html#&gid=3&pid=1 |
Oh, dear, that's embarrassing. Good call. Should be fixed now.
That's probably the difference between a G-Case and a B-Case. I think we're making a really poor choice in how we interpolate wind stress in E3SM in B-Cases but I got the impression we didn't have a choice about it. |
1958116 to
11dd0f3
Compare
11dd0f3 to
8cfeb05
Compare
Test suiteI ran the developer's test suite: |


The wind stress curl is first computed on the native grid (at vertices) and then is remapped to comparison grids.
The reconstruciton of the wind stress at edges is computed with a utility funciton
vector_cell_to_edge_isotropic(), analogous to the subroutine with the same name in the MPAS framework.Checklist
api.rst) has any new or modified class, method and/or functions listedTestingcomment in the PR documents testing used to verify the changes