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 896 more met config #1322

Merged
merged 28 commits into from
Dec 27, 2021
Merged

Feature 896 more met config #1322

merged 28 commits into from
Dec 27, 2021

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    2363fb9 View commit details
    Browse the repository at this point in the history
  2. per #896, added support for setting obs_bufr_map and obs_prepbufr_map…

    … in the PB2NC MET config file
    georgemccabe committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b08dfaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5492f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    99284a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f1e6d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    b0eb3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c18523 View commit details
    Browse the repository at this point in the history
  3. per #896, add support for setting the hira dictionary in the PointSta…

    …t wrapped MET config file
    georgemccabe committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    f6d7b68 View commit details
    Browse the repository at this point in the history
  4. per #896, added support for setting message_type_group_map in PointSt…

    …at wrapped MET config file
    georgemccabe committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ea2387b View commit details
    Browse the repository at this point in the history
  5. updated output from utility to assist with adding support for new MET…

    … config variable to include an example of how to call the function to handle dictionary items, removed metplus_configs argument for simple example because the logic now automatically uses <APP-NAME>_<UPPERCASE-VAR-NAME> so it is unnecessary to set explicitly unless synonyms need to be supported
    georgemccabe committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b8c0846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12030c3 View commit details
    Browse the repository at this point in the history
  7. per #896, add support for setting check_dup in TCPairs wrapped MET co…

    …nfig file and rearranged basic use case config files to be more readable
    georgemccabe committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1a93cbe View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. improve formatting for utility script for adding support for new MET …

    …config variables so that it is more readable and usable
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    eaa2b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5f4b6 View commit details
    Browse the repository at this point in the history
  3. per #896, add support for setting all output_stats values in SeriesAn…

    …alysis wrapped MET config file while preserving legacy setting of env vars for cts and cnt separately and using output_stats.cnt values to generate images, ci-run-all-diff
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b01ac4d View commit details
    Browse the repository at this point in the history
  4. per #896, add support for setting all output_stats values in SeriesAn…

    …alysis wrapped MET config file and rearranged basic use case conf for readability, ci-run-all-diff
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    15ee427 View commit details
    Browse the repository at this point in the history
  5. per #896, add support for setting ps_plot_flag and ct_stats_flag in M…

    …ODE wrapped MET config file
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    3a40b14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca0d5a1 View commit details
    Browse the repository at this point in the history
  7. Do not automatically prepend app name (i.e. GRID_STAT_) to other conf…

    …ig variable names to search via nicknames passed into add_met_config_dict function to match behavior when calling add_met_config function. Change uses of nickname variable in calls to add_met_config_dict to explicitly pass in names with app name prepended, ci-run-all-diff
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a9c77e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f3212f View commit details
    Browse the repository at this point in the history
  9. updated utility for adding support for new MET config variables to ta…

    …ke multiple variables in a single call which greatly reduces the amount of time to add multiple variables
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    49fb8d5 View commit details
    Browse the repository at this point in the history
  10. added missing update to add_met_config_dict call to include app name …

    …instead of prepending it automatically
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0e4c94f View commit details
    Browse the repository at this point in the history
  11. per #896, add support for setting censor_thresh and censor_val in Gri…

    …dStat wrapped MET config file, ci-run-all-diff
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4481662 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81d55fe View commit details
    Browse the repository at this point in the history
  13. added another missing update to add_met_config_dict call to include a…

    …pp name instead of prepending it automatically
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c327942 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8141caf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e4fc705 View commit details
    Browse the repository at this point in the history
  16. updated contributor's guide info to reflect changes to add_met_config…

    …_dict logic involving nickname (synonym) variables
    georgemccabe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    95aafa4 View commit details
    Browse the repository at this point in the history