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.
#1820 (clios variable too short in ctl_nam subroutine) – NEMO

Opened 7 years ago

Closed 7 years ago

#1820 closed Defect (fixed)

clios variable too short in ctl_nam subroutine

Reported by: timgraham Owned by: timgraham
Priority: lowest Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

Context

In the ctl_nam subroutine clios is too short. Applies in the trunk and nemo_v3_6_STABLE

Analysis

clios is defined with length=4. In the case of a warning (for a non-existent namelist in namelist_cfg) the value of kios passed to ctl_nam is 5 digits when the minus sign is included. At the moment is output in ocean.output instead of the number.

Recommendation

Change to length=5

Commit History (2)

ChangesetAuthorTimeChangeLog
7532timgraham2017-01-06T16:14:31+01:00

Trivial fix for #1820. Committing to merge branch so it goes back onto trunk

7531timgraham2017-01-06T16:13:06+01:00

Trivial fix for #1820

Change History (1)

comment:1 Changed 7 years ago by timgraham

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

Fixed in nemo_v3_6_STABLE at r7531 and dev_merge_2016 at r7532.

Note: See TracTickets for help on using tickets.