-
Notifications
You must be signed in to change notification settings - Fork 157
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
Sentinel-1 VV VH backscatter DA (REWORKED) #1415
base: master
Are you sure you want to change the base?
Conversation
The prior commit did not use Config.pl from the Main branch.
When compiled with GNU compilers, LIS crashes in enkf_Mod.F90 at line 319 with the message:
When compiled with Intel compilers with additional debugging enabled, LIS crashes in LIS_DAobservationsMod.F90 at line 2051 with the message:
In S1_sigmaVVVHSMLAI/S1_sigmaVVVHSMLAI_Mod.F90, flist is used uninitialized. This file also uses |
This bug fix is from Michel Bechtold and Samuel Scherrer. See PR NASA-LIS#1415.
Hi @jvgeiger |
@dmocko @sujayvkumar @cmclaug2 @jvgeiger |
Hello. I apologize for the delay. We get to pull requests, issues, and discussions when time permits. Unfortunately, other tasks kept coming up. I will review your bug fixes and finish this pull request as soon as possible. |
Description
This PR is a reworked version of #1208
This PR:
Config.pl
to the Main branchLIS_historyMod.F90
Addresses #1192
Addresses #1012
Testcase
I have confirmed this replicates the testcase in #1208
I have confirmed this compiles with strict checks.