-
Notifications
You must be signed in to change notification settings - Fork 7
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 SSS restoring to match WOA2023 #207
Comments
Noise and discontinuities are present in WOA23 salinity so we'll need to smooth it. |
I've made a PR (COSIMA/om3-scripts#24) to copy https://github.com/COSIMA/access-om2/blob/master/tools/make_salt_sfc_restore.py into om3-scripts, as we need to update it, e.g. to provide provenance. |
|
Here's a relevant comment that addresses how |
What's the justification for using the mean of 0m and 10m? Was that because we used to have coarse vertical resolution, with the depth of the upper cell about 10m? If so, does it make more sense just to use 0m now? |
|
Hi @adele-morrison There was some strange data in the near surface salinities in the earlier WOA versions we used to initialize the ACCESS-OM (for ACCESS1-0/3 spin up ) not sure if it was still in WOA in 2013 but unless they went and eliminated them by hand. Some salinity difference between 0 and 10m them may be real. You can get diurnal salinity signals in the tropics and when ice is melting but you wouldn't really expect differences in a climatology. |
I suspect @adele-morrison is right that the top 10m was used because it corresponded to the old coarse vertical grid spacing. In WOA23 the bounds are
The level bottoms in
so 0-10m WOA uses obs corresponding to the top 7 model levels, 0-5m covers the top 5 levels, and the top layer in WOA corresponds to the top 2 model layers, roughly speaking. Here's the number of obs per grid cell underpinning the gridded WOA23 data in the top 3 levels. It's pretty sparse. The top layer includes surface measurements on shipping routes. The 2nd layer is significantly sparser, then the third layer is a noticeable improvement on both the others in many places, eg South Pacific. So I guess averaging these layers could somewhat reduce the interpolation errors from what you'd get with just the top level? But it could also introduce a bias in regions with shallow mixed layers. |
Maybe the average of 0 and 10m came from OMIP? If there’s more data at the surface, I’d think we’d be introducing more error by using the 10m also. And given our upper cell now has its centre around 0.5m, it seems more justified to me to use surface salinity only in the restoring field. |
I think I agree that the surface WOA values are the best choice for us. OMIP didn't say anything specific about the SSS restoring - see sec 2.3 of Griffies et al., 2016:
and Danabasoglu et al. (2014) doesn't say anything specific about the SSS climatology data to restore to. The new protocol OMIP for CMIP7 is yet to be finalised. They are considering changes to the SSS restoring protocol, but it sounds like this is focused more on the piston velocity than the dataset. So I think we're free to choose our own SSS climatology to restore to. |
As for which level has more data, it depends on location (eg South Pacific looks somewhat better at 10m), but the top level looks pretty good at most locations. |
If we're not doing vertical averaging, should we we generate |
@aekiss I tried generating the Also, I noticed that the time axis of the OM2 time = 0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5. Isn't it supposed to start from 1? |
With the land mask applied: OM2 salt_sfc_restore: New salt_sfc_restore: Difference: The abnormal salinity in the Arctic appears to stem from the initial conditions, rather than the smoothing process. OM2 woa13_ts_01_mom025.nc (from woa13_ts_01_mom025.nc on new grid: woa23_ts_01_mom025.nc on new grid: We noticed in this issue, there wasn’t much difference between the WOA2013 and WOA2023 datasets, however |
@ezhilsabareesh8 are you plotting with the correct (2D) lats and lons here? And are these contour plots again or |
Yes, those arctic anomalies look like they are under land if the triple hasn't been correctly accounted for. See here: |
Thank you @dougiesquire and @AndyHoggANU. The anomalies in the previous plots were due to the omission of the land mask. After fixing this, the difference between the |
When/if we update the initial condition to WOA2023 (#161) we should update the sea surface salinity restoring file to be based on the same dataset, using https://github.com/COSIMA/access-om2/blob/master/tools/make_salt_sfc_restore.py
We should also set parameters to match whatever the CMIP7 OMIP specifies (https://oceanmip.github.io/).
See section 3.5.2 of the ACCESS-OM2 tech report.
Related: #51, #66
The text was updated successfully, but these errors were encountered: