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.
#2529 (Incorrect length for IOM "ptr" zoom domain) – NEMO

Opened 4 years ago

Last modified 3 years ago

#2529 closed Bug

Incorrect length for IOM "ptr" zoom domain — at Version 4

Reported by: hadcv Owned by: ayoung
Priority: low Milestone: Unscheduled
Component: IOM Version: trunk
Severity: critical Keywords: diaptr, set_grid_znl
Cc:

Description (last modified by ayoung)

When using the "ptr" domain for diaptr output, only the first jpj rows are output. Upgraded from minor to critical as this causes the job failure in sette tests.

Fix

Replace the nj argument in iom.F90:

- CALL iom_set_zoom_domain_attr("ptr", ibegin=ix-1, jbegin=0, ni=1, nj=Nj_0)
+ CALL iom_set_zoom_domain_attr("ptr", ibegin=ix-1, jbegin=0, ni=1, nj=Nj0glo)

Commit History (3)

ChangesetAuthorTimeChangeLog
13716ayoung2020-11-02T18:32:26+01:00

Changed ptr bounds from local to global. See ticket #2529

13713ayoung2020-11-02T13:51:03+01:00

Changed ptr bounds from local to global. See ticket #2529.

13711ayoung2020-11-02T12:34:21+01:00

Branch to implement ptr bug fix. See ticket #2529.

Change History (4)

comment:1 Changed 4 years ago by hadcv

  • Type changed from Defect to Bug

comment:2 Changed 4 years ago by hadcv

  • Description modified (diff)
  • Keywords set_grid_znl added

comment:3 Changed 4 years ago by hadcv

  • Description modified (diff)

comment:4 Changed 3 years ago by ayoung

  • Description modified (diff)
  • Owner changed from hadcv to ayoung
  • Severity changed from minor to critical
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.