Opened 14 years ago
Closed 14 years ago
#668 closed Bug (fixed)
lib_mpp and north fold condition
Reported by: | molines | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.2 |
Severity: | Keywords: | ||
Cc: |
Description
In mpp_lbc_north_3d, mpp_lbc_north_2d and mpp_lbc_north_2d_e, temporary array ztab is not initialized. On some machine (eg SGI ICE ), ztab hold values inherited from previous call.
In particular, umask is affected by this problem (there are e3t values in umask on the northern boundary, for some processor layout).
- a fix is to add ztab=0. at the beginning of each of these routines.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
1874 | rblod | 2010-05-17T16:17:38+02:00 | Bug mpp at north fold when suppressing land processors, see ticket #668 |
Change History (1)
comment:1 Changed 14 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.