Add more LETKF model space plots and EVA plots for LETKF diags#511
Merged
Conversation
6 tasks
Collaborator
|
Nice! |
13 tasks
guillaumevernieres
pushed a commit
to NOAA-EMC/GDASApp
that referenced
this pull request
Mar 24, 2025
# Description Save LETKF mean analysis and mean increment -- useful for the verification and diagnostics. (See NOAA-EMC/gdas-marine-viz#511 for sample plots). # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [ ] C96C48_hybatmaerosnowDA <!-- JEDI aero/snow cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [x] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> Co-authored-by: Anna Shlyaeva <anna.v.shlyaeva@noaa.gov>
apchoiCMD
approved these changes
Mar 24, 2025
apchoiCMD
left a comment
Collaborator
There was a problem hiding this comment.
Look good and very nice!
AndrewEichmann-NOAA
approved these changes
Mar 24, 2025
AndrewEichmann-NOAA
left a comment
Collaborator
There was a problem hiding this comment.
Nice, and doing this through eva is all the more impressive!
Collaborator
Author
Yes that was quite a feat of uneducated copy-paste-change something to make it work, thank you! :) |
Collaborator
That's what makes the world go 'round |
JohnSteffen-NOAA
approved these changes
Mar 24, 2025
jspsl
pushed a commit
to NOAA-EMC/GDASApp
that referenced
this pull request
Mar 26, 2025
# Description Save LETKF mean analysis and mean increment -- useful for the verification and diagnostics. (See NOAA-EMC/gdas-marine-viz#511 for sample plots). # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [ ] C96C48_hybatmaerosnowDA <!-- JEDI aero/snow cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [x] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> Co-authored-by: Anna Shlyaeva <anna.v.shlyaeva@noaa.gov>
DavidNew-NOAA
pushed a commit
to NOAA-EMC/GDASApp
that referenced
this pull request
Jan 16, 2026
# Description Save LETKF mean analysis and mean increment -- useful for the verification and diagnostics. (See NOAA-EMC/gdas-marine-viz#511 for sample plots). # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [ ] C96C48_hybatmaerosnowDA <!-- JEDI aero/snow cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [x] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> Co-authored-by: Anna Shlyaeva <anna.v.shlyaeva@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds more diagnostics for LETKF. See some example plots below for 5th cycle of the hybrid C384m025 experiments, with untuned LETKF. All of the plots use the existing features; below I'm showing plots from Var and from LETKF for comparison.
eva plots, e.g.


SST AVHRR omb plots from 3DVar
SST AVHRR omb plots from LETKF mean
model space analysis plots e.g.



SST 3DVar analysis
SST LETKF mean analysis
SST LETKF analysis stddev
model space increment plots e.g.


SST 3DVar increment
LETKF mean increment
Note: using the new options requires minor updates in gw and gdasapp that I'll issue soon. Since the options are off by default, I didn't flag this as dependent on those PRs.
Issue(s) addressed
fixes #510