NEMURO reports wrong parameter values

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
jpm
Posts: 21
Joined: Thu Aug 27, 2009 4:37 pm
Location: UCSC

NEMURO reports wrong parameter values

#1 Unread post by jpm »

There is a bug in the NEMURO code that causes 3 of the parameters to be reported incorrectly. These parameters get read in correctly but are written to the log file incorrectly. So this is a relatively minor bug, yet it can be quite confusing to the user.

The incorrect lines in "ROMS/Nonlinear/Biology/nemuro_inp.h" (with line numbers):

Code: Select all

725:            WRITE (out,80) AlphaZS(ng), 'AlphaZL',                      &
748:            WRITE (out,70) VP2N0(ng), 'VO2S0',                          &
759:            WRITE (out,80) KP2N(ng), 'KD2N',                            &
Jann Paul Mattern, Ocean Sciences Department, UCSC

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: NEMURO reports wrong parameter values

#2 Unread post by kate »

Good catch, thanks for reporting! You can also enter these into the ROMS Trac system if you like.

Post Reply