-
Notifications
You must be signed in to change notification settings - Fork 153
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
Bug in EnKF (printing unallocated array) #15
Comments
MichaelLueken
added a commit
that referenced
this issue
Jun 12, 2020
GitHub Issue #15. Fix a bug in EnKF that can cause segfault in a diagnostic print.
lbi2018
pushed a commit
to lbi2018/GSI
that referenced
this issue
Mar 4, 2022
…nsda_dualv1 Further consolidation for dual-resolution EnVar
DavidHuber-NOAA
pushed a commit
to DavidHuber-NOAA/GSI
that referenced
this issue
Aug 2, 2023
* corrections to module-setup.sh * update to Orion software stack in a new role-epic location * updated regression/regression_param.sh srun command for Orion --------- Co-authored-by: Natalie Perlin <natalie.perlin@noaa.gov> Co-authored-by: Natalie Perlin <nperlin@hercules-login-1.hpc.msstate.edu>
DavidHuber-NOAA
pushed a commit
to DavidHuber-NOAA/GSI
that referenced
this issue
Sep 15, 2023
* corrections to module-setup.sh * update to Orion software stack in a new role-epic location * updated regression/regression_param.sh srun command for Orion --------- Co-authored-by: Natalie Perlin <natalie.perlin@noaa.gov> Co-authored-by: Natalie Perlin <nperlin@hercules-login-1.hpc.msstate.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under certain conditions, the EnKF will try to issue a diagnostic print that tries to access an unallocated array. This causes a segfault on Orion. Fix in PR #12 just removes the unallocated array from the print statement (does not change results).
The text was updated successfully, but these errors were encountered: