Skip to content
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

Closed
jswhit opened this issue Jun 12, 2020 · 0 comments · Fixed by #12
Closed

Bug in EnKF (printing unallocated array) #15

jswhit opened this issue Jun 12, 2020 · 0 comments · Fixed by #12

Comments

@jswhit
Copy link
Contributor

jswhit commented Jun 12, 2020

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).

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
hu5970 referenced this issue in hu5970/GSI Apr 27, 2022
Merged code from EMC GSI PR 364:
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant