-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Geos update] Yppm-Xppm #29
base: GEOSFP_Update
Are you sure you want to change the base?
[Geos update] Yppm-Xppm #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FlorianDeconinck thank you for porting this. I think it would be better to introduce this as hord=6, which is what we did when @JosephMouallem added it to the Python FV3. I think absolute reproducibility of older cases is less important than improving upon this advection scheme.
Available in code with this PR is |
Hi, Florian. My recommendation was that instead of adding a new -6 option,
which people may confuse as a positive-definite scheme (akin to -5), we
update the existing hord=6 to use the improved edge handling; ie what you
now call -6 would be implemented as a new version of hord=6.
…On Thu, Nov 14, 2024 at 1:56 PM Florian Deconinck ***@***.***> wrote:
ord=6 is covered by the code (and the test, though I'll double check
that). The -6 is used within GEOS still so we need it for now.
Available in code with this PR is ord = 5, 6, -6, 8
—
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUQRVBP5OU32LYVZGK7FXL2ATW6NAVCNFSM6AAAAABRZHKPXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGE4DKOBUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I see! Sorry I misunderstood, ans also I was a bit confused myself about it! So the only difference I see in the code is that |
Hi @FlorianDeconinck , we have implemented the changes in our internal branches for testing purposes. This updated code will be included in our upcoming public release, which is expected to be out shortly, thanks! |
Description
Update YPPM/XPPM to GEOS-FP requirements:
ord = -6
ord
andgrid
Validity is checked with a temporary script bringing data and running the translate test.
** Difference between NOAA & NASA to reconcile **
The edge fix is unique to the GEOS code. It is meant to solve an imprint issue.
Tag @oelbert @lharris4