
#1245 closed Bug (fixed)
Memory leak during tangent-linear and adjoint time steps
Reported by: | sam | Owned by: | ![]() |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TAM | Version: | release-3.4 |
Severity: | Keywords: | TAM | |
Cc: | Branch review: | ||
MP ready?: | Task progress: |
Description
Memory leaks are caused by the code in NEMOGCM/NEMO/OPATAM_SRC/TRA/traldf_iso_tam.F90. Subroutine 'tra_ldf_iso_tan' lacks the deallocation of the work arrays 'zftutl' and 'zftvtl', and subroutine 'tra_ldf_iso_adj' lacks the deallocation of the work arrays 'zdjsad' and 'zdisad'.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
4530 | pabouttier | 2014-03-17T11:00:08+01:00 | Fix memory leak in traldf_iso_tam.F90, see Ticket #1245 |
Change History (6)
comment:1
Changed 7 years ago by clevy
- Owner changed from NEMO team to pabouttier
comment:2
Changed 7 years ago by pabouttier
- Resolution set to fixed
- Status changed from new to closed
comment:3
Changed 5 years ago by nicolasmartin
- Keywords TAM added
comment:4
Changed 5 years ago by nicolasmartin
- Keywords nemo_v3_4* added
comment:5
Changed 3 years ago by nemo
- Keywords release-3.4* added; nemo_v3_4* removed
comment:6
Changed 3 years ago by nemo
- Keywords release-3.4* removed
Note: See
TracTickets for help on using
tickets.