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 #2769 tc_diag_driver_v0.11.0 #2812

Merged
merged 22 commits into from
Feb 7, 2024

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    1a9dac9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    203bf44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e66c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a564a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    ba5f156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    908c069 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    4b85580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2588056 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    0027dee View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    f593599 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix the handling of diagnostic name and units strings. Both are limited

    to 7 characters but the units are enclosed in parantheses, increasing
    the field width to 9. If the strings are too long, truncate them and
    print warnings like this:
    WARNING: OutFileInfo::write_cira_diag_vals() -> long diagnostic name "850TANGXXX" truncated to "850TANG"!
    WARNING: OutFileInfo::write_cira_diag_vals() -> long diagnostic units string "(10^7C/MXXX)" truncated to "(10^7C/M)"!
    Pad the first 2 columns out to widths of 7 and 9 and set the
    inter-column spacing between columns 2 and 3 to 0. This could
    technically introduce parsing problems when the units are 7 characters
    long and the values have 5 digits, but this is the logic needed to
    exactly replicate the existing output.
    JohnHalleyGotway committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5db10ce View commit details
    Browse the repository at this point in the history
  2. Just whitespace

    JohnHalleyGotway committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3532059 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    924c448 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Per #2769, remove the tmp_nc_diag_flag TC-Diag config file option in …

    …favor of the MET_KEEP_TEMP_FILE environment variable option that Howard is adding on his feature_2772_python_embedding_json branch. I did add documentation about that option here even though the functionality is coming from Howard's branch.
    JohnHalleyGotway committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2f1a140 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    331d38c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75c09d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    3d28084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c352d7 View commit details
    Browse the repository at this point in the history
  3. Per #2769, upgrade to METbaseimage version 3.2 to provide SciPy in th…

    …e Python environment which is needed by TC-Diag.
    JohnHalleyGotway committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e9e11da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eac77f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1806dac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Per #2769, update release date for MET-12.0.0-beta3 to be 20240207 si…

    …nce we didn't get it out on the 6th.
    JohnHalleyGotway committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a8cb71a View commit details
    Browse the repository at this point in the history