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.
#2210 (Compilation of the SI3 component fails in non-MPP configuration) – NEMO

Opened 5 years ago

Closed 5 years ago

Last modified 2 years ago

#2210 closed Defect (fixed)

Compilation of the SI3 component fails in non-MPP configuration

Reported by: smueller Owned by: smueller
Priority: low Milestone: 2018 release-4.0
Component: SI3 Version: trunk
Severity: minor Keywords: non-MPP v4.0
Cc:

Description

Context

The compilation of the SI3 sea-ice component in a non-MPP configuration fails due to the attempted use of an undeclared variable named l_full_nf_update in the source code for module icedyn_rhg_evp.

Analysis

The variable l_full_nf_update used in module icedyn_rhg_evp is declared in the MPP-enabled variant of module lib_mpp; in the non-MPP variant of lib_mpp, l_full_nf_update remains undeclared.

Recommendation

In file src/OCE/LBC/lib_mpp.f90, the declaration of variable l_full_nf_update in the source code for the MPP-enabled variant of the lib_mpp module could be replicated in the corresponding source code for the non-MPP variant of lib_mpp.

Commit History (1)

ChangesetAuthorTimeChangeLog
10528smasson2019-01-16T11:25:41+01:00

trunk: bugfix in lib_mpp for non-MPP compilation, see #2210

Change History (4)

comment:1 Changed 5 years ago by smueller

  • Owner changed from systeam to smueller
  • Status changed from new to assigned

comment:2 Changed 5 years ago by smasson

In 10528:

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

comment:3 Changed 5 years ago by smasson

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:4 Changed 2 years ago by nemo

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