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.
#2477 (wrt_line on one CPU) – NEMO

Opened 4 years ago

Closed 4 years ago

#2477 closed Defect (fixed)

wrt_line on one CPU

Reported by: rblod Owned by: systeam
Priority: low Milestone: Unscheduled
Component: MULTIPLE Version: trunk
Severity: minor Keywords: stpctl
Cc:

Description

Context

When running on only one CPU (jpnij=1) the simulation doesn't stop properly in stpctl (recent version) when unrealistic values are detected

Analysis

in stpctl, we have line 262:

WRITE(clfmt, '(i1)') INT(LOG10(REAL(jpnij-1,wp))) + 1

well, if jpnij=1, writing format is set to -infinite ....

Commit History (0)

(No commits)

Change History (2)

comment:1 Changed 4 years ago by smasson

I introduced this bug in [12933] in several routines, sorry...
In addition jpnij is not already defined when calling ctl_opn in nemo_init before the call to mpp_init...

comment:2 Changed 4 years ago by smasson

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

fixed in [13009].

Note: See TracTickets for help on using tickets.