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

Frequency-dependent internal wave drag #722

Open
wants to merge 4 commits into
base: dev/gfdl
Choose a base branch
from

Commits on Sep 11, 2024

  1. Frequency-dependent drag

    Utilizing streaming bandpass filters, the linear wave drag can now be
    applied to the M2 and K1 velocities independently, without affecting
    the broadband barotropic velocity fields.
    c2xu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    676dc04 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Frequency-dependent drag

    Simplified the implementation by allowing both linear wave drag and
    frequency-dependent drag to be turned on at the same time.
    c2xu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2dbc361 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Frequency-dependent drag

    Minor update for performance optimization.
    c2xu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c867191 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Frequency-dependent drag

    Bug fix for memory allocation of uninitialized tidal velocities.
    c2xu committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    02c3b60 View commit details
    Browse the repository at this point in the history