Skip to content
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

Removes sea surface height gradient filtering as a stealth option in E3SM #6067

Conversation

proteanplanet
Copy link
Contributor

@proteanplanet proteanplanet commented Nov 14, 2023

This removes sea surface height gradient filtering from MPAS-Ocean coupling with MPAS-SeaIce, which is a stealth option in E3SM. This option was used in E3SM Version 1 to provide a temporary solution to "tiger stripes" in sea ice concentration associated with non-linear feedbacks between multiple bugs in the sea ice and ocean codes. The "tiger stripes" were reduced by time filtering sea surface height gradient passed from the ocean to the sea ice model through the coupler. The time filtering option was switched off in Version 2 of E3SM, but the code remained as a stealth option. This PR completely removes this stealth option for Version 3. The option should not be used in future.

Changes introduced in this PR have been tested on chrysalis in a 1-month standard -resolution G-case (GMPAS-JRA1p5 TL319_EC30to60E2r2) from initial conditions. That test was BFB with the control for this code change at the end of the respective month simulations. The code change also passes exact restart (ERS.TL319_EC30to60E2r2.GMPAS-JRA.chrysalis_intel) and processor count (PEM.T62_oQU240.GMPAS-IAF.chrysalis_intel) tests in E3SM. The changes do not affect energy and mass conservation. Redundant ssh coupler communication code has also been removed as part of this PR.

This change is BFB and should be included as part of the E3SM Version 3 release.

[NML]

@proteanplanet proteanplanet changed the title Removes sea surface height filtering as a stealth option in E3SM Removes sea surface height gradient filtering as a stealth option in E3SM Nov 15, 2023
@proteanplanet
Copy link
Contributor Author

Notifying @eclare108213, @darincomeau, @vanroekel, and @wlin7 of this PR who may choose to offer a review in addition to the selected reviewers.

@proteanplanet proteanplanet marked this pull request as ready for review November 15, 2023 03:00
Copy link
Contributor

@mark-petersen mark-petersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @proteanplanet, this is a good clean-up, especially since it removes two unused arrays. I compiled stand-alone with both gnu and intel on chrysalis. The nightly test suite does not exercise the MCT coupler module, but I ran it anyway to be thorough. Thanks for testing in E3SM and verifying it is BFB. That is the most important test. Everything looks good to me.

Copy link
Contributor

@xylar xylar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't have time to review this in detail or do any testing of my own. However, I did carefully look at the code changes and I agree that the feature being removed is always off in E3SM and is not one we ever foresee using so it is safe to remove. The changes look reasonable and correct to me.

Copy link
Contributor

@alicebarthel alicebarthel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by visual inspection, this looks clean and consistent.
I did not run additional tests.

@rljacob rljacob added this to the v3.0.0-rc milestone Dec 7, 2023
@jonbob jonbob added the NML label Dec 7, 2023
jonbob added a commit that referenced this pull request Dec 18, 2023
…6067)

Removes sea surface height gradient filtering as a stealth option in E3SM

This removes sea surface height gradient filtering from MPAS-Ocean
coupling with MPAS-SeaIce, which is a stealth option in E3SM. This
option was used in E3SM Version 1 to provide a temporary solution to
"tiger stripes" in sea ice concentration associated with non-linear
feedbacks between multiple bugs in the sea ice and ocean codes. The
"tiger stripes" were reduced by time filtering sea surface height
gradient passed from the ocean to the sea ice model through the coupler.
The time filtering option was switched off in Version 2 of E3SM, but the
code remained as a stealth option. This PR completely removes this
stealth option for Version 3. The option should not be used in future.

[NML]
[BFB]
@jonbob
Copy link
Contributor

jonbob commented Dec 18, 2023

passes:

  • SMS_Ld1.ne30pg2_EC30to60E2r2.WCYCL1850.chrysalis_intel.allactive-wcprod_1850

with expected NML DIFFs. Merged to next

@jonbob jonbob merged commit d080e69 into E3SM-Project:master Dec 19, 2023
2 checks passed
@jonbob
Copy link
Contributor

jonbob commented Dec 19, 2023

merged to master and expected NML DIFFs blessed everywhere except anvil, which has yet to report

@jonbob
Copy link
Contributor

jonbob commented Dec 19, 2023

and blessed on anvil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants