-
Notifications
You must be signed in to change notification settings - Fork 32
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
add diagnostic for the "actual" sea ice increment #1402
add diagnostic for the "actual" sea ice increment #1402
Comments
Computing just the increments is non-trivial because:
So, to compute the increment, we'd need to compute diff between soca2cice output analysis file and the middle-of-the-window background.
|
Note: for experiments that ran before and didn't copy soca2cice analyses, it may be worth adding a script that can subtract the background from the total ice concentration from cice analysis restarts. |
Development in:
I'll wait till soca PR is merged, and gdasapp tags are updated to include it before opening the PRs in the noaa-emc repos. |
@shlyaeva and @guillaumevernieres : We can open a PR to merge |
@RussTreadon-NOAA perfect, thank you for the heads up! merging |
Adds yaml section to output postprocessed ("real" aka what get added to CICE restart) sea ice increment. Part of NOAA-EMC/GDASApp#1402 Co-authored-by: Anna Shlyaeva <[email protected]> Co-authored-by: Dan Holdaway <[email protected]>
# Description Add plots to offline vrfy to output postprocessed (aka what get added to CICE restart) sea ice increment. # Companion PRs NOAA-EMC/jcb-gdas#64 NOAA-EMC/global-workflow#3235 # Issues Resolves #1402 # Automated CI tests to run in Global Workflow Since it's offline vrfy, no tests would cover it currently. <!-- 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 !--> - [ ] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> --------- Co-authored-by: Anna Shlyaeva <[email protected]>
This change copies post-processed sea ice increment (the increment that was added to CICE restart files, as opposed to the raw increment that was produced by SOCA), so it can be used in the verification/diagnostics. It also cleans up previously committed code (removes a list of files where it's not needed anymore). Resolves NOAA-EMC/GDASApp#1402 --------- Co-authored-by: shlyaeva <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
Add a capability to compare "soca" increment generated by var with "soca"-type increment (i.e. full ice concentration) that was actually added to the CICE restarts. It would be useful for testing and diagnostics.
The text was updated successfully, but these errors were encountered: