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

capture QC changes if posterior FOs skipped #430

Closed
wants to merge 1 commit into from
Closed

Conversation

nancycollins
Copy link
Collaborator

capture QC changes from the main assimilation loop if posterior FOs skipped

if the posterior forward operator code is skipped, any changes to the DART QC in the main assimilation loop (currently only setting QC=8 for failed vertical conversions) will be lost. this update captures the changed QCs so they are written to the output obs_seq.final file.

Description:

If posterior FOs are not being computed, this code change makes the filter loop call a new subroutine instead of the obs_space_diagnostics() routine, which only collects the QCs and adds them to the output obs_seq.

Fixes issue

fixes bug #401

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Documentation changes needed?

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.

Tests

Please describe any tests you ran to verify your changes.

Checklist for merging

  • Updated changelog entry
  • Documentation updated
  • Update conf.py

Checklist for release

  • Merge into main
  • Create release from the main branch with appropriate tag
  • Delete feature-branch

Testing Datasets

  • Dataset needed for testing available upon request
  • Dataset download instructions included
  • No dataset needed

…kipped

if the posterior forward operator code is skipped, any changes to the
DART QC in the main assimilation loop (currently only setting QC=8
for failed vertical conversions) will be lost.  this update captures
the changed QCs and they are written to the output obs_seq.final file.
@mjs2369 mjs2369 self-requested a review November 21, 2022 23:31
@hkershaw-brown hkershaw-brown self-requested a review November 28, 2022 13:34
Copy link
Member

@hkershaw-brown hkershaw-brown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marlee looking at qc when
distributed_state=.false.

@mjs2369
Copy link
Contributor

mjs2369 commented Feb 1, 2023

The content of this PR will be released in a different PR that includes all bug-fixes relating to the QC8 issue.

@mjs2369 mjs2369 closed this Feb 1, 2023
@mjs2369 mjs2369 mentioned this pull request Feb 1, 2023
15 tasks
@mjs2369 mjs2369 deleted the qc8fix branch February 1, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants