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.
#935 (uninitialized variable in LIM3 advection) – NEMO

Opened 12 years ago

Closed 12 years ago

Last modified 2 years ago

#935 closed Bug (fixed)

uninitialized variable in LIM3 advection

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

Description

In LIM3, high order moments for open water area (corresponding to ato_i) are not initialized if no restart.
Fix: add in LIM3/limistate.F90

sxopw(:,:) = 0.e0 ; syopw(:,:) = 0.e0; sxxopw(:,:) = 0.e0; syyopw(:,:) = 0.e0; sxyopw(:,:) = 0.e0

Commit History (1)

ChangesetAuthorTimeChangeLog
3349rblod2012-04-11T10:31:17+02:00

Fix unitialized variables in LIM3, see ticket #935

Change History (7)

comment:1 Changed 12 years ago by rblod

comment:2 Changed 12 years ago by rblod

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

comment:3 Changed 8 years ago by nicolasmartin

  • Milestone 2012 Stream 1: User Interfaces deleted

Milestone 2012 Stream 1: User Interfaces deleted

comment:4 Changed 7 years ago by nemo

  • Keywords LIM* added; LIM3 removed

comment:5 Changed 7 years ago by nemo

  • Keywords release-3.4* added

comment:6 Changed 7 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.