You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
getsigensmeanp_smooth.x
andrecentersigp.x
failures in g-w PR #2592 highlight the need to update each code with the following good coding practicesThis PR is opened to enhance
getsigensmeanp_smooth_ncep.f90
andrecentersigp.f90
by incorporating the above coding practices into select sections of each source code file.The text was updated successfully, but these errors were encountered: