OMI: EnKF input option for invoking DA increment output#70
Merged
jjokella merged 7 commits intotsmp-pdaf-patched-omifrom Apr 27, 2026
Merged
OMI: EnKF input option for invoking DA increment output#70jjokella merged 7 commits intotsmp-pdaf-patched-omifrom
jjokella merged 7 commits intotsmp-pdaf-patched-omifrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jjokella
added a commit
that referenced
this pull request
Apr 27, 2026
PDAF-OMI development by Yorck Ewerdwalbesloh and Anne Springer from Uni Bonn. ### User Command line switch - `use_omi` ### Developer - additional files in the `interface/framework/Makefile`: Modules for each observation type and callback routines. - separating backward compatible code from OMI code using the `use_omi` switch - contains GRACE-DA functionality in more modular way than branch `tsmp-pdaf-patched-grace-da`: - #62 ### Contains PRs * Author additions and bugfix in mod_read_obs (#35) * GRACE-DA and OMI documentation (#69) * OMI: EnKF input option for invoking DA increment output (#70) * OMI: Re-define state vector only if OMI is used (#71) * OMI: Observation input `dr`: Array of Length 2 in observation file (#74) --------- Co-authored-by: Yorck Ewerdwalbesloh <s7yoewer@uni-bonn.de> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLM:print_inc: (integer) If set to1, the analysis increment(post-analysis minus prior state) is printed after each SWC update
step by invoking
print_inc_clm.CLM:print_inchas no effect when only TWSassimilation is active (
CLM:update_tws), for which the increment isalways printed.
Default:
0.Side note: Handling of
CLM:print_swc, which is made unaccessible for eCLM-PDAF.