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: 6044d099626f568a1a671ea86398e2aedfaf72f4
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: 32ce3f53d203e243399c66aa1bb34020d303ee8d
Choose a head ref
  • 6 commits
  • 10 files changed
  • 13 contributors

Commits on Jan 18, 2024

  1. Updated adpupa prepbufr api for the ObsError group variables (#840)

    This PR updates the adpupa prepbufr api for the ObsError group variables
    and also updates the function for the dateiTme variable.
    
    The following file has been changed: 
    ~/ush/ioda/bufr2ioda/bufr2ioda_adpupa_prepbufr.py
    
    ---------
    
    Co-authored-by: RussTreadon-NOAA <russ.treadon@noaa.gov>
    Co-authored-by: Emily Liu <emily.liu@noaa.gov>
    Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
    Co-authored-by: emilyhcliu <36091766+emilyhcliu@users.noreply.github.com>
    Co-authored-by: BrettHoover-NOAA <98188219+BrettHoover-NOAA@users.noreply.github.com>
    Co-authored-by: Brett Hoover <bhoover@Orion-login-1.HPC.MsState.Edu>
    Co-authored-by: Xuanli Li <101414760+XuanliLi-NOAA@users.noreply.github.com>
    Co-authored-by: RussTreadon-NOAA <26926959+RussTreadon-NOAA@users.noreply.github.com>
    Co-authored-by: PraveenKumar-NOAA <Praveen.Kumar@noaa.gov>
    10 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3652d9c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Make changes to include 'OCNRES' in the orography filenames. (#864)

    This PR is to address the recent filename changes of the orography data
    from `$(CASE)_oro_data.nc` to `$(CASE).mx$(OCNRES)_oro_data.nc` in the
    global-workflow.
    
    This PR is a prerequisite to support
    NOAA-EMC/global-workflow#2232.
    jiaruidong2017 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4d8923a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. update resdet and resens keywords in prototypes (#867)

    This PR replaces `--resdet` and `--resens` with `--resdetatmos` and
    `--resensatmos`, respectively, in order to restore the functionality of
    automated GDASApp tests which exercise g-w.
    
    Resolves #866
    RussTreadon-NOAA authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    839e8a2 View commit details
    Browse the repository at this point in the history

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
Loading