#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2536 | rblod | 2010-12-30T17:17:43+01:00 | correct a bug in domzgr, see ticket #783 |
813 | ctlod | 2008-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 12 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by nicolasmartin
- Keywords DOM added; domzgr removed
comment:3 Changed 7 years ago by nicolasmartin
- Keywords zhmin removed
Note: See
TracTickets for help on using
tickets.