Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NOAA-EMC/GDASApp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43feb08fb6ec3b206ace65169abb0ca002c1ba71
Choose a base ref
...
head repository: NOAA-EMC/GDASApp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ba6bb9916abf93de899d88a540904572bdbd7a7
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 24, 2024

  1. Fix the logging (#863)

    The use of the standard Python logging has, for some reason, has not
    been working: nothing apparently gets sent to stdout. This PR replaces
    the Python logging with wxflow Logger. Some configuration previously
    used is perhaps lost, but this is a 90% solution.
    
    Resolves #853
    AndrewEichmann-NOAA authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    41ba1cb View commit details
    Browse the repository at this point in the history
  2. Faster process for Marine Analysis Vrfy Task (#868)

    #### What this does:
    - To improve a processing time on Marine DA VRFY Task
    - Run a Python script `statePlotter(config)` concurrently
    
    #### Profiling shows that the process of `vrfy` task is reduced to
    around ~240 to 250 sec
    
    - Close #600
    apchoiCMD authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ac8bd9c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Changes to get snow DA test working (#875)

    This is to get the first snow DA global-workflow test working.
    Subsequent PRs will be needed when the test is updated but this gets a
    test started.
    CoryMartin-NOAA authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    32ce3f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Add spack-stack/1.6.0 support (#873)

    This upgrades GDASApp libraries to spack-stack version 1.6.0. Most
    notably, this upgrades the following libraries
    
    netcdf-fortran 4.6.0 -> 4.6.1
    boost 1.78 -> 1.83.0
    openblas 0.3.19 -> 0.3.24
    sp 2.3.3 -> 2.5.0
    
    Regression tests were run on Hera by @RussTreadon-NOAA and
    @CoryMartin-NOAA.
    
    ---------
    
    Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
    DavidHuber-NOAA and CoryMartin-NOAA authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9ba6bb9 View commit details
    Browse the repository at this point in the history
Loading