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.
#783 (domzgr follow-on) – NEMO

Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#783 closed Bug (fixed)

domzgr follow-on

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

Description

LIne 507, I should be

bathy(:,:) = MAX( zhmin , bathy(:,:) ) ! min=zhmin over the oceans

rather than

bathy(:,:) = MIN( zhmin , bathy(:,:) ) ! min=zhmin over the oceans

unless we want to come back to bi-level ocean models...

Commit History (2)

ChangesetAuthorTimeChangeLog
2536rblod2010-12-30T17:17:43+01:00

correct a bug in domzgr, see ticket #783

813ctlod2008-02-07T18:49:36+01:00

dev_001_SBC: move one part on changeset #783 from domain.F90 into sbcmod.F90, see ticket #65

Change History (3)

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

  • Keywords DOM added; domzgr removed

comment:3 Changed 8 years ago by nicolasmartin

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