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

Marine analysis final task fails #1379

Open
JohnSteffen-NOAA opened this issue Nov 21, 2024 · 0 comments
Open

Marine analysis final task fails #1379

JohnSteffen-NOAA opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working soca

Comments

@JohnSteffen-NOAA
Copy link
Collaborator

JohnSteffen-NOAA commented Nov 21, 2024

Currently the gdas_maineanlfinal task is failing when calling the obs_space_stats. An example logfile is available here:

/scratch1/NCEPDEV/da/John.Steffen/expts/marine_test_112024/marine_test_112024/COMROOT/marine_test_112024/logs/2021063006/gdas_marineanlfinal.log.0

During execution of the gdassoca_obsstats.x , one of the obserational netcdf4 files, insitu_profile_tesac.2021063006.nc4 attempts to access a group/variable named ombg/salinity which does not exist within that file. This causes the job to fail.

A temporary "fix" is to replace line L458 of /global-workflow/ush/python/pygfs/task/marine_analysis.py with
variable = next(iter(nc.groups["ombg"].variables))

A more comprehensive solution is to error trap within the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working soca
Projects
None yet
Development

No branches or pull requests

2 participants