-
Notifications
You must be signed in to change notification settings - Fork 52
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
Switch from WOA18 to WOA23 #1032
Conversation
TestingI ran the test suite on this branch. Results are here: While the simulations used in the test suite are coarse, it is clear to me that the observations look as expected for plots from all 3 tasks. However, we will want to run analysis on some higher resolution simulations to be sure. |
I expect WOA23 to be an especially big improvement on the Antarctic continental shelf because there's a bunch more seal data and such. A next step (in a follow-up PR) would be to add transect plots at the same locations as our SOSE transects. At the same time, we may wish to modify those transects. |
@milenaveneziani, I want to make sure you're okay with this change. I'm having trouble deciding who else might want to take the time to review. |
Higher res testingI ran this analysis (and #1033) on 2 higher res simulations. Here are results from a 2-year Icos30 simulation: And here are results from years 31-39 of a SORRM simulation: I think all the analysis (climatology maps and different depths, constant lines on regional time series plots, T-S diagrams and transects) look as I expected. If one wants to compare with WOA18, this set of analysis uses it instead of WOA23: The differences are subtle and mostly near the surface from what I'm seeing in the climatology maps. Here's an example. |
To be honest, I don't really see the differences.. Looks good to me. |
@xylar I took a look. The biggest differences I see are here: But I agree that it all looks very similar so little harm in switching |
@milenaveneziani and @cbegeman, thank you both for having a look. I have to say that I agree, I don't see as much difference as I was expecting to. I had the impression that more seal data was being used but then I see that the bathymetry dataset is complete nonsense in the Amundsen Sea (likely elsewhere) and this significantly negates the usefulness of these updates for us. For example: |
I'm going to chat with @irenavankova about this and #1033 tomorrow and presumably merge after we discuss. |
oh, that's a problem! I wonder if it's a woa23 issue that woa18 didn't have? I'm glad you looked at the sections. |
I am looking at these two plots: |
@milenaveneziani, that was my conclusion as well. I don't have a quick way to plot transects for WOA18 but I think the problem was inherited from earlier WOA versions. It leaves me with a lot less confidence in the WOA climatologies broadly that this has gone unnoticed and/or uncorrected for so long. |
Looking into EN4, it seems tricky, too. It's pretty low res (maybe that's the best the data justifies) and it's either a collection of vertical profiles or a linear combination of the observations over a given month and a climatology covering 1970-2000. So that's messy. |
Thanks for pointing out the bathymetry issue @xylar, I did not realize it was so bad. I know that WOD ends up with data that gets cut out of WOA due to the bathymetry choice. Given that the issues are already present for WOA18, updating to WOA23 sounds fine by me. |
For the Southern Ocean, I know that folks at BAS are working on a better climatology from the mid 2000s on. (They are involved in ISMIP7.) But there's no intention of making that a global climatology as far as I'm aware so it would need to be stitched together with something global. Even though that sounds messy, that's the direction I would be tempted to go once that product is available. We already do something like this for topography because GEBCO isn't up-to-date enough for Antarctica. For MPAS-Analysis, the BAS product could be like SOSE where it's just used in the Southern Ocean. |
@alicebarthel, thanks for taking a look and for your thoughts. It's annoying to learn that this bathymetry problem is a known issue (at least from the WOD perspective) that has persisted. |
@irenavankova also thinks this is useful despite the weird bathymetry. So I'm merging this and #1033 |
This PR adds a preprocessing script for WOA23 and updates 3 analysis tasks,
climatologyMapWoa
,timeSeriesOceanRegions
andregionalTSDiagrams
, to use WOA23 instead of WOA18.The observational database and documentation have also been updated.
Checklist
Testing
comment in the PR documents testing used to verify the changes