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.
#367 (AGRIF and "down" constant in histvert calls) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 4 years ago

#367 closed Bug (fixed)

AGRIF and "down" constant in histvert calls

Reported by: sga Owned by: nemo
Priority: low Milestone:
Component: AGRIF Version: trunk
Severity: Keywords:
Cc:

Description

For reasons that I don't pretend to understand, the AGRIF preprocessor conv seems to be confused by the character constant "down" that has been introduced (trunk revision 1335). With this present it fails to write entries for the gdept_0 and gdepw_0 arrays into the interface calls (e.g. Sub_Loop_dia_ptr_wri). The solution seems to be to declare a local character variable, set this to "down" and pass this instead in the histvert call. Routines affected are diawri.F90, diaptr.F90 and limwri_2.F90.

Commit History (1)

ChangesetAuthorTimeChangeLog
1349rblod2009-03-30T18:46:14+02:00

Fix Agrif issue with constant character char, see ticket #367

Change History (2)

comment:1 Changed 15 years ago by rblod

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

Fixed in changing the conv (in a way I don't pretend to understand)

comment:2 Changed 4 years ago by jwhile

In 13355:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found
Note: See TracTickets for help on using tickets.