-
Notifications
You must be signed in to change notification settings - Fork 159
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
Feature/smap e opl prod #1461
Merged
Merged
Feature/smap e opl prod #1461
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
Code seems to work with SMAP L1B historical data, but so far encountering no retrievals with SMAP L1B NRT files. Also, have noticed LDT crashes when processing more than one SMAP L1B NRT file in the same execution, which is not observed (yet) with SMAP L1B historical files. Output of legacy binary format for retrievals is currently disabled.
If a serious error occurs in processing one HDF5 file, LDT will gracefully move on to the next one.
Also removed writing out of fields to binary sample files. (Old code is still available, just commented out).
Subset version for Air Force is in separate file.
A lot more could be done here with indentations, but I'm leaving this for future work.
Not tested, and probably not sufficiently fault tolerant for production.
Still need to test.
Now, if an error is returned by netCDF, the code will move on to the next time (unless 24 hours of data have been searched for). Also, if no USAFSI data is found, a warning message is printed to the LDT log.
TODO: Temporal interpolation of values between two time levels.
Revised attempt to temporally interpolate Teff to SMAP time. Unfortunately, I have found a case where SMAP data requires interpolating using three Teff times (either betwen first and second, or second and third). This requires reading in a third Teff and passing to ARFSSMRETRIEVAL. TODO.
These settings are now configurable instead of just being hard-wired.
Compiles, but not tested yet.
…ce file. Changes to support USAF prod tilespace file not tested yet.
… pm. TODO: Retest retrieval code.
Evaluation results are in, and confirm the code is ready to merge. |
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.
Description
Updates SMAP_E_OPL SM retrievals for use in operations.