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.
#782 (domzgr with minimum depth in level) – NEMO

Opened 14 years ago

Closed 13 years ago

Last modified 8 years ago

#782 closed Bug (fixed)

domzgr with minimum depth in level

Reported by: rblod Owned by: nemo
Priority: normal Milestone:
Component: OCE Version: v3.3
Severity: Keywords: DOM
Cc:

Description

I think there are two bugs line 502 of domzgr when defining minimum depth from level:

  • ABS is missing (rn_hmin being negative)
  • there is a +1 corresponding to W level which is infact added twice (line 505)

I guess correct line is:

IF( rn_hmin < 0._wp ) THEN ; ik = ABS( INT( rn_hmin ) ) ! from a nb of level

Commit History (1)

ChangesetAuthorTimeChangeLog
2535rblod2010-12-29T16:48:14+01:00

Correction in domzgr, see ticket #782

Change History (5)

comment:1 Changed 13 years ago by rblod

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

comment:2 Changed 8 years ago by nicolasmartin

  • Milestone 2010 Stream 1: User Interfaces deleted

Milestone 2010 Stream 1: User Interfaces deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords DOM added; domzgr removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords depth removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords minimum removed
Note: See TracTickets for help on using tickets.