-
Notifications
You must be signed in to change notification settings - Fork 145
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
QCEFF RTPS inflate #748
Comments
Need to add RTPS to tests. |
notes from conversation: RTPS is not compatible with QCEFF. |
This issue was discussed in the code review of the QCEFF inflation issue by
Moha yesterday. For now, we do not understand whether RTPS could be
implemented in a transformed space or not. The code in the QCEFF patch will
continue to do RTPS in the same way, whether a probit transform is selected
for the inflation or not. Should this be documented somewhere besides in
the code?
…On Fri, Dec 20, 2024 at 7:30 AM Helen Kershaw ***@***.***> wrote:
notes from conversation: RTPS is not compatible with QCEFF.
—
Reply to this email directly, view it on GitHub
<#748 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANDHUISR2LI3SM4HUCVYQGT2GQSYPAVCNFSM6AAAAABPJZ2P42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGEZDGMRRGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Documented in the documentation and code corrected, right? The code is silently ignoring QCEFF at the moment. If someone selects RTPS inflation, should qceff be disabled? I'm assuming the QCEFF patch is this branch: https://github.com/NCAR/DART/tree/qceff_inflation_fix ? So separate issue to RTPS? |
This should be a separate issue. The RTPS can be used any observation space
distribution and with the probit transform for both the state and observed
variables during the assimilation. It is only the inflation specification
that is a no-op.
We are going to need separate issues for this question and for the group
filter in combination with the QCEFF. Lili has used this but we have never
tested it and there are several places where what we're doing in the case
of failed transposes is questionable.
Where would this be best documented?
…On Fri, Dec 20, 2024 at 8:30 AM Helen Kershaw ***@***.***> wrote:
Documented in the documentation and code corrected, right? The code is
silently ignoring QCEFF at the moment. If someone selects RTPS inflation,
should qceff be disabled?
I'm assuming the QCEFF patch is this branch:
https://github.com/NCAR/DART/tree/qceff_inflation_fix ? So separate issue
to RTPS?
—
Reply to this email directly, view it on GitHub
<#748 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANDHUIVDGPCDWBOBTDGCC3D2GQZ27AVCNFSM6AAAAABPJZ2P42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGIZDKMZRGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yup, this RTPS issue is its own issue (#748) separate from the other QCEFF issues For the group filter combo with QCEFF - the best place to document an issue is to make a new issue in github. Label it QCEFF so someone can look at all the QCEFF issues if needed, and we can close the separate issues as they get fixed. |
Just a quick note that RTPS is spelled at RPTS in issue #748. Only
important because a search of issues for "RTPS" returns nothing. Not sure
if it is trivial, worthwhile, or even possible, to switch that to RTPS.
…On Fri, Dec 20, 2024 at 9:01 AM Helen Kershaw ***@***.***> wrote:
Yup, this RTPS issue is its own issue (#748
<#748>) separate from the other QCEFF
issues
https://github.com/NCAR/DART/issues?q=is%3Aopen+is%3Aissue+label%3AQCEFF
For the group filter combo with QCEFF - the best place to document an
issue is to make a new issue in github. Label it QCEFF so someone can look
at all the QCEFF issues if needed, and we can close the separate issues as
they get fixed.
—
Reply to this email directly, view it on GitHub
<#748 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANDHUIUX6GBC7W3RZW4SY7T2GQ5M7AVCNFSM6AAAAABPJZ2P42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGI3TMMJUHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thanks @jlaucar they look exactly the same to me, I'll change the title. |
…rior inflation fixes #748 (needs doc changes also)
…rior inflation Note in qceff docs about RTPS fixes #748
In filter_ensemble_inflate inflation does transform to/from probit.
non-RTPS inflation:
DART/assimilation_code/modules/assimilation/filter_mod.f90
Lines 1594 to 1616 in 464aa57
RTPS inflation:
DART/assimilation_code/modules/assimilation/filter_mod.f90
Lines 1575 to 1592 in 464aa57
The text was updated successfully, but these errors were encountered: