Opened 9 years ago
Closed 9 years ago
#1298 closed Bug (fixed)
division by zero when lk_mpp activated in sbcice_lim_2.F90
Reported by: | cbricaud | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
ninfo is not initialized and is read in lim_dia_init_2 only if lk_mpp=F
so, in sbcice_lim_2.F90 , line 224, MOD( kt+nn_fsbc-1, ninfo ) == 0 give a divisiob by zero
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
4609 | cetlod | 2014-03-31T15:06:20+02:00 | bugfix on PISCES/P2Z, see ticket #1298 |
Change History (1)
comment:1 Changed 9 years ago by cbricaud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
remark: it is detected only if debug option suc as -g -C -qsigtrap -qfloat=nans -qflttrap=overflow -qflttrap=overflow:underflow:zerodivide:invalid:enable are activated when compiling....
commit rev 4621: