-
Notifications
You must be signed in to change notification settings - Fork 66
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
Adjust the along_isobath_averaging
recipe to account for the vertical grid in ACCESS-OM2
#479
Comments
I think we should use the correct cell thickness (i.e. not use st_ocean_edges for binning), because otherwise locations could get put in the wrong isobath bins, with an error of up to 180m or so for deeper/thicker cells. |
Could we elaborate a bit? The "correct" thickness cells variable name is what the @taimoorsohail what do you mean by "I currently define"? Are you referring to how the averaging is done in the along-isobath averaging recipe at the moment? |
Yes that is correct. That is what is currently done in the recipe.
What about variables like |
Variables like |
What is |
along_isobath_averaging
recipe to account for the vertical grid in ACCESS-OM2
So, to clarify, the
I think |
Yes that's correct. |
I think it would be ok to ignore the variation in vertical position of cells above the bottom, because that doesn't vary very much. But binning using |
Thanks, I'll work on this and get back to you. |
No pressure, no need to promise! The issue is up for grabs. But when you actually start working on it a good idea is to assign yourself this issue so that nobody else starts doing double job. |
The
ht
andhu
variables for bathymetry use the actual vertical water column height in ACCESS-OM2-01, while variables liketemp
have fixedst_ocean_edges
. To average along isobaths, I currently define a new bathymetric field, calledht_coarse
orhu_coarse
, that uses the NaNs in variables liketemp
andu
to bin in isobaths.We need to think about how/whether to incorporate the actual bathymetry in the binning here, and consider whether the current workaround is reasonable.
The text was updated successfully, but these errors were encountered: