Hi everyone,
We are currently testing NEMO 5.0 for various CMIP6 experiments using the global eORCA1 and eORCA025 configurations, with the goal of comparing results against NEMO 4.2.2.
For eORCA1, we were able to run simulations with very similar results (using the same parameterizations) and encountered no major issues.
However, for eORCA025, both in ocean-only (OMIP) and coupled (ESM) simulations, we observed recurring instabilities approximately every 20 years in the Arctic Ocean. These manifested as surface salinity values reaching 100 psu or even “infinite”. When traceable, the source of these unphysical values was often located in the Gulf of Ob.
This issue did not occur in our NEMO 4.2.2 runs. In NEMO 5.0, the problem appeared regardless of whether we used the previous MLF scheme or the new RK3 scheme.
Upon further investigation, we suspect the ice_thd_sal
subroutine may be involved[1]. With some modifications to the ice salinity parameterization, we were able to bypass some of the instabilities temporarily, but they eventually reappeared.
The only workaround that consistently stabilized the simulation was to set the maximum sea ice thickness to 15 m (rn_himax = 15.0
). While this is less than ideal, it allowed the eORCA025 simulation to run stably, and the global results remained broadly consistent with those from NEMO 4.2.2.
I’m posting here to ask:
- Has this behavior been observed by the NEMO development team?
- Have other modelling centers experienced similar instabilities with the eORCA025 configuration in NEMO 5.0?
- Can I respect different results by using the next minor version (v5.0.1)?
Thanks in advance for any insights or suggestions!
Best regards,
Nicolas Lambert
Interim Ocean Group Coordinator
Canadian Centre for Climate Modelling and Analysis (CCCma)
The ice salinity seems to be a good suspect because there is an inflow of freshwater in the Gulf of Ob that might interact in an unphysical way with the sea ice. ↩︎