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.
#2180 (sette fails to compile) – NEMO

Opened 5 years ago

Closed 5 years ago

Last modified 2 years ago

#2180 closed Defect (fixed)

sette fails to compile

Reported by: andmirek Owned by: systeam
Priority: low Milestone: 2018 release-4.0
Component: PISCES Version: trunk
Severity: minor Keywords: v4.0
Cc:

Description

Context

For trunk@10373 some sette tests fail to compile

Analysis

The failure is due to missing declaration of an array used in /src/TOP/PISCES/P4Z/p4zmicro.F90 :
IF (ln_ligand) DEALLOCATE( zz2ligprod )
zz2ligprod is not declared in this module

Recommendation

Remove this line or add declaration of zz2ligprod

Commit History (1)

ChangesetAuthorTimeChangeLog
10374cetlod2018-12-06T10:49:35+01:00

Bugfix in PISCES : rename zz2ligprod to zzligprod in p4zmicro, see ticket #2180

Change History (3)

comment:1 Changed 5 years ago by cetlod

In 10374:

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

comment:2 Changed 5 years ago by cetlod

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

comment:3 Changed 2 years ago by nemo

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