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

Add support for mom (supergrid) grid format #993

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Oct 14, 2024

  1. initial work

    anton-seaice committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c47f165 View commit details
    Browse the repository at this point in the history
  2. more work

    anton-seaice committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6ca3e15 View commit details
    Browse the repository at this point in the history
  3. tidy

    anton-seaice committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    27f36c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. corrections

    anton-seaice committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c8aa2ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

Commits on Oct 20, 2024

  1. remove extra line

    anton-seaice committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ea56c37 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. deprecate cpom orca grid

    anton-seaice committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3d9566a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix gadi test submission

    Tidy compiler flags
    
    extend a few tests
    
    extend one more
    
    tidy
    
    fix gadi test submission
    
    Tidy compiler flags
    
    extend a few tests
    
    longer again
    anton-seaice committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    388612d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    376170e View commit details
    Browse the repository at this point in the history
  2. fix merge

    anton-seaice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3513a57 View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 9555346
    Author: Anton Steketee <[email protected]>
    Date:   Mon Oct 28 09:26:14 2024 +1100
    
        Update cicecore/cicedyn/general/ice_init.F90
    
    commit 388612d
    Author: anton-seaice <[email protected]>
    Date:   Tue Oct 22 11:38:46 2024 +1100
    
        fix gadi test submission
    
        Tidy compiler flags
    
        extend a few tests
    
        extend one more
    
        tidy
    
        fix gadi test submission
    
        Tidy compiler flags
    
        extend a few tests
    
        longer again
    
    commit 3d9566a
    Author: anton-seaice <[email protected]>
    Date:   Tue Oct 22 13:43:42 2024 +1100
    
        deprecate cpom orca grid
    anton-seaice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9da5157 View commit details
    Browse the repository at this point in the history
  4. merge remove orca grid

    anton-seaice committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3465c89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4657826 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 4, 2024

  1. tidy ups

    anton-seaice committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    21d9173 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    ded1a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad0c4c View commit details
    Browse the repository at this point in the history
  3. fix merge

    anton-seaice committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bdce487 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    64cc5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a450635 View commit details
    Browse the repository at this point in the history
  3. rm unrelated changes

    anton-seaice committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6bd9ee8 View commit details
    Browse the repository at this point in the history
  4. formatting and tidy

    anton-seaice committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ddfd94b View commit details
    Browse the repository at this point in the history
  5. formatting and tidy ups

    anton-seaice committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cb482a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. docs

    anton-seaice committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ff7d76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f8a34 View commit details
    Browse the repository at this point in the history
  3. fix docs

    anton-seaice committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ca7c12d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3ab83 View commit details
    Browse the repository at this point in the history
  5. comments and indents

    anton-seaice committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0a28ca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    b7528e7 View commit details
    Browse the repository at this point in the history
  2. add grid format to log

    anton-seaice committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    17f33c8 View commit details
    Browse the repository at this point in the history
  3. allocate error handling

    anton-seaice committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1d41510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e17f98d View commit details
    Browse the repository at this point in the history