#2139 closed Enhancement (duplicate)
solver in ice_thd_zdf
Reported by: | andmirek | Owned by: | andmirek |
---|---|---|---|
Priority: | normal | Milestone: | 2018 release-4.0 |
Component: | SI3 | Version: | trunk |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
Context
Currently in icethd_zdf_bl99.F90 algorithm converges when global (over all processor) minimum is less then threshold level. This requires global communication using ice communicator.
The iterations for each grid should be independent and solver should stop iterating for points for which stopping criterion was met.
Proposal
Redesign algorithm to iterate over points for which stopping criterion was not met and remove ice communicator creation in SI3
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
10193 | andmirek | 2018-10-15T12:31:58+02:00 | Ticket #2139 new approach |
10192 | andmirek | 2018-10-15T12:22:07+02:00 | Ticket #2139. Changes to the solver reproducing reference solution |
10191 | andmirek | 2018-10-15T12:04:04+02:00 | Ticket #2139 |
Change History (6)
comment:1 Changed 6 years ago by andmirek
comment:2 Changed 6 years ago by andmirek
comment:3 Changed 6 years ago by andmirek
In 10192:
comment:4 Changed 6 years ago by andmirek
In 10193:
comment:5 Changed 6 years ago by andmirek
- Resolution set to duplicate
- Status changed from new to closed
comment:6 Changed 3 years ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 10191: