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.
#2139 (solver in ice_thd_zdf) – NEMO

Opened 6 years ago

Closed 6 years ago

Last modified 2 years ago

#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)

ChangesetAuthorTimeChangeLog
10193andmirek2018-10-15T12:31:58+02:00

Ticket #2139 new approach

10192andmirek2018-10-15T12:22:07+02:00

Ticket #2139. Changes to the solver reproducing reference solution

10191andmirek2018-10-15T12:04:04+02:00

Ticket #2139

Change History (6)

comment:1 Changed 6 years ago by andmirek

In 10191:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 6 years ago by andmirek

In 10192:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:4 Changed 6 years ago by andmirek

In 10193:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:5 Changed 6 years ago by andmirek

  • Resolution set to duplicate
  • Status changed from new to closed

comment:6 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.