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

Feature #2893 output_obtype #2995

Merged
merged 12 commits into from
Oct 16, 2024
Merged

Commits on Oct 15, 2024

  1. Per #2893, add obtype_as_obs_message_type_flag option for Point-Stat …

    …and Ensemble-Stat that applies when writing MPR, SEEPS_MPR, and ORANK line types. If true, write the input observation message type to the OBTYPE output column rather than the name of the group.
    JohnHalleyGotway committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    399e609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168eef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3069a17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7776212 View commit details
    Browse the repository at this point in the history
  5. Per #2893, add obtype_as_group_val_flag entry for all config files th…

    …at already include the message_type_group_map entry.
    JohnHalleyGotway committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8a08ca7 View commit details
    Browse the repository at this point in the history
  6. Per #2893, modify existing PointStatConfig_WINDS config file to have …

    …it write MPR output with obtype_as_group_val_flag = TRUE. Note that I switched the message types from ADPSFC, SFCSHP, USERSF to just USERSF. The original reason for the 3 was to prove that the counts for ADPSFC + SFCSHP = USERSF.
    JohnHalleyGotway committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    24b88aa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0eb81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26ef0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3784ff View commit details
    Browse the repository at this point in the history
  4. Per #2893, add a Point-Stat unit test to demonstrate setting the obty…

    …pe_as_group_val_flag option.
    JohnHalleyGotway committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3e7182b View commit details
    Browse the repository at this point in the history
  5. Per #2893, need to reset the obtype after writing all MPR, SEEPS_MPR,…

    … and ORANK line types in Point-Stat
    JohnHalleyGotway committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    82565f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c1fe7f View commit details
    Browse the repository at this point in the history