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

Wrf forward operators #708

Merged
merged 20 commits into from
Aug 15, 2024
Merged

Wrf forward operators #708

merged 20 commits into from
Aug 15, 2024

Commits on Aug 5, 2024

  1. Fix WRF mixing ratio to SH conversion

    Fixes Q2 to SH2 conversion bug and also
    improves code comments of when operating
    on Q2(vapor mixing ratio) and SH2
    (specific humidity)
    braczka committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dc3bcdb View commit details
    Browse the repository at this point in the history
  2. Fix WRF surface temp interpolation

    Updating 2M temp obs definition such that it
    horizontally interpolates on WRF surface output (T2)
    instead of interpolating on bottom level of
    WRF 3D temperature (T)
    braczka committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ff2cc87 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. WRF forward operator tutorial documentation

    Adding docs to FO bug fixes and also
    providing description of linkage between
    observation types and required WRF field
    outputs
    braczka committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f00976a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6e4a9 View commit details
    Browse the repository at this point in the history
  3. Update WRF model docs

    braczka committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bbb63ad View commit details
    Browse the repository at this point in the history
  4. Condensing WRF model docs

    braczka committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    88a55dd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    38bee4a View commit details
    Browse the repository at this point in the history
  2. WRF doc syntax

    braczka committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b9725d1 View commit details
    Browse the repository at this point in the history
  3. WRF docs table rendering

    braczka committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    31030ab View commit details
    Browse the repository at this point in the history
  4. More WRF syntax for docs

    braczka committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b6a0c1d View commit details
    Browse the repository at this point in the history
  5. Table syntax for WRF docs

    braczka committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6c31233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc80fdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6baf537 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Remove resubmission option for assim_advance

    driver.csh has ability to check for assim_advance
    jobs that fail, and resubmits. Switch to derecho
    has led to false detections, which leads to errors.
    Removed resubmission and replaced with warning
    braczka committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e7de249 View commit details
    Browse the repository at this point in the history
  2. Applying surface obs fix to WRF model_mod

    Alternative to modifying METART obs_def
    braczka committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    61ec2e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275465b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    58b40e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f221da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a45c29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e8ac1 View commit details
    Browse the repository at this point in the history