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.
#995 (bug in limtrp) – NEMO

Opened 11 years ago

Closed 11 years ago

Last modified 2 years ago

#995 closed Bug (fixed)

bug in limtrp

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

Description

Minor bug (shown to have a small impact on the results)
Nature: wrong argument when calling lim_adv_y first and then lim_adv_x (even time step):

it should be:
CALL lim_adv_y( ... ,rone , ... )
CALL lim_adv_x( ... ,rzero, ... )

instead of

CALL lim_adv_y( ... ,rzero , ... )
CALL lim_adv_x( ... ,rone, ... )

Commit History (1)

ChangesetAuthorTimeChangeLog
3554gm2012-11-14T12:48:05+01:00

Ticket #995 fixed (bug in limtrp.F90)

Change History (5)

comment:1 Changed 11 years ago by gm

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

fixed , see Changeset 3554

comment:2 Changed 6 years ago by nemo

  • Keywords LIM* added

comment:3 Changed 6 years ago by nemo

  • Keywords release-3.4* added

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.4* removed

comment:5 Changed 2 years ago by nemo

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