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

Bugfix #2782 develop MASSDEN #2783

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Commits on Jan 10, 2024

  1. Per #2782, port over fixes from the bugfix_2782_main_v11.1_MASSDEN br…

    …anch over to the bugfix branch for develop. Will also add new GRIB2 filtering options in this branch.
    JohnHalleyGotway committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a3b46c3 View commit details
    Browse the repository at this point in the history
  2. Per #2782, add support for 4 new GRIB2 filtering options for GRIB2_ae…

    …rosol_type, GRIB2_aerosol_interval_type, GRIB2_aerosol_size_lower, and GRIB2_aerosol_size_upper. These are useful in filtering the MASSDEN records in the RRFS smoke output files.
    JohnHalleyGotway committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    62b5d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d57c75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2feef5e View commit details
    Browse the repository at this point in the history
  5. Per #2782, switch from strict equality to using the is_eq() function …

    …when checking the GRIB2_aerosol_size_lower and upper values since they're doubles and not ints.
    JohnHalleyGotway committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e831fb7 View commit details
    Browse the repository at this point in the history