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

add safeguards to getsigensmeanp_smooth and recentersigp #40

Closed
RussTreadon-NOAA opened this issue May 14, 2024 · 1 comment · Fixed by #41
Closed

add safeguards to getsigensmeanp_smooth and recentersigp #40

RussTreadon-NOAA opened this issue May 14, 2024 · 1 comment · Fixed by #41
Assignees

Comments

@RussTreadon-NOAA
Copy link
Contributor

getsigensmeanp_smooth.x and recentersigp.x failures in g-w PR #2592 highlight the need to update each code with the following good coding practices

  • initialize variables before use
  • check allocate status before deallocating
  • check the correct error return codes from subroutines

This PR is opened to enhance getsigensmeanp_smooth_ncep.f90 and recentersigp.f90 by incorporating the above coding practices into select sections of each source code file.

@RussTreadon-NOAA RussTreadon-NOAA self-assigned this May 14, 2024
@RussTreadon-NOAA
Copy link
Contributor Author

Work for this issue will be done in feature/safeguard.

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