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.
#2439 (typo bug in ASM/asminc.F90) – NEMO

Opened 4 years ago

Closed 4 years ago

#2439 closed Bug (fixed)

typo bug in ASM/asminc.F90

Reported by: davestorkey Owned by: davestorkey
Priority: normal Milestone:
Component: ASM Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

I introduced a bug in OCE/ASM/asminc.F90 in my commit to the trunk rev 12489 (new timestepping parameters):

Line 898 is:

l_1st_euler = 0 ! Force Euler forward step

and should be

l_1st_euler = .TRUE. ! Force Euler forward step

NB. Whether or not this compiles seems to depend on the compiler. The original buggy code passed all SETTE tests for me using the Intel compiler on Cray XC40 but using the Cray compiler the compilation fails.

Analysis

...

Fix

...

Commit History (1)

ChangesetAuthorTimeChangeLog
12713davestorkey2020-04-08T11:54:12+02:00

Fix for #2439.

Change History (2)

comment:1 Changed 4 years ago by davestorkey

In 12713:

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

comment:2 Changed 4 years ago by davestorkey

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