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

(*+)New internal tide bathymetric parameters #1483

Merged

Conversation

Hallberg-NOAA
Copy link
Collaborator

Replaced the nominal bathymetric depth with the sum of the layer thicknesses
in the calculation of the quadratic drag acting on the internal wave field.
Also replaced the hard-coded 1 m scale at which the drag is reduced with a new
runtime parameter, INTERNAL_TIDE_DRAG_MIN_DEPTH, which is only logged if the
internal tides are used and INTERNAL_TIDE_QUAD_DRAG=True, and made the maximum
scale of the topographic roughness as a fraction of the bottom depth into the
new runtime parameter INTERNAL_TIDE_ROUGHNESS_FRAC, whose default, 0.1, is the
same as the previous hard-coded value. Several of the comments in the
MOM_internal_tides module were also clarified or standardized. All answers in
the MOM-examples test suite are bitwise identical, but answers could change and
there could be changes in the MOM_parameter_doc files in some cases that use the
internal tides module.

  Replaced the nominal bathymetric depth with the sum of the layer thicknesses
in the calculation of the quadratic drag acting on the internal wave field.
Also replaced the hard-coded 1 m scale at which the drag is reduced with a new
runtime parameter, INTERNAL_TIDE_DRAG_MIN_DEPTH, which is only logged if the
internal tides are used and INTERNAL_TIDE_QUAD_DRAG=True, and made the maximum
scale of the topographic roughness as a fraction of the bottom depth into the
new runtime parameter INTERNAL_TIDE_ROUGHNESS_FRAC, whose default, 0.1, is the
same as the previous hard-coded value.  Several of the comments in the
MOM_internal_tides module were also clarified or standardized.  All answers in
the MOM-examples test suite are bitwise identical, but answers could change and
there could be changes in the MOM_parameter_doc files in some cases that use the
internal tides module.
@codecov
Copy link

codecov bot commented Aug 27, 2021

Codecov Report

Merging #1483 (7d31ec5) into dev/gfdl (13fdbf0) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 7d31ec5 differs from pull request most recent head 2fbdf35. Consider uploading reports for the commit 2fbdf35 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##           dev/gfdl    #1483      +/-   ##
============================================
- Coverage     29.14%   29.13%   -0.01%     
============================================
  Files           235      235              
  Lines         71081    71092      +11     
============================================
  Hits          20713    20713              
- Misses        50368    50379      +11     
Impacted Files Coverage Δ
...c/parameterizations/lateral/MOM_internal_tides.F90 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13fdbf0...2fbdf35. Read the comment docs.

@marshallward
Copy link
Collaborator

Gaea Regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines ✔️

@marshallward marshallward merged commit 62909e6 into mom-ocean:dev/gfdl Aug 30, 2021
@Hallberg-NOAA Hallberg-NOAA deleted the internal_tide_bathy_params branch November 22, 2021 09:09
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.

3 participants