-
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
Use WOA2023 initial condition #161
Comments
Noting that WOA2013v2 was used for ACCESS-OM2 (despite the existence of WOA2018 at the time) because WOA2013v2 was specified for OMIP. If there's a new OMIP we might need to go with whatever that specifies. |
Also WOA2013v2 has some interpolation issues COSIMA/access-om2#103 |
Setting the initial sea-ice condition from SST doesn't work in our current config (see #50 (comment)) but we haven't investigated why. |
I've downloaded a subset of WOA23 to This includes @dougiesquire, @pearseb I also downloaded oxygen, nitrate, phosphate and silicate in case they are useful for WOMBAT, e.g. for initial conditions (though in ACCESS-OM2 we used a mix of different products depending on the run; e.g. |
The initial condition and other aspects of the new OMIP protocol for CMIP7 are still being decided, but Gokhan tells me he's thinking they should go with newer products unless they have issues. So I'd guess we're more likely to be using WOA2023 than WOA2013 for OMIP7. |
As a first step we could have a quick check for issues with WOA2023. We could compare the WOA2023 and WOA2013 0.25° decav T and S for January and the Boreal winter (JFM) season used for the initial condition, e.g.
And also look at 0.25° decav SSS in all months (for SSS restoring #207)
|
Probably best to generate the initial condition with 75 levels for all resolutions. We would also need to convert to conservative temperature if we choose a TEOS10-based equation of state: #20 |
The histograms illustrate the differences between temperature and salinity fields generated from the WOA2023 and WOA2013 datasets, at a 0.25-degree resolution. The temperature differences are relatively small, with most values clustering near zero. The mean temperature difference is 0.10265°C. The salinity changes exhibit a broader range, with certain regions showing significant increases or decreases. The mean salinity difference is slightly negative, indicating a small decrease in salinity in WOA2023 compared to WOA2013. The bivariate histogram shows that most of the points are close to the zero line (note the log scale), however there are outliers and there is a difference of -5 and + 7 degree celsius. There is a significant difference in salinity around +/- 5 PSU between the two datasets. |
This issue has been mentioned on ACCESS Hive Community Forum. There might be relevant details there: https://forum.access-hive.org.au/t/cosima-twg-meeting-minutes-2024/1734/16 |
Noise and discontinuities are present in WOA23 temperature and salinity |
The WOA2013 salinity data exhibits noticeable discontinuities at various locations as discussed here. The plot below shows the salinity at kara sea at a depth of 15m for WOA2013 and WOA2023 datasets. WOA2013 Salinity at Kara Sea: WOA2023 Salinity at Kara Sea: The WOA2013 salinity data exhibits noticeable discontinuities , particularly around longitudes 68°E to 70°E there are abrupt shifts in salinity values, approximately 2PSU. In contrast, the WOA2023 salinity data is comparatively smoother, with more gradual changes in salinity across the same range of longitudes. However, there are discontinuities in the near-surface temperature in both WOA2013 and WOA2023 datasets. WOA2013 near-surface temperature: WOA2023 near-surface temperature: |
@aekiss There is a smoothing function in |
Sorry, on second thoughts I expect we can get away without smoothing the initial condition because noise and discontinuities will quickly disappear (and we didn't run into problems in ACCESS-OM2). However the SSS restoring field (#207) should be smoothed to remove these issues, because it is applied throughout the model run. |
Thanks for plotting the histograms @ezhilsabareesh8. It would be good to see where those differences arise. If you have a moment, could you please also plot the difference of WOA2023 minus WOA2013 T and S as maps at 0, 500, 1000, 2000, 3000m depth for January (or JFM if January is not available for the deepest levels)? |
Thanks @ezhilsabareesh8. We wouldn't expect these differences between WOA23 and WOA13 to be similar to differences between potential and conservative temperature here. |
@ezhilsabareesh8 it looks like you might be plotting a contour plot above and it's struggling to represent very localised differences. It might be better to use something like |
It might be clearer to avoid the land interpolation issue by plotting histograms and difference maps of T and S in the raw WOA data for January ( |
Thanks @aekiss, the difference in the previous plot is due to the land interpolation. The histogram plots shown below are for the difference between the raw data set. |
Thanks @ezhilsabareesh8 that all goods good to me, so I'm happy to use WOA23 for ACCESS-OM3. Changes are generally small, but there are relatively large SSS changes in the Arctic in places where there's almost no data underpinning WOA23 (presumably due to winter sea ice cover), so those changes are unsurprising. SSS in the Gulf of Ob is increased, which might mitigate the low salinity issue we had in ACCESS-OM2 there. |
I think there is a potential bug in initial_conditions_access-om2, particularly in makeic.py. When generating initial conditions, it appears that the day is being set incorrectly, whereas the month should be set instead. Below are the times from files generated for each month in files
The day is increasing, when it should be the month that is advancing. This is also reflected in the access-om2 initial condition file in
It is the same for the initial condition in @aekiss Is this an error in how the time variable is being handled in the |
@aekiss - It looks like we need to explicitly set the dates & calendar after the regrid step ? https://github.com/COSIMA/ocean-ic/blob/dedabdbd191c42c46008b3c1548c444740907fe8/makeic.py#L69 |
@aekiss - scrap that. It looks this bit of hardcoding is wrong? https://github.com/COSIMA/ocean-regrid/blob/e3e5404807c05ec4060624dcc0773f419860c8f0/util.py#L121 i.e.
This should be |
sounds good -
|
I raised COSIMA/initial_conditions_access-om2#6 to fix the coordinates and COSIMA/initial_conditions_access-om2#7 to update to WOA23 and we need to include COSIMA/initial_conditions_access-om2#3 Can you implement these @ezhilsabareesh8 ? Well need to update the submodules of https://github.com/COSIMA/initial_conditions_access-om2 in some places. And confirm if the provenance metadata looks ok too. |
Our current ACCESS-OM2 initial temp and salt were from WOA2013v2. There have been two updates since then, so at some point it would be a good idea to update to WOA 2023 https://www.ncei.noaa.gov/products/world-ocean-atlas.
In OM2 we used https://github.com/COSIMA/initial_conditions_access-om2 to generate the initial condition files.
More explanation is in sec 3.6 of the ACCESS-OM2 tech report https://github.com/COSIMA/ACCESS-OM2-1-025-010deg-report. Amongst other things, this processing interpolates T and S data horizontally into the continents so there are no issues with uninitialised wet cells if the model bathymetry differs from WOA.
We'd also want to update the SST initial condition used by CICE #50 and also update the SSS restoring file #207.
The text was updated successfully, but these errors were encountered: