-
Notifications
You must be signed in to change notification settings - Fork 27
the setup in fv3jedi for pressure analysis (delp and surface pressure) #518
Description
This issue is to facilitate further discussion/investigation of this issue as the title.
@delippi has found #507 (comment) that the delp in the analysis is not updated in his rrfs runs. It is further confirmed this occurs for some standard rrfs fv3-jedi setup as in the rdasapp ctest .
Further tracing this in fv3-jedi, my current understanding is that : not like in gsi, in which, after the analysis , the surface pressure increment would be used to update delp increment (by the hydrostatic relationship), fv3jedi does a more general ps to delp (and vice versa) in the variables changes in the control2analysis block. That means we have to use both delp and ps as the analysis variables and explicitly specify ps (no delp) as the active variables in the background error session.
The above setup (using both ps and delp as the analysis variables but only ps as the control variable) will not work for enkf . If we still want to only use ps (not delp aggressively directly analyzed), we have to add an gsi-similar like ps to delp conversion in fv3-jedi.
We had some discussion before as #456, in which I thought fv3-jedi was doing similarly on this as GSI does ,misleadingly.
Also bring this to @XuLu-NOAA 'a attention.
An clarification : "assignment" of the issues by me means the attention is hoped for and doesn't mean any responsibilities. :).
Update on Jan.12,2026: the "Fv3-JEDI-compatible " treatment of delp and ps in the fv3jedi hybrid analysis is done by : (1) both of ps and delp could (need) be used as analysis variables; in the static B part, only ps is used as the control variable (go through the B ) and the above mentioned linear relation is used between ps and delp; (2) for ensemble error part, ps and delp are analyzed by the localized ensemble sampled covariance. Hence, finally, this "F3-jedi compatible" analysis would give such a self-consistent hybrid analysis, in which, the ensemble component of ps increment would be just be discarded after the analysis. This is a major difference from what the current fv3reg GSI hybrid run does