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.
#2547 (in tools/DOMAINcfg/src/dommsk.F90: wrong arguments when calling usr_def_fmask) – NEMO

Opened 4 years ago

Closed 4 years ago

#2547 closed Bug (fixed)

in tools/DOMAINcfg/src/dommsk.F90: wrong arguments when calling usr_def_fmask

Reported by: cbricaud Owned by: systeam
Priority: low Milestone:
Component: tools Version: trunk
Severity: major Keywords:
Cc:

Description (last modified by cbricaud)

Context

in tools/DOMAINcfg/src/dommsk.F90, usr_def_fmask with cn_cfg and nn_cfg as arguments

Analysis

These variables are not filled.

Fix

They shloud be replaced by cp_cfg and jp_cfg:
replace CALL usr_def_fmask( cn_cfg, nn_cfg, fmask )
by CALL usr_def_fmask( cp_cfg, jp_cfg, fmask )

Declarations of cn_cfg and nn_cfg in par_oce.f90 should be removed.

...

Commit History (1)

ChangesetAuthorTimeChangeLog
13585cbricaud2020-10-14T14:24:38+02:00

bugfix in tools/DOMAINcfg for ticket #2547

Change History (3)

comment:1 Changed 4 years ago by cbricaud

  • Description modified (diff)
  • Version set to trunk

comment:2 Changed 4 years ago by cbricaud

In 13585:

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

comment:3 Changed 4 years ago by cbricaud

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