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

(0.90.12) Bugfix for SpitExplicitFreeSurface on MultiRegionGrids and make SpitExplicitFreeSurface the default + don't allow more halos than interior points #3514

Merged
merged 53 commits into from
Apr 8, 2024

Commits on Mar 15, 2024

  1. code cleanup

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5dc6e4f View commit details
    Browse the repository at this point in the history
  2. cleanup

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e94ea91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa32e94 View commit details
    Browse the repository at this point in the history
  4. fix typo

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a498b2a View commit details
    Browse the repository at this point in the history
  5. cleaner Nsubsteps

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e2ee49e View commit details
    Browse the repository at this point in the history
  6. code cleaning

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    91623c0 View commit details
    Browse the repository at this point in the history
  7. provide g

    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f4e7fed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d4281d View commit details
    Browse the repository at this point in the history
  9. small bugfix

    simone-silvestri committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8c1586e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'ncc/mrg-splitexplicit' of github.com:CliMA/Oceananigans…

    ….jl into ncc/mrg-splitexplicit
    navidcy committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9e09338 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b0343e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    5c94e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa367c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f464452 View commit details
    Browse the repository at this point in the history
  4. use coordinate_name

    navidcy committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e8fa63a View commit details
    Browse the repository at this point in the history
  5. remove debug

    navidcy committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    153a79c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. use map instead of broadcast

    Co-authored-by: Gregory L. Wagner <[email protected]>
    navidcy and glwagner committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c76dfb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update src/MultiRegion/multi_region_grid.jl

    Co-authored-by: Simone Silvestri <[email protected]>
    navidcy and simone-silvestri committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    92bc118 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. set! calls initialize!(model)

    navidcy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    881f739 View commit details
    Browse the repository at this point in the history
  2. minor fix in docstring

    navidcy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0642232 View commit details
    Browse the repository at this point in the history
  3. fix tests

    navidcy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a301fb View commit details
    Browse the repository at this point in the history
  4. fix tests

    navidcy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7a08376 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89d289d View commit details
    Browse the repository at this point in the history
  6. better and cleaner

    navidcy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9843bfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b661f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8b2f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    6e317c7 View commit details
    Browse the repository at this point in the history
  2. fix error msg

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3b94967 View commit details
    Browse the repository at this point in the history
  3. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d03efd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ea7bf View commit details
    Browse the repository at this point in the history
  5. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6a17dc8 View commit details
    Browse the repository at this point in the history
  6. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ecfb5e1 View commit details
    Browse the repository at this point in the history
  7. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d0142b0 View commit details
    Browse the repository at this point in the history
  8. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9eeb850 View commit details
    Browse the repository at this point in the history
  9. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7e4bff9 View commit details
    Browse the repository at this point in the history
  10. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ec98ecd View commit details
    Browse the repository at this point in the history
  11. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2c61ff8 View commit details
    Browse the repository at this point in the history
  12. fix tests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0b07e85 View commit details
    Browse the repository at this point in the history
  13. fix doctests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    16c902f View commit details
    Browse the repository at this point in the history
  14. fix doctests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    023a1d5 View commit details
    Browse the repository at this point in the history
  15. fix doctests

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    232ed2e View commit details
    Browse the repository at this point in the history
  16. κ -> ν

    navidcy committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4ccff33 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix tests

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    698f684 View commit details
    Browse the repository at this point in the history
  2. bump patch release

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    93916d6 View commit details
    Browse the repository at this point in the history
  3. fix tests

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0db87de View commit details
    Browse the repository at this point in the history
  4. fix doctests

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9305244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dc0de1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c16b9d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f31d33 View commit details
    Browse the repository at this point in the history
  8. fix tests

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0d81033 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    106c62f View commit details
    Browse the repository at this point in the history
  10. fix tests

    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cb85179 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'ncc/mrg-splitexplicit' of github.com:CliMA/Oceananigans…

    ….jl into ncc/mrg-splitexplicit
    navidcy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c3a3a73 View commit details
    Browse the repository at this point in the history