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

Miscellaneous runtime parameter changes #216

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Conversation

alperaltuntas
Copy link
Member

  • Introduce MOM6_WW3_CPL_METHOD xml variable controlling which wave coupling method gets used: most, legacy, or none
  • For B cases, set MIN_SALINITY to 1.0e-6
  • For t232, set Laplacian to False
  • For t232, remove MEKE_ALPHA_RHINES, MEKE_ALPHA_DEFORM, MEKE_ALPHA_FRICT, MEKE_ALPHA_GRID, MEKE_CT

Fixes: #145, #205, #206, #214

- Introduce MOM6_WW3_CPL_METHOD xml variable controlling which wave
  coupling method gets used: most, legacy, or none
- For B cases, set MIN_SALINITY to 1.0e-6
- For t232, set Laplacian to False
- For t232, remove MEKE_ALPHA_RHINES, MEKE_ALPHA_DEFORM,
  MEKE_ALPHA_FRICT, MEKE_ALPHA_GRID, MEKE_CT
@alperaltuntas alperaltuntas self-assigned this Jan 7, 2025
@@ -988,7 +990,9 @@ Global:
If true, use a Laplacian horizontal viscosity."
datatype: logical
units: Boolean
value: True
value:
$OCN_GRID == "tx2_3v2": False
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please revert LAPLACIAN to True. We will need it for the LEITHY backscatter, which will be introduced in an upcoming PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

@alperaltuntas alperaltuntas merged commit 9d0d916 into main Jan 8, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set MIN_SALINITY in B-cases
2 participants