-
Notifications
You must be signed in to change notification settings - Fork 0
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 new update type to jointly assimilate Tb, SM and SCF observations in single analysis #68
Merged
Conversation
This file contains 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
…Sldas_GridComp into feature/amfox/basic_SM_SNOW
…Sldas_GridComp into feature/amfox/basic_SM_SNOW
…Sldas_GridComp into feature/amfox/basic_SM_SNOW
…analysis: - changed number associated with update_type 14 --> 12 - modified "check_snow" (maintains 0-diff for update_type=10 only!) - simplified how species of interest are obtained - added check of consistency between update_type and obs_param%assim - additional clean-up (log messages, indentation)
gmao-rreichle
changed the title
Add update type 14 to jointly assimilate Tb, SM and SCF observations in single analysis
Add update type 12 to jointly assimilate Tb, SM and SCF observations in single analysis
Nov 29, 2024
gmao-rreichle
changed the title
Add update type 12 to jointly assimilate Tb, SM and SCF observations in single analysis
Add new update type to jointly assimilate Tb, SM and SCF observations in single analysis
Nov 29, 2024
Successfully completed CONUS, GLOBAL, and GLOBALCS nightly tests after c4a1826 |
…(clsm_ensupd_upd_routines.F90)
…n "select case" (clsm_ensupd_upd_routines.F90)
All tests passed. |
gmao-rreichle
approved these changes
Dec 3, 2024
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.
Adding a new
update_type=12
that allows for the joint assimilation of SMAP/SMOS Tb, ASCAT SM, and MODIS SCF.A relatively simple merger of existing
update_type=11
andupdate_type=13
which first determines what species of observations are assimilated per the namelist and then loops through the tiles looking for these obs and performing the snow and/or soil moisture analysis.As commented in the code: