New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#949 (memory leak in limthd_dif) – NEMO

Opened 12 years ago

Closed 12 years ago

Last modified 2 years ago

#949 closed Bug (fixed)

memory leak in limthd_dif

Reported by: rblod Owned by: nemo
Priority: highest Milestone:
Component: LIM3 Version: v3.4
Severity: Keywords: LIM* v3.4
Cc:

Description

With LIM3, we use wrk_alloc in limthd_dif to allocate arrays which dimensions can change from one timestep to another depending on ice cover, so we potentially create as many work arrays as we have ice time steps. It makes LIM3 totally unusable in version 3.4. Solution is to come back to automatic arrays, at least in this routine.

Commit History (1)

ChangesetAuthorTimeChangeLog
3351rblod2012-04-11T14:16:00+02:00

Come bacl to automatic arrays in limthd_dif see ticket #949

Change History (7)

comment:1 Changed 12 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Milestone 2012 Stream 1: User Interfaces deleted

Milestone 2012 Stream 1: User Interfaces deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords limthd_dif removed

comment:4 Changed 6 years ago by nemo

  • Keywords LIM* added

comment:5 Changed 6 years ago by nemo

  • Keywords release-3.4* added

comment:6 Changed 6 years ago by nemo

  • Keywords release-3.4* removed

comment:7 Changed 2 years ago by nemo

  • Keywords v3.4 added
Note: See TracTickets for help on using tickets.