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 #2395 TOTAL_DIR #2892

Merged
merged 8 commits into from
May 22, 2024
Merged

Feature #2395 TOTAL_DIR #2892

merged 8 commits into from
May 22, 2024

Commits on May 16, 2024

  1. Per #2395, remove the n_dir_undef and n_dira_undef variables that are…

    … superceded by the new dcount and dacount VL1L2Info members to keep track of the number of valid wind direction vectors.
    JohnHalleyGotway committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0365952 View commit details
    Browse the repository at this point in the history
  2. Per #2395, add TOTAL_DIR columns to the VL1L2, VAL1L2, and VCNT line …

    …types and update the header column tables.
    JohnHalleyGotway committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7f9fe09 View commit details
    Browse the repository at this point in the history
  3. Per #2395, update the User's Guide to list the new TOTAL_DIR columns …

    …in the VL1L2, VAL1L2, and VCNT line types.
    JohnHalleyGotway committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7358ae6 View commit details
    Browse the repository at this point in the history
  4. Per #2395, update stat_analysis to parse the new TOTAL_DIR columns an…

    …d use the values to aggregate results when needed.
    JohnHalleyGotway committed May 16, 2024
    Configuration menu
    Copy the full SHA
    31e56a0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Per #2395, for SonarQube change 'const char *' to 'const char * const…

    …' to satisfy the finding that 'Global variables should be const.' Should probably switch from 'char char *' to strings eventually. But for now, I'm just making up for some SonarQube technical debt.
    JohnHalleyGotway committed May 17, 2024
    Configuration menu
    Copy the full SHA
    35d4373 View commit details
    Browse the repository at this point in the history
  2. Per #2395, fix typo in placement of the DIR_ME column name in the met…

    …_header_columns_V12.0.txt file
    JohnHalleyGotway committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a69e258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588e4db View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Per #2395, update logic of is_vector_dir_stat(). Instead of just chec…

    …king 'DIR_', check 'DIR_ME', 'DIR_MAE', and 'DIR_MSE' to avoid an false positive match for the 'DIR_ERR' column which is computed from the vector partial sums rather than the individual direction differences.
    JohnHalleyGotway committed May 20, 2024
    Configuration menu
    Copy the full SHA
    406afe4 View commit details
    Browse the repository at this point in the history