-
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
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 |
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: