-
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 CYGNSS soil moisture observation reader #76
Merged
Merged
+669
−42
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
…ure/amfox/cygnss_obs_reader
…m_ensupd_read_obs.F90)
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.
@amfox37, I added a few comments and questions. I might have misunderstood bits and pieces. I currently don't have access to Discover or GMAO Linux servers, so working entirely with the GitHub.com interface, which is somewhat limiting.
…ULT_inputs_ensupd.nml)
… check that dtstep_assim<=6h for CYGNSS sm obs (clsm_ensupd_read_obs.F90, clsm_ensupd_upd_routines.F90)
amfox37
commented
Jan 30, 2025
After e274718
|
gmao-rreichle
approved these changes
Jan 31, 2025
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.
This PR aims to add ability to read CYGNSS L3 soil moisture daily and subdaily soil moisture v3.2 observations from daily files available from: https://podaac.jpl.nasa.gov/dataset/CYGNSS_L3_SOIL_MOISTURE_V3.2
Subdaily observations represent 6 hour long time slices and are assimilated at 3z, 9z, 15z, 21z. Daily observations are assimilated at 12z. NB It is not anticipated both subdaily and daily observations will be jointly assimilated, although the code alllows this.
There is no capability to assimilate two subdaily time slices simultaneously, so assimilation windows longer than 6hrs will error out.
Individual observation "sigma" values are currently read, but not used. errstd from nml is used.
A fixed mask is read and applied with obs removed when any flags are set.
This mask is on the same 36km grid as the 36km resolution observations. If the observations are not on this grid it will error out.
For now, employs scale_obs_sfmc_zscore(), which uses scaling parameters on lat/lon grid in nc4 file (as in ASCAT_MET* species).