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.
#419 (Bug in dynvor_een when flux form is activated) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#419 closed Bug (fixed)

Bug in dynvor_een when flux form is activated

Reported by: nemo_user Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.1
Severity: Keywords: DYN EEN
Cc:

Description

When the metric term is added in the vorticity (cases kvor=3 or 5),
zwz is not initialized in column jpi and row jpj but is used after in the calculation of ztne, ztnw, ztse and ztsw and, so that it causes an "Invalid operation" bug. To solve this, zwz can be initialized to 0.e0 at these points because these values are no used in the calculation of velocity trends (pua and pva) at points situated in the range [2,jpi-1]*[2,jpj-1].

Commit History (1)

ChangesetAuthorTimeChangeLog
1516ctlod2009-07-21T17:30:31+02:00

add a CALL lbc_lnk for zwz field in case 3 and 4, see ticket: #419

Change History (3)

comment:1 Changed 15 years ago by ctlod

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

at the end it is a 'CALL lbc_lnk( zwz, 'F', 1. )' which has been added instead an initialization to zero of last column and band.

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords DYN added; dynvor removed

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords EEN added; een removed
Note: See TracTickets for help on using tickets.