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

Mask table fix #531

Closed
wants to merge 3 commits into from
Closed

Mask table fix #531

wants to merge 3 commits into from

Commits on Nov 15, 2023

  1. Revert post_data fix to CFC concentration

    The most recent NCAR -> GFDL merge created an error (courtesy of myself)
    which left the CFC concentration units in the post_data call, even
    though these are now handled at registration.
    
    This patch restores this expression and removes the unit conversion from
    post_data.
    marshallward committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f4c95ec View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    b54a72e View commit details
    Browse the repository at this point in the history
  2. Fix for an OBC issue with mask_tables

     - Without this, if part of your OBC is filled with land mask and
       if that land mask contains a masked out tile, you will generate
       a NaN from the phase speed calculation where h is negative in the
       halo neighbor of that masked tile.
    kshedstrom committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cbbb16c View commit details
    Browse the repository at this point in the history