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

Update from main #242

Merged
merged 3 commits into from
Nov 16, 2022
Merged

Update from main #242

merged 3 commits into from
Nov 16, 2022

Commits on Nov 7, 2022

  1. Conditionally deallocate spherical harmonic fields

    This patch moves the local `use_tides` flag of the split RK2 solver,
    which tracks the TIDES parameter, into the RK2 control structure (CS),
    and uses it to conditionally call `tidal_forcing_end().
    
    The `tidal_forcing_init()` function conditionally allocates the
    spherical harmonic fields, but `tidal_forcing_end()` is always called,
    which will in turn always attempt to deallocate the fields.  In some
    compilers, under certain levels of debugging, this can raise a runtime
    error.
    marshallward committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7c4dfd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Merge pull request mom-ocean#1586 from NOAA-GFDL/dev-gfdl-candidate-m…

    …ain-2022-10-27
    
    GFDL to main 2022-10-27
    marshallward authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    7467a63 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    2623242 View commit details
    Browse the repository at this point in the history