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

Memory leak in subroutine TAU_WAVE_ATMOS of w3src6md.ftn #37

Closed
dpzimmer opened this issue May 27, 2019 · 0 comments
Closed

Memory leak in subroutine TAU_WAVE_ATMOS of w3src6md.ftn #37

dpzimmer opened this issue May 27, 2019 · 0 comments

Comments

@dpzimmer
Copy link
Contributor

The subroutine TAU_WAVE_ATMOS dynamically allocates six working arrays every call but does not release them. The following should probably be added a the end of the subroutine:

  DEALLOCATE(SIG10Hz,CINV10Hz,DSII10Hz)
  DEALLOCATE(SDENSX10Hz,SDENSY10Hz,UCINV10Hz)
UKMO-lsampson referenced this issue in ukmo-waves/WW3 Jun 15, 2020
This is the commit message #37:

Final update to ww3_grid.ftn
JessicaMeixner-NOAA pushed a commit to JessicaMeixner-NOAA/WW3 that referenced this issue Apr 17, 2024
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

No branches or pull requests

1 participant