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

Fix post octal bugs #1859

Commits on Sep 15, 2023

  1. Fix post octal bugs

    Yet more base bugs were found in post. To eliminate these once and
    for all, `fhr` is changed to have no leading zeros, and places
    where the zero-padded string is needed now use `fhr3`.
    
    Resolves NOAA-EMC#1195
    WalterKolczynski-NOAA committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    517eca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52bba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e1b45 View commit details
    Browse the repository at this point in the history