-
Notifications
You must be signed in to change notification settings - Fork 0
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 our analysis code to only smooth winds or tracers #39
Comments
I have thought more about this. I currently think that the 'cleanest' way of doing this would be to 'degrade' the effective resolution (while leaving the actual resolution unchanged) would be a two step process:
We could also consider a nearest neighbor interpolation in step 2, but I would be worried about the strong edges we would create with this. |
Probably a dumb question, but are we sure that the wet mask is correct? |
Hmm upon further inspection there are a few data points that do not perfectly overlap with the map. Let me investigate a bit more... |
I have worked a fair bit on the smoothing procedure over the past two days, and I think I have a satisfying solution for now: As @paigem experienced in her other project, a filter scale of e.g. 10 grid boxes, does not at all produce smoothed fields that would resemble the amount of detail a 1 deg model would produce (eddies are still very much visible, see below). So in order to separate the mesoscale and smaller we need to use much larger filter_scales. To visually find the sweet-spot I have made some comparison plots with a range of filter scales:
I think that @ocean-transport/collab_team please let me know if you think different. Also @TomNicholas mentioned that for a publication we might want to rerun our results with slightly larger/smaller filter scales to test the robustness of the results.
|
The general rule of thumb is that the resolution of the model is about 5times the grid size. So if dx=10km, then the smallest features resolved are roughly 50km in size. This is due to the intrinsic dissipation in the model. It seems like a filter scale of 50 would be reasonable. |
To isolate the largest contributors to the small scale differences, we discussed smoothing only the winds or only the tracers. This may take some thought on how to implement efficiently.
This was based on discussions on Friday, Sep. 30th (notes here).
The text was updated successfully, but these errors were encountered: