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

Fms2 io read3d slice #399

Merged
merged 6 commits into from
Jul 20, 2023

Commits on Jul 10, 2023

  1. Restore functionality for reading slices from 3d volumes in MOM_io

     - The recent MOM_io modifications in support of FMS2_io accidentally
       removed support for reading on-grid data (same horizontal grid as
       model) k-slices. This is needed in some configurations in the model
       state initialization.
    MJHarrison-GFDL committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    15fe05a View commit details
    Browse the repository at this point in the history
  2. merge fix

    MJHarrison-GFDL committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ec1d5b7 View commit details
    Browse the repository at this point in the history
  3. Add FMS1 interfaces

    MJHarrison-GFDL committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f286b7c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Additional patches to enable reading ongrid state initialization data

     - read local 3d volume rather than attempting to slice ongrid
       data vertically.
     - Related bugfixes in MOM_io
    MJHarrison-GFDL committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bae1fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1d01f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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