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.
#311 (LIM3 bug) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 2 years ago

#311 closed Bug (fixed)

LIM3 bug

Reported by: bac Owned by: nemo
Priority: low Milestone:
Component: LIM3 Version: v3.0
Severity: Keywords: LIM* v3.0
Cc:

Description

In limtrp.F90 line 212, the call to lim_adv_x (ice open water has the last argument in the list sxopw(:,:). This should be sxyopw(:,:).
I have run with it corrected and the difference appears not to be significant but I have not tested it thoroughly.

Also in lib_mpp.F90 I get a segmentation fault with ORCA1 in mpp_ini_ice.F90 for the situation on an mpp machine where a processor has no ice in a particular category. This was solved by commenting out the last line of the routine:
CALL MPI_GROUP_TRANSLATE_RANKS(ngrp_ice,1,0,ngrp_world,n_ice_root,
ierr)
which appears unnecessary.

Commit History (2)

ChangesetAuthorTimeChangeLog
1304ctlod2009-02-10T10:46:31+01:00

comment line CALL MPI_GROUP_TRANSLATE_RANKS in mpp_ini_ice which seems to be useless, see ticket: #311

1296ctlod2009-02-05T12:04:28+01:00

correct sxopw(:,:) into sxyopw(:,:) for the last argument when calling lim_adv_x, see ticket: #311

Change History (6)

comment:1 Changed 15 years ago by bac

  • Component changed from OPA to LIM3

Change OPA to LIM3

comment:2 Changed 15 years ago by ctlod

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

comment:3 Changed 6 years ago by nemo

  • Keywords LIM* added

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.0 added

comment:5 Changed 2 years ago by nemo

  • Keywords r3.0 added; release-3.0 removed

comment:6 Changed 2 years ago by nemo

  • Keywords v3.0 added; r3.0 removed
Note: See TracTickets for help on using tickets.