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

Calc_analysis read fix for C1152 #56

Closed
CatherineThomas-NOAA opened this issue Dec 16, 2024 · 2 comments · Fixed by #57 or #59
Closed

Calc_analysis read fix for C1152 #56

CatherineThomas-NOAA opened this issue Dec 16, 2024 · 2 comments · Fixed by #57 or #59
Assignees

Comments

@CatherineThomas-NOAA
Copy link
Contributor

When running calc_analysis for C1152, the job fails in the read of the delp increment:

call read_vardata(incncfile, 'delp_inc', work3d_inc)

This read has a different format than the other 3d increment reads:

call read_vardata(incncfile, trim(incvar)//"_inc", work3d_inc_gsi, nslice=k, slicedim=3)

Adding nslice=k, slicedim=3 to the delp_inc read along with a do loop over k allows the job to succeed.

The fix will be in bugfix/delp.

@CoryMartin-NOAA
Copy link
Contributor

We have reverted the hastily merged PR and have a better solution that needs a PR.

@RussTreadon-NOAA
Copy link
Contributor

Branch bugfix/calcanal created for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment