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.
#2331 (restructure ice_dyn_rhg_evp) – NEMO

Opened 4 years ago

Closed 2 years ago

#2331 closed Defect (wontfix)

restructure ice_dyn_rhg_evp

Reported by: andmirek Owned by: andmirek
Priority: low Milestone: Unscheduled
Component: SI3 Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

In subroutine ice_dyn_rhg_evp there is a logical flag ln_aEVP. This ticket is look at possible changes in this routine to handle better this flag. There are sections where IF(ln_aEVP) statement is within the DO loops (lanes 367 and 411). This causes issues with implementation of the code on GPU and potentially with OpenMP. For those 2 places it may be better to have two separate blocks of the code rather than one with IF inside do loops.

Proposal

Commit History (0)

(No commits)

Change History (2)

comment:1 Changed 4 years ago by clevy

  • Type changed from Enhancement to Defect

comment:2 Changed 2 years ago by andmirek

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.